Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsched.c921 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 Dpcm_native.c1260 int (*do_action)(struct snd_pcm_substream *substream,
1297 res = ops->do_action(s, state); in snd_pcm_action_group()
1342 res = ops->do_action(substream, state); in snd_pcm_group_assign()
1519 .do_action = snd_pcm_do_start,
1583 .do_action = snd_pcm_do_stop,
1699 .do_action = snd_pcm_do_pause, in snd_pcm_pause()
1768 .do_action = snd_pcm_do_suspend,
1878 .do_action = snd_pcm_do_resume, in snd_pcm_resume()
1967 .do_action = snd_pcm_do_reset, in snd_pcm_reset()
2019 .do_action
1252 int (*do_action)(struct snd_pcm_substream *substream, global() member
[all...]