Searched refs:DO_ONCE (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/ |
D | once.h | 46 #define DO_ONCE(func, ...) \ macro 81 DO_ONCE(get_random_bytes, (buf), (nbytes))
|
D | prandom.h | 24 DO_ONCE(prandom_seed_full_state, (pcpu_state))
|
/linux-6.1.9/drivers/nvme/host/ |
D | apple.c | 481 WARN(DO_ONCE(apple_nvme_print_sgl, iod->sg, iod->nents), in apple_nvme_setup_prps()
|
D | pci.c | 693 WARN(DO_ONCE(nvme_print_sgl, iod->sgt.sgl, iod->sgt.nents), in nvme_pci_setup_prps()
|
/linux-6.1.9/crypto/ |
D | testmgr.c | 5784 DO_ONCE(testmgr_onetime_init); in alg_test()
|