Searched refs:do_action (Results 1 – 2 of 2) sorted by relevance
/linux/net/sunrpc/ |
H A D | sched.c | 923 void (*do_action)(struct rpc_task *); in __rpc_execute() local 930 do_action = task->tk_action; in __rpc_execute() 932 if (do_action && do_action != rpc_exit_task && in __rpc_execute() 935 do_action = rpc_exit_task; in __rpc_execute() 939 do_action = task->tk_callback; in __rpc_execute() 942 if (!do_action) in __rpc_execute() 948 trace_rpc_task_run_action(task, do_action); in __rpc_execute() 949 do_action(task); in __rpc_execute()
|
/linux/sound/core/ |
H A D | pcm_native.c | 1211 int (*do_action)(struct snd_pcm_substream *substream, member 1248 res = ops->do_action(s, state); in snd_pcm_action_group() 1293 res = ops->do_action(substream, state); in snd_pcm_action_single() 1470 .do_action = snd_pcm_do_start, 1534 .do_action = snd_pcm_do_stop, 1650 .do_action = snd_pcm_do_pause, 1719 .do_action = snd_pcm_do_suspend, 1825 .do_action = snd_pcm_do_resume, 1914 .do_action = snd_pcm_do_reset, 1964 .do_action [all...] |