Searched refs:do_action (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/net/sunrpc/ |
| D | sched.c | 884 void (*do_action)(struct rpc_task *); in __rpc_execute() local 893 do_action = task->tk_action; in __rpc_execute() 895 do_action = task->tk_callback; in __rpc_execute() 898 if (!do_action) in __rpc_execute() 900 trace_rpc_task_run_action(task, do_action); in __rpc_execute() 901 do_action(task); in __rpc_execute()
|
| /Linux-v5.15/sound/core/ |
| D | pcm_native.c | 1147 int (*do_action)(struct snd_pcm_substream *substream, member 1182 res = ops->do_action(s, state); in snd_pcm_action_group() 1227 res = ops->do_action(substream, state); in snd_pcm_action_single() 1397 .do_action = snd_pcm_do_start, 1461 .do_action = snd_pcm_do_stop, 1584 .do_action = snd_pcm_do_pause, 1652 .do_action = snd_pcm_do_suspend, 1761 .do_action = snd_pcm_do_resume, 1853 .do_action = snd_pcm_do_reset, 1903 .do_action = snd_pcm_do_prepare, [all …]
|
| /Linux-v5.15/fs/ntfs3/ |
| D | fslog.c | 3035 static int do_action(struct ntfs_log *log, struct OPEN_ATTR_ENRTY *oe, in do_action() function 4979 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, &rec_lsn); in log_replay() 5085 err = do_action(log, oe, lrh, t16, data, dlen, rec_len, NULL); in log_replay()
|