Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c59 DEFINE_CLASS(spufs_calls, struct spufs_calls *, spufs_calls_put(_T), spufs_calls_get(), void) in DEFINE_CLASS()
/linux/tools/perf/tests/
H A Devent-times.c222 #define _T(attach, detach) \ in test__event_times() macro
/linux/include/linux/
H A Dmmap_lock.h623 mmap_read_lock(_T), mmap_read_unlock(_T)) in DEFINE_GUARD()
/linux/drivers/cxl/core/
H A Dcdat.c401 DEFINE_FREE(dsmas, struct xarray *, if (_T) discard_dsmas(_T)) in DEFINE_FREE()
736 DEFINE_FREE(free_perf_xa, struct xarray *, if (_T) free_perf_xa(_T)) in DEFINE_FREE()
/linux/lib/crypto/x86/
H A Dsha1-ssse3-and-avx.S209 .set _T, \a define
/linux/drivers/pci/
H A Dtsm.c77 DEFINE_FREE(tsm_remove, struct pci_tsm *, if (_T) tsm_remove(_T)) in DEFINE_FREE()
/linux/sound/core/
H A Dcontrol_led.c243 DEFINE_FREE(snd_card_unref,struct snd_card *,if (_T)snd_card_unref (_T)) DEFINE_FREE() argument
/linux/drivers/pwm/
H A Dcore.c54 DEFINE_GUARD(pwmchip, struct pwm_chip *, pwmchip_lock(_T), pwmchip_unlock(_T)) in DEFINE_GUARD()
/linux/kernel/sched/
H A Dsyscalls.c232 DEFINE_CLASS(find_get_task, struct task_struct *, if (_T) put_task_struct(_T), in DEFINE_CLASS()
/linux/kernel/trace/
H A Dtrace_fprobe.c95 DEFINE_FREE(tuser_free, struct tracepoint_user *, __tracepoint_user_free(_T)) in DEFINE_FREE()