/linux/include/linux/ |
H A D | mmap_lock.h | 399 mmap_read_lock(_T), mmap_read_unlock(_T)) in DEFINE_GUARD()
|
H A D | pm_runtime.h | 558 DEFINE_FREE(pm_runtime_put, struct device *, if (_T) pm_runtime_put(_T)) in DEFINE_FREE()
|
H A D | netdevice.h | 4415 DEFINE_FREE(dev_put,struct net_device *,if (_T)dev_put (_T)) DEFINE_FREE() argument
|
/linux/arch/powerpc/platforms/cell/ |
H A D | spu_syscalls.c | 59 DEFINE_CLASS(spufs_calls, struct spufs_calls *, spufs_calls_put(_T), spufs_calls_get(), void) in DEFINE_CLASS()
|
/linux/drivers/clocksource/ |
H A D | timer-nxp-stm.c | 80 DEFINE_GUARD(stm_instances, struct mutex *, mutex_lock(_T), mutex_unlock(_T)) in DEFINE_GUARD()
|
/linux/tools/perf/tests/ |
H A D | event-times.c | 222 #define _T(attach, detach) \ in test__event_times() macro
|
/linux/include/linux/sched/ |
H A D | task.h | 162 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
|
/linux/drivers/cxl/core/ |
H A D | cdat.c | 401 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE() 739 DEFINE_FREE(free_perf_xa, struct xarray *, if (_T) free_perf_xa(_T)) in DEFINE_FREE()
|
H A D | features.c | 665 DEFINE_FREE(free_fwctl_dev, struct fwctl_device *, if (_T) fwctl_put(_T)) in DEFINE_FREE()
|
/linux/lib/crypto/x86/ |
H A D | sha1-ssse3-and-avx.S | 209 .set _T, \a define
|
/linux/drivers/cxl/ |
H A D | acpi.c | 397 DEFINE_FREE(del_cxl_resource, struct resource *, if (_T) del_cxl_resource(_T)) in DEFINE_FREE()
|
/linux/sound/core/ |
H A D | control_led.c | 243 DEFINE_FREE(snd_card_unref, struct snd_card *, if (_T) snd_card_unref(_T)) in DEFINE_FREE()
|
/linux/drivers/vdpa/mlx5/core/ |
H A D | mr.c | 279 DEFINE_FREE(free_cmds, struct mlx5_vdpa_async_cmd *, kvfree(_T)) in DEFINE_FREE()
|
/linux/kernel/sched/ |
H A D | syscalls.c | 281 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
|
/linux/kernel/trace/ |
H A D | trace_fprobe.c | 95 DEFINE_FREE(tuser_free, struct tracepoint_user *, __tracepoint_user_free(_T)) in DEFINE_FREE()
|
/linux/kernel/events/ |
H A D | core.c | 215 static inline void class_perf_ctx_lock_destructor(class_perf_ctx_lock_t *_T) in class_perf_ctx_lock_destructor() argument 5651 DEFINE_FREE(__free_event, struct perf_event *, if (_T) __free_event(_T)) in DEFINE_FREE() argument 12332 DEFINE_FREE(pmu_unregister,struct pmu *,if (_T)perf_pmu_free (_T)) DEFINE_FREE() argument
|
/linux/fs/ |
H A D | namespace.c | 154 DEFINE_FREE(mnt_ns_release, struct mnt_namespace *, if (_T) mnt_ns_release(_T)) in DEFINE_FREE()
|