Searched defs:next_slot (Results 1 - 1 of 1) sorted by relevance

/sssd/src/responder/nss/
H A Dnsssrv_mmap_cache.c71 uint32_t next_slot; /* the next slot after last allocation */ member in struct:sss_mc_ctx
395 if ((mcc->next_slot + num_slots) > tot_slots) {
398 cur = mcc->next_slot;
438 /* no free slots found, free occupied slots after next_slot */
439 if ((mcc->next_slot + num_slots) > tot_slots) {
442 cur = mcc->next_slot;
463 mcc->next_slot = cur + num_slots;

Completed in 534 milliseconds