Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dcompress_offload.c55 static void error_delayed_work(struct work_struct *work);
114 INIT_DELAYED_WORK(&data->stream.error_work, error_delayed_work); in snd_compr_open()
802 static void error_delayed_work(struct work_struct *work) in error_delayed_work() function