Home
last modified time | relevance | path

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

/Linux-v6.1/net/sunrpc/
Dsched.c922 void (*do_action)(struct rpc_task *); in __rpc_execute() local
929 do_action = task->tk_action; in __rpc_execute()
931 if (do_action != rpc_exit_task && in __rpc_execute()
934 if (do_action != NULL) 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()
/Linux-v6.1/sound/core/
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()
1456 .do_action = snd_pcm_do_start,
1520 .do_action = snd_pcm_do_stop,
1643 .do_action = snd_pcm_do_pause,
1712 .do_action = snd_pcm_do_suspend,
1821 .do_action = snd_pcm_do_resume,
1917 .do_action = snd_pcm_do_reset,
1967 .do_action = snd_pcm_do_prepare,
[all …]
/Linux-v6.1/fs/ntfs3/
Dfslog.c3033 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() function
4983 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, &rec_lsn); in log_replay()
5089 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, NULL); in log_replay()