Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/
H A Dsched.c923 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()
/openbmc/linux/sound/core/
H A Dpcm_native.c1199 int (*do_action)(struct snd_pcm_substream *substream, member
1236 res = ops->do_action(s, state); in snd_pcm_action_group()
1281 res = ops->do_action(substream, state); in snd_pcm_action_single()
1464 .do_action = snd_pcm_do_start,
1528 .do_action = snd_pcm_do_stop,
1647 .do_action = snd_pcm_do_pause,
1716 .do_action = snd_pcm_do_suspend,
1827 .do_action = snd_pcm_do_resume,
1923 .do_action = snd_pcm_do_reset,
1973 .do_action = snd_pcm_do_prepare,
[all …]
/openbmc/linux/fs/ntfs3/
H A Dfslog.c3035 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() function
5003 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, &rec_lsn); in log_replay()
5109 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, NULL); in log_replay()