| /tools/testing/cxl/test/ | 
| D | mock.c | 16 void register_cxl_mock_ops(struct cxl_mock_ops *ops)  in register_cxl_mock_ops() 24 void unregister_cxl_mock_ops(struct cxl_mock_ops *ops)  in unregister_cxl_mock_ops() 49 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_is_acpi_device_node()  local 68 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_acpi_table_parse_cedt()  local 87 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_acpi_evaluate_integer()  local 106 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_acpi_pci_find_root()  local 124 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_nvdimm_bus_register()  local 140 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_devm_cxl_setup_hdm()  local 155 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_devm_cxl_add_passthrough_decoder()  local 172 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in __wrap_devm_cxl_enumerate_decoders()  local [all …] 
 | 
| /tools/testing/selftests/mm/ | 
| D | khugepaged.c | 304 static void *alloc_hpage(struct mem_ops *ops)  in alloc_hpage() 497 			       struct mem_ops *ops, bool expect)  in __madvise_collapse() 526 			     struct mem_ops *ops, bool expect)  in madvise_collapse() 538 			  struct mem_ops *ops)  in wait_for_scan() 570 				struct mem_ops *ops, bool expect)  in khugepaged_collapse() 606 static bool is_tmpfs(struct mem_ops *ops)  in is_tmpfs() 611 static bool is_anon(struct mem_ops *ops)  in is_anon() 643 static void collapse_full(struct collapse_context *c, struct mem_ops *ops)  in collapse_full() 657 static void collapse_empty(struct collapse_context *c, struct mem_ops *ops)  in collapse_empty() 666 static void collapse_single_pte_entry(struct collapse_context *c, struct mem_ops *ops)  in collapse_single_pte_entry() [all …] 
 | 
| /tools/perf/util/ | 
| D | unwind-libunwind.c | 19 	struct unwind_libunwind_ops *ops = local_unwind_libunwind_ops;  in unwind__prepare_access()  local 68 	const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(maps);  in unwind__flush_access()  local 76 	const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(maps);  in unwind__finish_access()  local 87 	const struct unwind_libunwind_ops *ops = maps__unwind_libunwind_ops(thread__maps(thread));  in unwind__get_entries()  local
  | 
| D | disasm.c | 86 static int arch__associate_ins_ops(struct arch* arch, const char *name, struct ins_ops *ops)  in arch__associate_ins_ops() 232 static void ins_ops__delete(struct ins_operands *ops)  in ins_ops__delete() 243 			      struct ins_operands *ops, int max_ins_name)  in ins__raw_scnprintf() 249 		   struct ins_operands *ops, int max_ins_name)  in ins__scnprintf() 265 static int call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,  in call__parse() 319 			   struct ins_operands *ops, int max_ins_name)  in call__scnprintf() 350 static inline const char *validate_comma(const char *c, struct ins_operands *ops)  in validate_comma() 361 static int jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,  in jump__parse() 443 			   struct ins_operands *ops, int max_ins_name)  in jump__scnprintf() 521 static int lock__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,  in lock__parse() [all …] 
 | 
| D | disasm.h | 51 	struct ins_ops *ops;  member 77 			struct ins_operands *ops;  member
  | 
| /tools/perf/arch/loongarch/annotate/ | 
| D | instructions.c | 8 static int loongarch_call__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,  in loongarch_call__parse() 55 static int loongarch_jump__parse(struct arch *arch, struct ins_operands *ops, struct map_symbol *ms,  in loongarch_jump__parse() 105 	struct ins_ops *ops = NULL;  in loongarch__associate_ins_ops()  local
  | 
| /tools/perf/arch/s390/annotate/ | 
| D | instructions.c | 4 static int s390_call__parse(struct arch *arch, struct ins_operands *ops,  in s390_call__parse() 54 			   struct ins_operands *ops,  in s390_mov__parse() 109 	struct ins_ops *ops = NULL;  in s390__associate_ins_ops()  local
  | 
| /tools/lib/thermal/ | 
| D | events.c | 27 	struct thermal_events_ops *ops = &thp->th->ops->events;  in handle_thermal_event()  local 126 static void thermal_events_ops_init(struct thermal_events_ops *ops)  in thermal_events_ops_init()
  | 
| D | thermal_nl.h | 14 	struct thermal_ops *ops;  member
  | 
| D | thermal.c | 128 struct thermal_handler *thermal_init(struct thermal_ops *ops)  in thermal_init()
  | 
| /tools/perf/arch/arm64/annotate/ | 
| D | instructions.c | 13 			    struct ins_operands *ops,  in arm64_mov__parse() 73 	struct ins_ops *ops;  in arm64__associate_instruction_ops()  local
  | 
| /tools/perf/bench/ | 
| D | futex-hash.c | 47 	unsigned long ops;  member 75 	unsigned long ops = w->ops; /* avoid cacheline bouncing */  in workerfn()  local
  | 
| D | futex-lock-pi.c | 31 	unsigned long ops;  member 85 	unsigned long ops = w->ops;  in workerfn()  local
  | 
| D | epoll-wait.c | 122 	unsigned long ops;  member 187 	unsigned long ops = w->ops;  in workerfn()  local
  | 
| /tools/testing/selftests/bpf/progs/ | 
| D | struct_ops_forgotten_cb.c | 16 struct bpf_testmod_ops ops = {  variable
  | 
| D | struct_ops_nulled_out_cb.c | 19 struct bpf_testmod_ops ops = {  variable
  | 
| /tools/testing/cxl/ | 
| D | mock_acpi.c | 14 	struct cxl_mock_ops *ops = get_cxl_mock_ops(&index);  in to_cxl_host_bridge()  local
  | 
| /tools/perf/arch/mips/annotate/ | 
| D | instructions.c | 6 	struct ins_ops *ops = NULL;  in mips__associate_ins_ops()  local
  | 
| /tools/perf/arch/riscv64/annotate/ | 
| D | instructions.c | 6 	struct ins_ops *ops = NULL;  in riscv64__associate_ins_ops()  local
  | 
| /tools/perf/arch/csky/annotate/ | 
| D | instructions.c | 9 	struct ins_ops *ops = NULL;  in csky__associate_ins_ops()  local
  | 
| /tools/lib/perf/ | 
| D | evlist.c | 469 mmap_per_evsel(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops,  in mmap_per_evsel() 563 mmap_per_thread(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops,  in mmap_per_thread() 605 mmap_per_cpu(struct perf_evlist *evlist, struct perf_evlist_mmap_ops *ops,  in mmap_per_cpu() 653 			  struct perf_evlist_mmap_ops *ops,  in perf_evlist__mmap_ops() 685 	struct perf_evlist_mmap_ops ops = {  in perf_evlist__mmap()  local
  | 
| /tools/testing/selftests/bpf/benchs/ | 
| D | run_common.sh | 36 function ops()  function
  | 
| /tools/sched_ext/ | 
| D | scx_show_state.py | 30 ops = prog['scx_ops']  variable
  | 
| /tools/perf/arch/sparc/annotate/ | 
| D | instructions.c | 122 	struct ins_ops *ops = NULL;  in sparc__associate_instruction_ops()  local
  | 
| /tools/perf/arch/arm/annotate/ | 
| D | instructions.c | 16 	struct ins_ops *ops;  in arm__associate_instruction_ops()  local
  |