Searched refs:DEFINE_GUARD (Results 1 – 15 of 15) sorted by relevance
| /include/linux/ |
| A D | local_lock.h | 82 DEFINE_GUARD(local_lock, local_lock_t __percpu*, 85 DEFINE_GUARD(local_lock_irq, local_lock_t __percpu*, 99 DEFINE_GUARD(local_lock_nested_bh, local_lock_t __percpu*,
|
| A D | percpu-rwsem.h | 141 DEFINE_GUARD(percpu_read, struct percpu_rw_semaphore *, in DEFINE_GUARD() function 145 DEFINE_GUARD(percpu_write, struct percpu_rw_semaphore *, in DEFINE_GUARD()
|
| A D | rwsem.h | 253 DEFINE_GUARD(rwsem_read, struct rw_semaphore *, down_read(_T), up_read(_T)) 257 DEFINE_GUARD(rwsem_write, struct rw_semaphore *, down_write(_T), up_write(_T))
|
| A D | serio.h | 165 DEFINE_GUARD(serio_pause_rx, struct serio *, serio_pause_rx(_T), serio_continue_rx(_T))
|
| A D | mutex.h | 228 DEFINE_GUARD(mutex, struct mutex *, mutex_lock(_T), mutex_unlock(_T))
|
| A D | ring_buffer.h | 147 DEFINE_GUARD(ring_buffer_nest, struct trace_buffer *,
|
| A D | thermal.h | 141 DEFINE_GUARD(cooling_dev, struct thermal_cooling_device *, mutex_lock(&_T->lock),
|
| A D | mmap_lock.h | 483 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD() function
|
| A D | cleanup.h | 378 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ macro
|
| A D | cpufreq.h | 173 DEFINE_GUARD(cpufreq_policy_write, struct cpufreq_policy *, 176 DEFINE_GUARD(cpufreq_policy_read, struct cpufreq_policy *,
|
| A D | device.h | 929 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD() function
|
| A D | pci.h | 1949 DEFINE_GUARD(pci_dev, struct pci_dev *, pci_dev_lock(_T), pci_dev_unlock(_T))
|
| /include/linux/sched/ |
| A D | task.h | 227 DEFINE_GUARD(task_lock, struct task_struct *, task_lock(_T), task_unlock(_T))
|
| /include/net/ |
| A D | devlink.h | 1560 DEFINE_GUARD(devl, struct devlink *, devl_lock(_T), devl_unlock(_T));
|
| A D | cfg80211.h | 6212 DEFINE_GUARD(wiphy, struct wiphy *,
|
Completed in 64 milliseconds