Home
last modified time | relevance | path

Searched refs:in_out (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Ddr_ste.h52 #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 Dtask-analyzer.py245 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/scsi/
H A Dps3rom.c46 u32 in_out; /* transfer direction */ member
109 atapi_cmnd.in_out = DIR_READ; in ps3rom_atapi_request()
117 atapi_cmnd.in_out = DIR_WRITE; in ps3rom_atapi_request()
/linux/tools/perf/util/
H A Devent.c481 const char *in_out = !out ? "IN " : in perf_event__fprintf_switch() local
486 return fprintf(fp, " %s\n", in_out); in perf_event__fprintf_switch()
489 in_out, out ? "next" : "prev", in perf_event__fprintf_switch()
/linux/fs/fuse/
H A Ddev_uring.c693 err = copy_to_user(&ent->headers->in_out, &req->in.h, in fuse_uring_copy_to_ring()
822 err = copy_from_user(&req->out.h, &ent->headers->in_out, in fuse_uring_commit()
/linux/include/uapi/linux/
H A Dfuse.h1276 char in_out[FUSE_URING_IN_OUT_HEADER_SZ]; member
/linux/tools/perf/ui/browsers/
H A Dhists.c2613 const char *comm_set_str, *in_out; in add_thread_opt() local
2619 in_out = browser->hists->thread_filter ? "out of" : "into"; in add_thread_opt()
2623 in_out, comm_set_str, thread__tid(thread)); in add_thread_opt()
2625 ret = asprintf(optstr, "Zoom %s %s thread", in_out, comm_set_str); in add_thread_opt()