/aosp_15_r20/external/coreboot/src/soc/intel/common/block/gpio/ |
H A D | gpio.c | 57 #define GPI_SMI_STS_OFFSET(comm, group) ((comm)->gpi_smi_sts_reg_0 + \ argument 59 #define GPI_SMI_EN_OFFSET(comm, group) ((comm)->gpi_smi_en_reg_0 + \ argument 61 #define GPI_NMI_STS_OFFSET(comm, group) ((comm)->gpi_nmi_sts_reg_0 + \ argument 63 #define GPI_NMI_EN_OFFSET(comm, group) ((comm)->gpi_nmi_en_reg_0 + \ argument 65 #define GPI_IS_OFFSET(comm, group) ((comm)->gpi_int_sts_reg_0 + \ argument 67 #define GPI_IE_OFFSET(comm, group) ((comm)->gpi_int_en_reg_0 + \ argument 69 #define GPI_GPE_STS_OFFSET(comm, group) ((comm)->gpi_gpe_sts_reg_0 + \ argument 71 #define GPI_GPE_EN_OFFSET(comm, group) ((comm)->gpi_gpe_en_reg_0 + \ argument 74 static inline size_t relative_pad_in_comm(const struct pad_community *comm, in relative_pad_in_comm() 81 static inline size_t gpio_group_index(const struct pad_community *comm, in gpio_group_index() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.h | 73 struct comm *comm; member 124 struct comm { struct 129 uint8_t pad[0x100 - 0x88]; // 0a0 bool comm_encrypted argument 131 uint32_t pvp_cur_index; // 100 132 uint32_t acked_byte_ofs; // 104 133 uint32_t status_vp[0x10]; // 108 134 uint16_t mb_y[0x10]; //148 135 uint32_t pvp_stage; // 168 0xeeXX 136 uint16_t parse_endpos_index; // 16c 137 uint16_t irq_index; // 16e [all …]
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | block.proto | 14 optional string comm = 6; field 22 optional string comm = 5; field 29 optional string comm = 5; field 43 optional string comm = 5; field 50 optional string comm = 5; field 70 optional string comm = 5; field 73 optional string comm = 1; field 98 optional string comm = 6; field 123 optional string comm = 5; field 130 optional string comm = 5; field [all …]
|
H A D | sched.proto | 18 optional string comm = 1; field 35 optional string comm = 1; field 42 optional string comm = 1; field 54 optional string comm = 1; field 66 optional string comm = 1; field 71 optional string comm = 1; field 75 optional string comm = 1; field 80 optional string comm = 1; field 103 optional string comm = 1; field
|
/aosp_15_r20/external/pytorch/torch/csrc/cuda/ |
H A D | nccl.cpp | 171 static inline void NCCL_CHECK_TIMEOUT(ncclResult status, ncclComm_t comm) { in NCCL_CHECK_TIMEOUT() 196 static inline void NCCL_CHECK_TIMEOUT(ncclResult_t result, ncclComm_t comm) { in NCCL_CHECK_TIMEOUT() 429 AutoNcclGroup::AutoNcclGroup(ncclComm_t comm, bool comm_nonblocking) { in AutoNcclGroup() 506 ncclComm_t comm; in comm_init_rank() local 516 void comm_destroy(ncclComm_t comm) { in comm_destroy() 604 ncclComm_t comm = comms[i]; in broadcast() local 649 ncclComm_t comm = comms_ref[i]; in reduce() local 703 ncclComm_t comm = comms_ref[i]; in all_reduce() local 745 ncclComm_t comm = comms_ref[i]; in reduce_scatter() local 786 ncclComm_t comm = comms_ref[i]; in all_gather() local [all …]
|
H A D | python_nccl.cpp | 42 ncclComm_t comm = in unpack_nccl_comm() local 51 ncclComm_t comm = unpack_nccl_comm(capsule); in destroy_nccl_comm() local 121 ncclComm_t comm = nullptr; in THCPModule_nccl_init_rank() local
|
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/ |
H A D | ProcessGroupNCCL.cpp | 109 const ncclComm_t& comm) { in unpackPreMulSum() 135 const ncclComm_t& comm) { in getNcclReduceOp() 1002 auto comm = getNCCLComm(key, device, OpType::ALLREDUCE); in performNocolorSplit() local 1019 auto comm = c10::make_intrusive<IntraNodeComm>(prefixStore, rank_, size_); in initIntraNodeComm() local 2602 auto comm = coalescedComm_; in checkForNCCLErrorsInternal() local 2739 ncclComm_t comm = ncclComm->getNcclComm(); in checkForNCCLErrorsInternal() local 2915 ncclComm_t comm = ncclComm->getNcclComm(); in checkForNCCLErrorsInternal() local 3355 at::cuda::CUDAStream& stream) { in checkForNCCLErrorsInternal() 3419 at::cuda::CUDAStream& stream) { in checkForNCCLErrorsInternal() 3518 at::cuda::CUDAStream& stream) { in checkForNCCLErrorsInternal() [all …]
|
H A D | NCCLUtils.hpp | 105 #define C10D_NCCL_CHECK_TIMEOUT(cmd, comm, failureReason) \ argument 131 #define C10D_NCCL_CHECK_TIMEOUT_GROUPEND(cmd, comm, failureReason) \ argument 290 auto comm = std::make_shared<NCCLComm>(); in create() local 306 auto comm = std::make_shared<NCCLComm>(); in create() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | nccl_all_reduce_thunk.cc | 44 ncclComm_t comm) { in RunAllReduce() 248 ncclComm_t comm) { in RunNcclCollective() 285 ncclComm_t comm) { in RunNcclCollective() 360 ncclComm_t comm) { in RunNcclCollective() 371 se::Stream& stream, ncclComm_t comm) { in RunReduceScatter()
|
H A D | nccl_all_gather_thunk.cc | 66 ncclComm_t comm) { in RunAllGather() 106 ncclComm_t comm) { in RunNcclCollective()
|
H A D | nccl_all_to_all_thunk.cc | 71 ncclComm_t comm) { in RunNcclCollective() 82 ncclComm_t comm) { in RunAllToAll()
|
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/ |
H A D | gpio_support.c | 68 int comm = 0; in gpio_get_community_num() local 91 int comm = 0; in gpio_config_pad() local 129 int comm = 0; in gpio_get() local
|
/aosp_15_r20/external/igt-gpu-tools/overlay/ |
H A D | gpu-perf.c | 281 static int get_comm(pid_t pid, char *comm, int len) in get_comm() 304 struct gpu_perf_comm *comm; in lookup_comm() local 334 struct gpu_perf_comm *comm; in request_add() local 363 struct gpu_perf_comm *comm; in ring_sync() local 376 struct gpu_perf_comm *comm; in wait_begin() local
|
H A D | gem-objects.c | 84 struct gem_objects_comm *comm) in insert_sorted() 99 struct gem_objects_comm *comm; in gem_objects_update() local
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | block.pb.h | 4942 inline const std::string& BlockRqIssueFtraceEvent::comm() const { in comm() function 4983 inline void BlockRqIssueFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 5234 inline const std::string& BlockBioBackmergeFtraceEvent::comm() const { in comm() function 5275 inline void BlockBioBackmergeFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 5458 inline const std::string& BlockBioBounceFtraceEvent::comm() const { in comm() function 5499 inline void BlockBioBounceFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 5866 inline const std::string& BlockBioFrontmergeFtraceEvent::comm() const { in comm() function 5907 inline void BlockBioFrontmergeFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 6090 inline const std::string& BlockBioQueueFtraceEvent::comm() const { in comm() function 6131 inline void BlockBioQueueFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() [all …]
|
D | sched.pb.h | 3757 inline const std::string& SchedWakeupFtraceEvent::comm() const { in comm() function 3798 inline void SchedWakeupFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4117 inline const std::string& SchedWakingFtraceEvent::comm() const { in comm() function 4158 inline void SchedWakingFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4301 inline const std::string& SchedWakeupNewFtraceEvent::comm() const { in comm() function 4342 inline void SchedWakeupNewFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4613 inline const std::string& SchedProcessExitFtraceEvent::comm() const { in comm() function 4654 inline void SchedProcessExitFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4965 inline const std::string& SchedProcessFreeFtraceEvent::comm() const { in comm() function 5006 inline void SchedProcessFreeFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | ParcelFileDescriptor.java | 310 final FileDescriptor[] comm = createCommSocketPair(); in fromFd() local 536 final FileDescriptor[] comm = createCommSocketPair(); in createReliablePipe() local 592 final FileDescriptor[] comm = createCommSocketPair(); in createReliableSocketPair() local 925 private static Status readCommStatus(FileDescriptor comm, byte[] buf) { in readCommStatus()
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | sched.pb.h | 3757 inline const std::string& SchedWakeupFtraceEvent::comm() const { in comm() function 3798 inline void SchedWakeupFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4117 inline const std::string& SchedWakingFtraceEvent::comm() const { in comm() function 4158 inline void SchedWakingFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4301 inline const std::string& SchedWakeupNewFtraceEvent::comm() const { in comm() function 4342 inline void SchedWakeupNewFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4613 inline const std::string& SchedProcessExitFtraceEvent::comm() const { in comm() function 4654 inline void SchedProcessExitFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4965 inline const std::string& SchedProcessFreeFtraceEvent::comm() const { in comm() function 5006 inline void SchedProcessFreeFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() [all …]
|
H A D | block.pb.h | 4402 inline const std::string& BlockRqIssueFtraceEvent::comm() const { in comm() function 4443 inline void BlockRqIssueFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4694 inline const std::string& BlockBioBackmergeFtraceEvent::comm() const { in comm() function 4735 inline void BlockBioBackmergeFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 4918 inline const std::string& BlockBioBounceFtraceEvent::comm() const { in comm() function 4959 inline void BlockBioBounceFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 5326 inline const std::string& BlockBioFrontmergeFtraceEvent::comm() const { in comm() function 5367 inline void BlockBioFrontmergeFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() 5550 inline const std::string& BlockBioQueueFtraceEvent::comm() const { in comm() function 5591 inline void BlockBioQueueFtraceEvent::set_allocated_comm(std::string* comm) { in set_allocated_comm() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
D | block.pbzero.h | 38 ::protozero::ConstChars comm() const { return at<7>().as_string(); } in comm() function 240 ::protozero::ConstChars comm() const { return at<7>().as_string(); } in comm() function 432 ::protozero::ConstChars comm() const { return at<2>().as_string(); } in comm() function 581 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 714 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 1172 ::protozero::ConstChars comm() const { return at<6>().as_string(); } in comm() function 1672 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1723 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 2083 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 2216 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function [all …]
|
D | sched.pbzero.h | 147 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 647 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 753 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 838 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 902 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1099 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1290 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1417 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1702 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | redact_sched_events.cc | 325 auto comm = sched_waking.comm(); in OnFtraceEventWaking() local 442 auto comm = intern_table->Find(comm_index); in OnCompSchedSwitch() local 553 std::string comm; in OnCompactSchedWaking() local
|
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_ftrace_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | sched.pbzero.h | 147 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 647 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 753 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 838 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 902 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1099 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1290 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1417 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1702 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function
|
H A D | block.pbzero.h | 28 ::protozero::ConstChars comm() const { return at<2>().as_string(); } in comm() function 177 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 310 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 768 ::protozero::ConstChars comm() const { return at<6>().as_string(); } in comm() function 1268 ::protozero::ConstChars comm() const { return at<1>().as_string(); } in comm() function 1319 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 1679 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 1812 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 2072 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function 2205 ::protozero::ConstChars comm() const { return at<5>().as_string(); } in comm() function [all …]
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | tcplife.h | 11 char comm[TASK_COMM_LEN]; member 25 char comm[TASK_COMM_LEN]; member
|