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.c478 static atomic_t pending_boot_probes = ATOMIC_INIT(1); variable
482 atomic_inc(&pending_boot_probes); in riscv_hwprobe_register_async_probe()
487 if (atomic_dec_and_test(&pending_boot_probes)) in riscv_hwprobe_complete_async_probe()
498 if (unlikely(!atomic_dec_and_test(&pending_boot_probes))) in complete_hwprobe_vdso_data()