Home
last modified time | relevance | path

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

/Linux-v5.10/net/sunrpc/
Dsched.c869 void (*do_action)(struct rpc_task *); in __rpc_execute() local
878 do_action = task->tk_action; in __rpc_execute()
880 do_action = task->tk_callback; in __rpc_execute()
883 if (!do_action) in __rpc_execute()
885 trace_rpc_task_run_action(task, do_action); in __rpc_execute()
886 do_action(task); in __rpc_execute()
/Linux-v5.10/sound/core/
Dpcm_native.c1127 int (*do_action)(struct snd_pcm_substream *substream, member
1162 res = ops->do_action(s, state); in snd_pcm_action_group()
1207 res = ops->do_action(substream, state); in snd_pcm_action_single()
1377 .do_action = snd_pcm_do_start,
1440 .do_action = snd_pcm_do_stop,
1563 .do_action = snd_pcm_do_pause,
1630 .do_action = snd_pcm_do_suspend,
1739 .do_action = snd_pcm_do_resume,
1831 .do_action = snd_pcm_do_reset,
1881 .do_action = snd_pcm_do_prepare,
[all …]