Searched refs:in_out (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste.h | 52 #define DR_STE_SET_MPLS(lookup_type, mask, in_out, tag) do { \ argument 56 in_out##_first_mpls_label);\ 58 in_out##_first_mpls_s_bos); \ 60 in_out##_first_mpls_exp); \ 62 in_out##_first_mpls_ttl); \
|
| /linux/tools/perf/scripts/python/ |
| H A D | task-analyzer.py | 245 self.in_out = -1 270 self.in_out = time_out - self._last_start 282 if self.in_out > self.max_in_out: 283 self.max_in_out = self.in_out 321 self.in_out = None 448 align_helper.in_out = timespans.max_in_out 644 in_out = -1 673 in_out = timespan_gap_tid.in_out 679 task.runtime(time_unit), out_in, out_out, in_in, in_out,
|
| /linux/drivers/block/ |
| H A D | ps3disk.c | 54 u32 in_out; member 355 ata_cmnd.in_out = DIR_READ; in ps3disk_identify()
|
| /linux/tools/perf/util/ |
| H A D | event.c | 483 const char *in_out = !out ? "IN " : in perf_event__fprintf_switch() local 488 return fprintf(fp, " %s\n", in_out); in perf_event__fprintf_switch() 491 in_out, out ? "next" : "prev", in perf_event__fprintf_switch()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo.c | 998 struct psb_intel_sdvo_in_out_map in_out; in psb_intel_sdvo_mode_set() local 1012 in_out.in0 = psb_intel_sdvo->attached_output; in psb_intel_sdvo_mode_set() 1013 in_out.in1 = 0; in psb_intel_sdvo_mode_set() 1017 &in_out, sizeof(in_out)); in psb_intel_sdvo_mode_set()
|
| /linux/include/uapi/linux/ |
| H A D | fuse.h | 1302 char in_out[FUSE_URING_IN_OUT_HEADER_SZ]; 1276 char in_out[FUSE_URING_IN_OUT_HEADER_SZ]; global() member
|
| /linux/tools/perf/ui/browsers/ |
| H A D | hists.c | 2623 const char *comm_set_str, *in_out; in add_thread_opt() 2629 in_out = browser->hists->thread_filter ? "out of" : "into"; in add_thread_opt() 2633 in_out, comm_set_str, thread__tid(thread)); in add_thread_opt() 2635 ret = asprintf(optstr, "Zoom %s %s thread", in_out, comm_set_str); in hists_browser__zoom_map() 2613 const char *comm_set_str, *in_out; add_thread_opt() local
|