Searched refs:nss_action_list_wrapper (Results 1 – 1 of 1) sorted by relevance
29 struct nss_action_list_wrapper struct32 struct nss_action_list_wrapper *next; argument42 static struct nss_action_list_wrapper *nss_actions; argument74 for (struct nss_action_list_wrapper *p = nss_actions; p != NULL; p = p->next) in find_allocated()89 struct nss_action_list_wrapper *wrapper in __nss_action_allocate()108 struct nss_action_list_wrapper *current = nss_actions; in __nss_action_freeres()111 struct nss_action_list_wrapper *next = current->next; in __nss_action_freeres()
Completed in 4 milliseconds