Searched defs:_T (Results 1 – 16 of 16) sorted by relevance
| /linux/include/linux/ |
| H A D | mmap_lock.h | 399 mmap_read_lock(_T), mmap_read_unlock(_T)) in DEFINE_GUARD()
|
| H A D | cpufreq.h | 221 DEFINE_FREE(put_cpufreq_policy, struct cpufreq_policy *, if (_T) cpufreq_cpu_put(_T)) in DEFINE_FREE()
|
| /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/drivers/gpu/drm/xe/ |
| H A D | xe_validation.h | 173 static inline void *class_xe_validation_lock_ptr(class_xe_validation_t *_T) in class_xe_validation_lock_ptr()
|
| /linux/drivers/firewire/ |
| H A D | core-card.c | 386 DEFINE_FREE(node_unref, struct fw_node *, if (_T) fw_node_put(_T)) in DEFINE_FREE() 603 DEFINE_FREE(workqueue_destroy, struct workqueue_struct *, if (_T) destroy_workqueue(_T)) in DEFINE_FREE()
|
| /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/lib/crypto/x86/ |
| H A D | sha1-ssse3-and-avx.S | 209 .set _T, \a define
|
| /linux/drivers/cxl/core/ |
| H A D | features.c | 668 DEFINE_FREE(free_fwctl_dev, struct fwctl_device *, if (_T) fwctl_put(_T)) in DEFINE_FREE()
|
| /linux/drivers/cxl/ |
| H A D | acpi.c | 400 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/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/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 3067 DEFINE_FREE(state_release, struct dc_state *, if (_T) dc_state_release(_T)) in DEFINE_FREE() 3720 DEFINE_FREE(sink_release, struct dc_sink *, if (_T) dc_sink_release(_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() 5651 DEFINE_FREE(__free_event, struct perf_event *, if (_T) __free_event(_T)) in DEFINE_FREE() 12346 DEFINE_FREE(pmu_unregister, struct pmu *, if (_T) perf_pmu_free(_T)) in DEFINE_FREE()
|