Home
last modified time | relevance | path

Searched refs:task_free (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/sound/
H A Dcompress_driver.h178 int (*task_free) (struct snd_compr_stream *stream, struct snd_compr_task_runtime *task); member
/linux-6.15/security/yama/
H A Dyama_lsm.c428 LSM_HOOK_INIT(task_free, yama_task_free),
/linux-6.15/security/tomoyo/
H A Dtomoyo.c557 LSM_HOOK_INIT(task_free, tomoyo_task_free),
/linux-6.15/sound/soc/fsl/
H A Dfsl_asrc_m2m.c628 .task_free = fsl_asrc_m2m_comp_task_free,
/linux-6.15/include/linux/
H A Dlsm_hook_defs.h213 LSM_HOOK(void, LSM_RET_VOID, task_free, struct task_struct *task)
/linux-6.15/sound/core/
H A Dcompress_offload.c1165 stream->ops->task_free(stream, task); in snd_compr_task_free_one()
/linux-6.15/security/apparmor/
H A Dlsm.c1507 LSM_HOOK_INIT(task_free, apparmor_task_free),
/linux-6.15/security/
H A Dsecurity.c3179 call_void_hook(task_free, task); in security_task_free()