Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dcompress_offload.c70 static void error_delayed_work(struct work_struct *work);
129 INIT_DELAYED_WORK(&data->stream.error_work, error_delayed_work); in snd_compr_open()
720 static void error_delayed_work(struct work_struct *work) in error_delayed_work() function