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

/sssd/src/responder/nss/
H A Dnsssrv_mmap_cache.c381 int num_slots, uint32_t *free_slot)
395 if ((mcc->next_slot + num_slots) > tot_slots) {
401 /* search for enough (num_slots) consecutive zero bits, indicating
420 if ((cur + num_slots) > tot_slots) {
425 /* check if we have at least num_slots empty starting from the first
427 for (t = cur + num_slots; cur < t; cur++) {
432 /* ok found num_slots consecutive free bits */
433 *free_slot = cur - num_slots;
439 if ((mcc->next_slot + num_slots) > tot_slots) {
444 for (i = 0; i < num_slots;
380 sss_mc_find_free_slots(struct sss_mc_ctx *mcc, int num_slots, uint32_t *free_slot) argument
585 int num_slots; local
[all...]

Completed in 12 milliseconds