Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c872 VERIFY(!test_and_set_bit(KMC_BIT_DESTROY, &skc->skc_flags)); in spl_kmem_cache_destroy()
1053 if (test_and_set_bit(KMC_BIT_GROWING, &skc->skc_flags) == 0) { in spl_cache_grow()
1404 if (test_and_set_bit(KMC_BIT_REAPING, &skc->skc_flags)) in spl_kmem_cache_reap_now()
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h58 test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit() function
/f-stack/dpdk/drivers/net/pfe/base/
H A Dpfe.h54 test_and_set_bit(unsigned long nr, void *addr) in test_and_set_bit() function
/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c168 if (test_and_set_bit(KNI_DEV_IN_USE_BIT_NUM, &knet->device_in_use)) in kni_open()
/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hif_lib.c87 if (!test_and_set_bit(qno, &client->queue_mask[event_type])) in hif_lib_indicate_client()