Home
last modified time | relevance | path

Searched refs:DO_ONCE (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Donce.h20 /* 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 Dprandom.h71 DO_ONCE(prandom_seed_full_state, (pcpu_state))
/kernel/linux/linux-6.6/include/linux/
H A Donce.h20 /* 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 Dprandom.h25 DO_ONCE(prandom_seed_full_state, (pcpu_state))
/kernel/linux/linux-6.6/drivers/nvme/host/
H A Dapple.c481 WARN(DO_ONCE(apple_nvme_print_sgl, iod->sg, iod->nents), in apple_nvme_setup_prps()
H A Dpci.c663 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 Dpci.c708 WARN(DO_ONCE(nvme_print_sgl, iod->sg, iod->nents), in nvme_pci_setup_prps()
/kernel/linux/linux-5.10/crypto/
H A Dtestmgr.c5660 DO_ONCE(testmgr_onetime_init); in alg_test()
/kernel/linux/linux-6.6/crypto/
H A Dtestmgr.c5885 DO_ONCE(testmgr_onetime_init); in alg_test()

Completed in 24 milliseconds