Home
last modified time | relevance | path

Searched refs:counter (Results 1 – 9 of 9) sorted by relevance

/nscd/
A Dnscd_netgroup.c151 if (atomic_decrement_val (&mapped->counter) == 0) in __nscd_setnetgrent()
275 if (atomic_decrement_val (&mapped->counter) == 0) in __nscd_innetgr()
A Dnscd_helper.c248 assert (mapped->counter == 0); in __nscd_unmap()
377 newp->counter = 1; in __nscd_get_mapping()
393 if (oldval != NULL && atomic_decrement_val (&oldval->counter) == 0) in __nscd_get_mapping()
428 atomic_increment (&cur->counter); in __nscd_get_map_ref()
A Dnscd-client.h355 int counter; /* > 0 indicates it is usable. */ member
424 if (atomic_decrement_val (&map->counter) == 0) in __nscd_drop_map_ref()
A Dnscd_initgroups.c169 if (atomic_decrement_val (&mapped->counter) == 0) in __nscd_getgrouplist()
A Dnscd_getai.c201 if (atomic_decrement_val (&mapped->counter) == 0) in __nscd_getai()
A Dnscd_getpw_r.c228 if (atomic_decrement_val (&mapped->counter) == 0) in nscd_getpw_r()
A Dnscd_getgr_r.c315 if (atomic_decrement_val (&mapped->counter) == 0) in nscd_getgr_r()
A Dnscd_getserv_r.c368 if (atomic_decrement_val (&mapped->counter) == 0) in nscd_getserv_r()
A Dnscd_gethst_r.c443 if (atomic_decrement_val (&mapped->counter) == 0) in nscd_gethst_r()

Completed in 18 milliseconds