Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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()
1458 .do_action = snd_pcm_do_start,
1522 .do_action = snd_pcm_do_stop,
1645 .do_action = snd_pcm_do_pause,
1714 .do_action = snd_pcm_do_suspend,
1823 .do_action = snd_pcm_do_resume,
1919 .do_action = snd_pcm_do_reset,
1969 .do_action = snd_pcm_do_prepare,
[all …]
/linux-6.1.9/fs/ntfs3/
Dfslog.c3014 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() function
4970 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, &rec_lsn); in log_replay()
5076 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, NULL); in log_replay()