Searched refs:nss_actions (Results 1 – 1 of 1) sorted by relevance
42 static struct nss_action_list_wrapper *nss_actions; variable74 for (struct nss_action_list_wrapper *p = nss_actions; p != NULL; p = p->next) in find_allocated()93 wrapper->next = nss_actions; in __nss_action_allocate()96 nss_actions = wrapper; in __nss_action_allocate()108 struct nss_action_list_wrapper *current = nss_actions; in __nss_action_freeres()115 nss_actions = NULL; in __nss_action_freeres()
Completed in 4 milliseconds