/tools/testing/selftests/membarrier/ |
D | membarrier_test_impl.h | 12 static int sys_membarrier(int cmd, int flags) in sys_membarrier() 19 int cmd = -1, flags = 0; in test_membarrier_cmd_fail() local 42 int cmd = MEMBARRIER_CMD_QUERY, flags = 1; in test_membarrier_flags_fail() local 65 int cmd = MEMBARRIER_CMD_GLOBAL, flags = 0; in test_membarrier_global_success() local 81 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_fail() local 104 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_register_private_expedited_success() local 121 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_success() local 138 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_private_expedited_sync_core_fail() local 161 int cmd = MEMBARRIER_CMD_REGISTER_PRIVATE_EXPEDITED_SYNC_CORE, flags = 0; in test_membarrier_register_private_expedited_sync_core_success() local 178 int cmd = MEMBARRIER_CMD_PRIVATE_EXPEDITED, flags = 0; in test_membarrier_private_expedited_sync_core_success() local [all …]
|
/tools/lib/subcmd/ |
D | run-command.c | 29 int start_command(struct child_process *cmd) in start_command() 200 int finish_command(struct child_process *cmd) in finish_command() 205 int run_command(struct child_process *cmd) in run_command() 213 static void prepare_run_command_v_opt(struct child_process *cmd, in prepare_run_command_v_opt() 226 struct child_process cmd; in run_command_v_opt() local
|
/tools/perf/ |
D | perf.c | 52 const char *cmd; member 94 const char *cmd; member 107 static int check_pager_config(const char *cmd) in check_pager_config() 131 static int check_browser_config(const char *cmd) in check_browser_config() 175 const char *cmd = (*argv)[0]; in handle_options() local 351 const char *cmd = argv[0]; in handle_internal_command() local 370 char *cmd; in execv_dashed_external() local 442 const char *cmd; in main() local
|
D | builtin-data.c | 22 #define for_each_cmd(cmd) \ argument 38 struct data_cmd *cmd; in print_usage() local 106 struct data_cmd *cmd; in cmd_data() local
|
/tools/testing/selftests/bpf/ |
D | test_select_reuseport_common.h | 19 struct cmd { struct 20 __u32 reuseport_index; 21 __u32 pass_on_failure;
|
/tools/usb/usbip/src/ |
D | usbip.c | 95 const struct command *cmd; in usbip_help() local 127 static int run_command(const struct command *cmd, int argc, char *argv[]) in run_command() 142 char *cmd; in main() local
|
/tools/bpf/bpftool/ |
D | main.h | 152 struct cmd { struct 153 const char *cmd; argument 157 int cmd_select(const struct cmd *cmds, int argc, char **argv, argument
|
/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 246 static void check_data(int type, sa_family_t family, const struct cmd *cmd, in check_data() 405 static void do_test(int type, sa_family_t family, struct cmd *cmd, in do_test() 465 struct cmd cmd = { in test_err_inner_map() local 482 struct cmd cmd = { in test_err_sk_select_port() local 493 struct cmd cmd; in test_pass() local 507 struct cmd cmd = { in test_syncookie() local 541 struct cmd cmd = { in test_pass_on_err() local 556 struct cmd cmd = {}; in test_detach_bpf() local
|
/tools/objtool/ |
D | objtool.c | 102 const char *cmd = (*argv)[0]; in handle_options() local 122 const char *cmd = argv[0]; in handle_internal_command() local
|
/tools/hv/ |
D | hv_vss_daemon.c | 34 static int vss_do_freeze(char *dir, unsigned int cmd) in vss_do_freeze() 121 unsigned int cmd; in vss_operate() local
|
/tools/perf/tests/ |
D | python-use.c | 14 char *cmd; in test__python_use() local
|
/tools/power/cpupower/utils/ |
D | cpupower.c | 45 const char *cmd; member 174 const char *cmd; in main() local
|
/tools/perf/ui/browsers/ |
D | scripts.c | 156 void run_script(char *cmd) in run_script() 174 char *cmd, script_name[SCRIPT_FULLPATH_LEN]; in script_browse() local
|
/tools/perf/trace/beauty/ |
D | flock.c | 31 #define P_CMD(cmd) \ in syscall_arg__scnprintf_flock() argument
|
D | ioctl.c | 126 static size_t ioctl__scnprintf_cmd(unsigned long cmd, char *bf, size_t size, bool show_prefix) in ioctl__scnprintf_cmd() 177 unsigned long cmd = arg->val; in syscall_arg__scnprintf_ioctl_cmd() local
|
D | pkey_alloc.c | 51 unsigned long cmd = arg->val; in syscall_arg__scnprintf_pkey_alloc_access_rights() local
|
D | futex_op.c | 33 int cmd = op & FUTEX_CMD_MASK; in syscall_arg__scnprintf_futex_op() local
|
/tools/testing/selftests/proc/ |
D | proc-fsconfig-hidepid.c | 28 static inline int fsconfig(int fd, unsigned int cmd, const char *key, const void *val, int aux) in fsconfig()
|
/tools/testing/selftests/vm/ |
D | map_fixed_noreplace.c | 22 char cmd[32]; in dump_maps() local
|
/tools/testing/selftests/kvm/lib/s390x/ |
D | ucall.c | 17 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
/tools/testing/selftests/kvm/lib/ |
D | assert.c | 34 char cmd[strlen(addr2line) + strlen(pipeline) + in test_dump_stack() local
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | ucall.c | 19 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
/tools/include/uapi/linux/ |
D | ethtool.h | 40 __u32 cmd; member
|
/tools/power/pm-graph/ |
D | bootgraph.py | 889 cmd = '' variable 908 cmd = arg[1:] variable 1096 cmd = 'chown -R {0}:{0} {1} > /dev/null 2>&1' variable
|
/tools/testing/selftests/kvm/x86_64/ |
D | debug_regs.c | 72 uint64_t cmd; in main() local
|