Searched refs:do_action (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | sched.c | 921 void (*do_action)(struct rpc_task *); in __rpc_execute() 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()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | sched.c | 876 void (*do_action)(struct rpc_task *); in __rpc_execute() 885 do_action = task->tk_action; in __rpc_execute() 887 do_action = task->tk_callback; in __rpc_execute() 890 if (!do_action) in __rpc_execute() 892 trace_rpc_task_run_action(task, do_action); in __rpc_execute() 893 do_action(task); in __rpc_execute()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_native.c | 1180 int (*do_action)(struct snd_pcm_substream *substream, member 1217 res = ops->do_action(s, state); in snd_pcm_action_group() 1262 res = ops->do_action(substream, state); in snd_pcm_action_single() 1439 .do_action = snd_pcm_do_start, 1503 .do_action = snd_pcm_do_stop, 1626 .do_action = snd_pcm_do_pause, 1694 .do_action = snd_pcm_do_suspend, 1808 .do_action = snd_pcm_do_resume, 1904 .do_action = snd_pcm_do_reset, 1954 .do_action [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_native.c | 1199 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, 1825 .do_action = snd_pcm_do_resume, 1921 .do_action = snd_pcm_do_reset, 1971 .do_action [all...] |
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 3012 * do_action - Common routine for the Redo and Undo Passes. 3015 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() function 4954 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, &rec_lsn); in log_replay() 5060 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, NULL); in log_replay()
|
Completed in 17 milliseconds