Searched refs:do_action (Results 1 – 2 of 2) sorted by relevance
| /linux/net/sunrpc/ |
| H A D | sched.c | 921 void (*do_action)(struct rpc_task *); in __rpc_execute() local 928 do_action = task->tk_action; in __rpc_execute() 930 if (do_action && do_action != rpc_exit_task && in __rpc_execute() 933 do_action = rpc_exit_task; in __rpc_execute() 937 do_action = task->tk_callback; in __rpc_execute() 940 if (!do_action) in __rpc_execute() 946 trace_rpc_task_run_action(task, do_action); in __rpc_execute() 947 do_action(task); in __rpc_execute()
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 1252 int (*do_action)(struct snd_pcm_substream *substream, member 1289 res = ops->do_action(s, state); in snd_pcm_action_group() 1334 res = ops->do_action(substream, state); in snd_pcm_action_single() 1511 .do_action = snd_pcm_do_start, 1575 .do_action = snd_pcm_do_stop, 1691 .do_action = snd_pcm_do_pause, 1760 .do_action = snd_pcm_do_suspend, 1870 .do_action = snd_pcm_do_resume, 1959 .do_action = snd_pcm_do_reset, 2009 .do_action = snd_pcm_do_prepare, [all …]
|