Searched refs:do_action (Results 1 – 5 of 5) sorted by relevance
/linux/net/sunrpc/ |
A D | sched.c | 893 void (*do_action)(struct rpc_task *); in __rpc_execute() local 902 do_action = task->tk_action; in __rpc_execute() 904 do_action = task->tk_callback; in __rpc_execute() 907 if (!do_action) in __rpc_execute() 909 trace_rpc_task_run_action(task, do_action); in __rpc_execute() 910 do_action(task); in __rpc_execute()
|
/linux/sound/core/ |
A 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/scripts/dtc/ |
A D | dtc-lexer.lex.c | 900 do_action: /* This label is used only to access EOF actions. */ 1296 goto do_action;
|
/linux/scripts/kconfig/ |
A D | lexer.lex.c | 2541 do_action: /* This label is used only to access EOF actions. */ 3004 goto do_action;
|
/linux/fs/ntfs3/ |
A 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()
|
Completed in 29 milliseconds