Home
last modified time | relevance | path

Searched refs:count1 (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_blist.c695 int bighint, count1, hi, lo, num_shifts; in blst_leaf_alloc() local
697 count1 = *count - 1; in blst_leaf_alloc()
698 num_shifts = fls(count1); in blst_leaf_alloc()
712 mask |= mask >> ((count1 >> num_shifts) + 1) / 2; in blst_leaf_alloc()
714 bighint = count1 >> num_shifts; in blst_leaf_alloc()
749 hi = bitpos(mask & (mask + 1)) + count1; in blst_leaf_alloc()
763 count1 = *count - (BLIST_RADIX - lo); in blst_leaf_alloc()
765 hi = blst_next_leaf_alloc(scan, blk, count1, maxcount); in blst_leaf_alloc()
766 if (hi < count1) in blst_leaf_alloc()
H A Dkern_sendfile.c419 int a, count, count1, grabbed, i, j, npages, rv; in sendfile_swapin() local
495 count1 = count; in sendfile_swapin()
537 if (j >= i + count1) in sendfile_swapin()
553 i += count1; in sendfile_swapin()
H A Dkern_umtx.c3168 uint32_t flags, count, count1; in do_sem_wait() local
3187 rv = casueword32(&sem->_has_waiters, 0, &count1, 1); in do_sem_wait()
3191 (rv == 1 && count1 == 0)) { in do_sem_wait()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_regs.h7 uint32_t count1; member
H A Di40e_ethdev.c11475 for (arr_idx = 0; arr_idx <= reg_info->count1; arr_idx++) in i40e_get_regs()
11491 for (arr_idx = 0; arr_idx <= reg_info->count1; arr_idx++) in i40e_get_regs()