Home
last modified time | relevance | path

Searched defs:comm (Results 1 – 25 of 174) sorted by relevance

1234567

/external/coreboot/src/soc/intel/common/block/gpio/
Dgpio.c57 #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 …]
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.h73 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 …]
/external/perfetto/protos/perfetto/trace/ftrace/
Dblock.proto14 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 …]
Dsched.proto18 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
Dlowmemorykiller.proto9 optional string comm = 1; field
Doom.proto9 optional string comm = 1; field
Dcgroup.proto12 optional string comm = 4; field
40 optional string comm = 4; field
/external/pytorch/torch/csrc/cuda/
Dnccl.cpp171 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 …]
/external/coreboot/src/soc/intel/braswell/
Dgpio_support.c68 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
/external/igt-gpu-tools/overlay/
Dgem-objects.c84 struct gem_objects_comm *comm) in insert_sorted()
99 struct gem_objects_comm *comm; in gem_objects_update() local
/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupNCCL.cpp109 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 …]
/external/bcc/libbpf-tools/
Dtcplife.h11 char comm[TASK_COMM_LEN]; member
25 char comm[TASK_COMM_LEN]; member
Drunqlat.h10 char comm[TASK_COMM_LEN]; member
Dcpudist.h10 char comm[TASK_COMM_LEN]; member
Dbashreadline.bpf.c19 char comm[TASK_COMM_LEN]; in BPF_KRETPROBE() local
Dsyscount.h13 char comm[TASK_COMM_LEN]; member
Dmdflush.h11 char comm[TASK_COMM_LEN]; member
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_gather_thunk.cc66 ncclComm_t comm) { in RunAllGather()
106 ncclComm_t comm) { in RunNcclCollective()
Dnccl_all_reduce_thunk.cc44 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()
Dnccl_all_to_all_thunk.cc71 ncclComm_t comm) { in RunNcclCollective()
82 ncclComm_t comm) { in RunAllToAll()
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_raw_tp_test_run.c12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG()
Dtest_core_reloc_kernel.c22 char comm[sizeof("test_progs")]; member
30 char comm[16]; member
Dtest_skb_helpers.c21 char comm[TEST_COMM_LEN]; in test_skb_helpers() local
/external/perfetto/src/trace_processor/importers/perf_text/
Dperf_text_event.h30 std::optional<StringPool::Id> comm; member
/external/bazelbuild-rules_rust/util/dir_zipper/
Ddir_zipper.rs49 let mut comm = Command::new(zipper); in main() localVariable

1234567