Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c510 static atomic_t pending_boot_probes = ATOMIC_INIT(1); variable
514 atomic_inc(&pending_boot_probes); in riscv_hwprobe_register_async_probe()
519 if (atomic_dec_and_test(&pending_boot_probes)) in riscv_hwprobe_complete_async_probe()
530 if (unlikely(!atomic_dec_and_test(&pending_boot_probes))) in complete_hwprobe_vdso_data()