| /tools/include/uapi/linux/ | 
| D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07)  argument 17 #define BPF_SIZE(code)  ((code) & 0x18)  argument 22 #define BPF_MODE(code)  ((code) & 0xe0)  argument 31 #define BPF_OP(code)    ((code) & 0xf0)  argument 49 #define BPF_SRC(code)   ((code) & 0x08)  argument
  | 
| D | filter.h | 25 	__u16	code;   /* Actual filter code */  member 37 #define BPF_RVAL(code)  ((code) & 0x18)  argument 41 #define BPF_MISCOP(code) ((code) & 0xf8)  argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k }  argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }  argument
  | 
| /tools/testing/selftests/sched_ext/ | 
| D | hotplug.c | 48 	long kind, code;  in test_hotplug()  local 103 	long kind, code;  in test_hotplug_attach()  local
  | 
| D | hotplug.bpf.c | 28 	s64 code = SCX_ECODE_ACT_RESTART | HOTPLUG_EXIT_RSN;  in exit_from_hotplug()  local
  | 
| /tools/perf/util/ | 
| D | genelf.c | 123 	     const void *code,  in gen_build_id() 135 gen_build_id(struct buildid_note *note, unsigned long load_addr, const void *code, size_t csize)  in gen_build_id() 243 	      const void *code, int csize,  in jit_write_elf()
  | 
| D | print_insn.c | 123 			 bool is64bit, const uint8_t *code, size_t code_size,  in fprintf_insn_asm()
  | 
| /tools/lib/subcmd/ | 
| D | run-command.c | 174 		int status, code;  in wait_or_whine()  local 231 	int code = start_command(cmd);  in run_command()  local
  | 
| /tools/testing/selftests/powerpc/tm/ | 
| D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__)  argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__)  argument
  | 
| /tools/perf/trace/beauty/ | 
| D | arch_prctl.c | 32 	unsigned long code = arg->val;  in syscall_arg__scnprintf_x86_arch_prctl_code()  local
  | 
| /tools/usb/usbip/src/ | 
| D | usbip_network.c | 140 int usbip_net_send_op_common(int sockfd, uint32_t code, uint32_t status)  in usbip_net_send_op_common() 162 int usbip_net_recv_op_common(int sockfd, uint16_t *code, int *status)  in usbip_net_recv_op_common()
  | 
| D | usbip_attach.c | 125 	uint16_t code = OP_REP_IMPORT;  in query_import_device()  local
  | 
| D | usbip_list.c | 49 	uint16_t code = OP_REP_DEVLIST;  in get_exported_devices()  local
  | 
| /tools/testing/selftests/filesystems/eventfd/ | 
| D | eventfd_test.c | 19 	int  code;  member 23 static int error_set(struct error *err, int code, const char *fmt, ...)  in error_set()
  | 
| /tools/testing/selftests/exec/ | 
| D | binfmt_script.py | 22 code='''#!/usr/bin/perl  variable
  | 
| /tools/perf/jvmti/ | 
| D | jvmti_agent.c | 360 	uint64_t vma, void const *code, unsigned int const size)  in jvmti_write_code() 417 jvmti_write_debug_info(void *agent, uint64_t code,  in jvmti_write_debug_info()
  | 
| /tools/testing/selftests/pidfd/ | 
| D | pidfd_fdinfo_test.c | 21 	int  code;  member 25 static int error_set(struct error *err, int code, const char *fmt, ...)  in error_set()
  | 
| /tools/crypto/ccp/ | 
| D | dbc_cli.py | 57 def pretty_error(code):  argument
  | 
| D | dbc.py | 29 def handle_error(code):  argument
  | 
| /tools/testing/selftests/vDSO/ | 
| D | vdso_standalone_test_x86.c | 73 static inline void linux_exit(int code)  in linux_exit()
  | 
| /tools/testing/selftests/net/ | 
| D | reuseport_bpf_cpu.c | 79 	struct sock_filter code[] = {  in attach_bpf()  local
  | 
| /tools/testing/selftests/net/tcp_ao/ | 
| D | icmps-accept.c | 179 static void icmp_interfere4(uint8_t type, uint8_t code, uint32_t rcv_nxt,  in icmp_interfere4() 293 static void icmp6_interfere(int type, int code, uint32_t rcv_nxt,  in icmp6_interfere()
  | 
| D | icmps-discard.c | 179 static void icmp_interfere4(uint8_t type, uint8_t code, uint32_t rcv_nxt,  in icmp_interfere4() 293 static void icmp6_interfere(int type, int code, uint32_t rcv_nxt,  in icmp6_interfere()
  | 
| /tools/bpf/ | 
| D | bpf_exp.y | 479 static void bpf_set_curr_instr(uint16_t code, uint8_t jt, uint8_t jf,  in bpf_set_curr_instr()
  | 
| /tools/usb/ffs-aio-example/simple/device_app/ | 
| D | aio_simple.c | 141 		__le16 code;  member
  | 
| /tools/net/ynl/lib/ | 
| D | ynl.h | 38 	enum ynl_error_code code;  member
  |