Searched refs:DEFINE_SEMAPHORE (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | semaphore.h | 34 #define DEFINE_SEMAPHORE(_name, _n) \ macro
|
| /linux-6.15/kernel/module/ |
| H A D | kmod.c | 46 static DEFINE_SEMAPHORE(kmod_concurrent_max, MAX_KMOD_CONCURRENT);
|
| /linux-6.15/drivers/platform/x86/intel/ifs/ |
| H A D | sysfs.c | 16 static DEFINE_SEMAPHORE(ifs_sem, 1);
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | vars.c | 24 static DEFINE_SEMAPHORE(efivars_lock, 1);
|
| H A D | runtime-wrappers.c | 203 static DEFINE_SEMAPHORE(efi_runtime_lock, 1);
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | bus_lock.c | 49 static DEFINE_SEMAPHORE(buslock_sem, 1);
|
| /linux-6.15/net/rxrpc/ |
| H A D | call_object.c | 42 static DEFINE_SEMAPHORE(rxrpc_call_limiter, 1000); 43 static DEFINE_SEMAPHORE(rxrpc_kernel_call_limiter, 1000);
|
| /linux-6.15/drivers/macintosh/ |
| H A D | adb.c | 85 static DEFINE_SEMAPHORE(adb_probe_mutex, 1);
|
| /linux-6.15/arch/mips/cavium-octeon/ |
| H A D | setup.c | 75 DEFINE_SEMAPHORE(octeon_bootbus_sem, 1);
|
| /linux-6.15/drivers/scsi/esas2r/ |
| H A D | esas2r_ioctl.c | 61 static DEFINE_SEMAPHORE(buffered_ioctl_semaphore, 1);
|
| /linux-6.15/kernel/printk/ |
| H A D | printk.c | 95 static DEFINE_SEMAPHORE(console_sem, 1);
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 300 static DEFINE_SEMAPHORE(bnx2x_prev_sem, 1);
|