Searched defs:_T (Results 1 – 6 of 6) sorted by relevance
/linux-6.8/tools/perf/tests/ |
D | event-times.c | 223 #define _T(attach, detach) \ in test__event_times() macro
|
/linux-6.8/include/linux/sched/ |
D | task.h | 166 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
|
/linux-6.8/arch/x86/crypto/ |
D | sha1_ssse3_asm.S | 210 .set _T, \a define
|
/linux-6.8/drivers/cxl/core/ |
D | cdat.c | 357 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE()
|
/linux-6.8/include/linux/ |
D | device.h | 1008 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD()
|
/linux-6.8/kernel/sched/ |
D | core.c | 7573 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
|