Searched refs:DO_ONCE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | once.h | 20 /* Call a function exactly once. The idea of DO_ONCE() is to perform 22 * once, where DO_ONCE() can live in the fast-path. After @func has 24 * out the condition into a nop. DO_ONCE() guarantees type safety of 29 * DO_ONCE(func, arg); 30 * DO_ONCE(func, arg); 36 * DO_ONCE(func, arg); 46 #define DO_ONCE(func, ...) \ macro 63 /* Variant of DO_ONCE() for process/sleepable contexts. */ 81 DO_ONCE(get_random_bytes, (buf), (nbytes)) 83 DO_ONCE(get_random_bytes_wai [all...] |
H A D | prandom.h | 71 DO_ONCE(prandom_seed_full_state, (pcpu_state))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | once.h | 20 /* Call a function exactly once. The idea of DO_ONCE() is to perform 22 * once, where DO_ONCE() can live in the fast-path. After @func has 24 * out the condition into a nop. DO_ONCE() guarantees type safety of 29 * DO_ONCE(func, arg); 30 * DO_ONCE(func, arg); 36 * DO_ONCE(func, arg); 46 #define DO_ONCE(func, ...) \ macro 63 /* Variant of DO_ONCE() for process/sleepable contexts. */ 81 DO_ONCE(get_random_bytes, (buf), (nbytes))
|
H A D | prandom.h | 25 DO_ONCE(prandom_seed_full_state, (pcpu_state))
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | apple.c | 481 WARN(DO_ONCE(apple_nvme_print_sgl, iod->sg, iod->nents), in apple_nvme_setup_prps()
|
H A D | pci.c | 663 WARN(DO_ONCE(nvme_print_sgl, iod->sgt.sgl, iod->sgt.nents), in nvme_pci_setup_prps()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | pci.c | 708 WARN(DO_ONCE(nvme_print_sgl, iod->sg, iod->nents), in nvme_pci_setup_prps()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 5660 DO_ONCE(testmgr_onetime_init); in alg_test()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 5885 DO_ONCE(testmgr_onetime_init); in alg_test()
|
Completed in 24 milliseconds