Searched refs:test_bit (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member_vbf.c | 130 test_bit(uint32_t bit_loc, const struct rte_member_setsum *ss) in test_bit() function 174 mask &= test_bit(bit_loc, ss); in rte_member_lookup_vbf() 206 mask[i] &= test_bit(bit_loc, ss); in rte_member_lookup_bulk_vbf() 234 mask &= test_bit(bit_loc, ss); in rte_member_lookup_multi_vbf() 270 mask[i] &= test_bit(bit_loc, ss); in rte_member_lookup_multi_bulk_vbf()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_prio.c | 60 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro 92 if (test_bit(prio, &si->bitmap) == 0) { in prio_enqueue() 177 if (test_bit(prio, &si->bitmap) == 0) { in prio_new_queue()
|
| H A D | dn_sched_qfq.c | 96 static int test_bit(int ix, bitmap *p) in test_bit() function 116 #define test_bit(ix, pData) ((*pData) & (1<<(ix))) macro 766 if (test_bit(grp->index, &q->bitmaps[ER]) &&
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kmem-cache.c | 1009 return (!test_bit(KMC_BIT_GROWING, &skc->skc_flags)); in spl_cache_grow_wait() 1032 if (test_bit(KMC_BIT_REAPING, &skc->skc_flags)) { in spl_cache_grow() 1081 if (test_bit(KMC_BIT_DEADLOCKED, &skc->skc_flags)) { in spl_cache_grow() 1089 if (test_bit(KMC_BIT_GROWING, &skc->skc_flags)) { in spl_cache_grow() 1239 ASSERT(!test_bit(KMC_BIT_DESTROY, &skc->skc_flags)); in spl_kmem_cache_alloc() 1320 ASSERT(!test_bit(KMC_BIT_DESTROY, &skc->skc_flags)); in spl_kmem_cache_free() 1394 ASSERT(!test_bit(KMC_BIT_DESTROY, &skc->skc_flags)); in spl_kmem_cache_reap_now()
|
| /f-stack/dpdk/drivers/net/pfe/ |
| H A D | pfe_hif.c | 217 if (test_bit(client_id, &hif->shm->g_client_status[0])) { in pfe_hif_client_register() 282 if (!test_bit(client_id, &hif->shm->g_client_status[0])) { in pfe_hif_client_unregister() 396 !(test_bit(hif->client_id, in pfe_hif_rx_process()
|
| H A D | pfe_ethdev.c | 270 if (!test_bit(PFE_CL_GEM0 + priv->id, in pfe_eth_open()
|
| /f-stack/dpdk/drivers/net/pfe/base/ |
| H A D | pfe.h | 21 test_bit(int nr, const void *addr) in test_bit() function
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | vdev_disk.c | 428 else if (!test_bit(BIO_UPTODATE, &bio->bi_flags)) in BIO_END_IO_PROTO()
|