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

/linux-master/net/sunrpc/
H A Dsched.c921 void (*do_action)(struct rpc_task *);
928 do_action = task->tk_action;
930 if (do_action && do_action != rpc_exit_task &&
933 do_action = rpc_exit_task;
937 do_action = task->tk_callback;
940 if (!do_action)
946 trace_rpc_task_run_action(task, do_action);
947 do_action(task);
/linux-master/sound/core/
H A Dpcm_native.c1205 int (*do_action)(struct snd_pcm_substream *substream, member in struct:action_ops
1242 res = ops->do_action(s, state);
1287 res = ops->do_action(substream, state);
1464 .do_action = snd_pcm_do_start,
1528 .do_action = snd_pcm_do_stop,
1644 .do_action = snd_pcm_do_pause,
1713 .do_action = snd_pcm_do_suspend,
1817 .do_action = snd_pcm_do_resume,
1906 .do_action = snd_pcm_do_reset,
1956 .do_action
[all...]
/linux-master/fs/ntfs3/
H A Dfslog.c3012 * do_action - Common routine for the Redo and Undo Passes.
3015 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, function
4954 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, &rec_lsn);
5060 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, NULL);

Completed in 203 milliseconds