Home
last modified time | relevance | path

Searched defs:_T (Results 1 – 6 of 6) sorted by relevance

/linux-6.8/tools/perf/tests/
Devent-times.c223 #define _T(attach, detach) \ in test__event_times() macro
/linux-6.8/include/linux/sched/
Dtask.h166 DEFINE_FREE(put_task, struct task_struct *, if (_T) put_task_struct(_T)) in DEFINE_FREE()
/linux-6.8/arch/x86/crypto/
Dsha1_ssse3_asm.S210 .set _T, \a define
/linux-6.8/drivers/cxl/core/
Dcdat.c357 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE()
/linux-6.8/include/linux/
Ddevice.h1008 DEFINE_GUARD(device, struct device *, device_lock(_T), device_unlock(_T)) in DEFINE_GUARD()
/linux-6.8/kernel/sched/
Dcore.c7573 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()