/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve.c | 70 struct mlxsw_sp_nve_mc_entry entries[]; member 280 mc_record = kzalloc(struct_size(mc_record, entries, num_max_entries), in mlxsw_sp_nve_mc_record_create() 352 if (mc_record->entries[i].valid) in mlxsw_sp_nve_mc_free_entry_find() 354 return &mc_record->entries[i]; in mlxsw_sp_nve_mc_free_entry_find() 389 mc_entry = &mc_record->entries[i]; in mlxsw_sp_nve_mc_record_refresh() 425 mc_entry = &mc_record->entries[i]; in mlxsw_sp_nve_mc_entry_find() 691 struct mlxsw_sp_nve_mc_entry *mc_entry = &mc_record->entries[i]; in mlxsw_sp_nve_mc_record_delete()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | jitdump.c | 320 jr->info.entries[n].addr = bswap_64(jr->info.entries[n].addr); in jit_get_next_entry() 321 jr->info.entries[n].lineno = bswap_32(jr->info.entries[n].lineno); in jit_get_next_entry() 322 jr->info.entries[n].discrim = bswap_32(jr->info.entries[n].discrim); in jit_get_next_entry() 645 memcpy(data, &jr->info.entries, sz); in jit_repipe_debug_info()
|
H A D | probe-file.c | 551 list_add_tail(&entry->node, &pcache->entries); in probe_cache__load() 574 INIT_LIST_HEAD(&pcache->entries); in probe_cache__alloc() 584 list_for_each_entry_safe(entry, n, &pcache->entries, node) { in probe_cache__purge() 730 list_add_tail(&entry->node, &pcache->entries); in probe_cache__add_entry() 941 list_add_tail(&entry->node, &pcache->entries); in probe_cache__scan_sdt() 1013 /* TBD: if we do not update existing entries, skip it */ in probe_cache__commit() 1049 list_for_each_entry_safe(entry, tmp, &pcache->entries, node) { in probe_cache__filter_purge() 1091 if (!list_empty(&pcache->entries)) { in probe_cache__show_all_caches()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_sysconfig.c | 846 size_t entries = 0; in ares__init_sysconfig_libresolv() local 936 while ((entries < MAXDNSRCH) && res.dnsrch[entries]) { in ares__init_sysconfig_libresolv() 937 entries++; in ares__init_sysconfig_libresolv() 940 if (entries) { in ares__init_sysconfig_libresolv() 941 sysconfig->domains = ares_malloc_zero(entries * sizeof(char *)); in ares__init_sysconfig_libresolv() 946 sysconfig->ndomains = entries; in ares__init_sysconfig_libresolv()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-profiler-agent-impl.cc | 51 std::vector<v8::CpuProfileNode::LineTick> entries(lineCount); in buildInspectorObjectForPositionTicks() 52 if (node->GetLineTicks(&entries[0], lineCount)) { in buildInspectorObjectForPositionTicks() 56 .setLine(entries[i].line) in buildInspectorObjectForPositionTicks() 57 .setTicks(entries[i].hit_count) in buildInspectorObjectForPositionTicks() 464 auto entries = std::make_unique< in typeProfileToProtocol() local 477 entries->emplace_back(protocol::Profiler::TypeProfileEntry::create() in typeProfileToProtocol() 492 .setEntries(std::move(entries)) in typeProfileToProtocol()
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.cc | 773 Isolate* isolate, Handle<DependentCode> entries, DependencyGroups groups, in InsertWeakCode() 775 if (entries->length() == entries->capacity()) { in InsertWeakCode() 777 entries->IterateAndCompact([](CodeT, DependencyGroups) { return false; }); in InsertWeakCode() 784 entries = Handle<DependentCode>::cast( in InsertWeakCode() 785 WeakArrayList::AddToEnd(isolate, entries, code_slot, group_slot)); in InsertWeakCode() 786 return entries; in InsertWeakCode() 807 // - Loop back-to-front s.t. trailing cleared entries can simply drop off in IterateAndCompact() 772 InsertWeakCode( Isolate* isolate, Handle<DependentCode> entries, DependencyGroups groups, Handle<Code> code) InsertWeakCode() argument
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.cpp | 196 static void printHashes (const char* name, const EnumMapEntry* entries, int numEntries) in printHashes() argument 201 printf("0x%08x\t%s\n", deStringHash(entries[ndx].name), entries[ndx].name); in printHashes() 221 static inline int getEnumValue (const char* enumName, const EnumMapEntry* entries, int numEntries, const char* name) in getEnumValue() argument 227 if (entries[ndx].hash == hash && deStringEqual(entries[ndx].name, name)) in getEnumValue() 228 return entries[ndx].value; in getEnumValue()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | clb069.h | 6 __u32 entries; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | clb069.h | 6 __u32 entries; member
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | stacktrace.c | 192 trace->entries[trace->nr_entries++] = address; in __collect_all() 210 trace->entries[trace->nr_entries++] = address; in __collect_all_but_sched()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | stacktrace.c | 46 trace->entries[trace->nr_entries++] = ip; in save_context_stack() 200 trace->entries[trace->nr_entries++] = ip; in __save_stack_trace_tsk_reliable()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | stacktrace.c | 109 trace->entries[trace->nr_entries++] = addr; in save_trace() 121 trace->entries[trace->nr_entries++] = regs->ARM_pc; in save_trace()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | stacktrace.c | 193 trace->entries[trace->nr_entries++] = address; in __collect_all() 211 trace->entries[trace->nr_entries++] = address; in __collect_all_but_sched()
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | ipl.h | 185 struct ipl_rb_certificate_entry entries[]; member 205 struct ipl_rb_component_entry entries[]; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | kv_dpm.h | 44 struct sumo_vid_mapping_entry entries[SUMO_MAX_NUMBER_VOLTAGES]; member 55 struct sumo_sclk_voltage_mapping_entry entries[SUMO_MAX_HARDWARE_POWERLEVELS]; member
|
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | vnic_rq.h | 74 /* Break the vnic_rq_buf allocations into blocks of 64 entries */ 78 #define VNIC_RQ_BUF_BLKS_NEEDED(entries) \ 79 DIV_ROUND_UP(entries, VNIC_RQ_BUF_BLK_ENTRIES)
|
H A D | vnic_wq.h | 79 /* Break the vnic_wq_buf allocations into blocks of 64 entries */ 83 #define VNIC_WQ_BUF_BLKS_NEEDED(entries) \ 84 DIV_ROUND_UP(entries, VNIC_WQ_BUF_BLK_ENTRIES)
|
/kernel/linux/linux-5.10/tools/io_uring/ |
H A D | liburing.h | 55 extern int io_uring_setup(unsigned entries, struct io_uring_params *p); 64 extern int io_uring_queue_init(unsigned entries, struct io_uring *ring,
|
H A D | setup.c | 79 int io_uring_queue_init(unsigned entries, struct io_uring *ring, unsigned flags) in io_uring_queue_init() argument 87 fd = io_uring_setup(entries, &p); in io_uring_queue_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | base.c | 102 nvkm_debug(subdev, "buffer %d: %d entries\n", id, buffer->entries); in nvkm_fault_oneinit_buffer() 104 ret = nvkm_memory_new(device, NVKM_MEM_TARGET_INST, buffer->entries * in nvkm_fault_oneinit_buffer()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crcc37d.c | 34 } entries[CRCC37D_MAX_ENTRIES]; member 97 struct crcc37d_entry __iomem *entry = ¬ifier->entries[idx]; in crcc37d_get_entry()
|
H A D | crc907d.c | 22 } entries[CRC907D_MAX_ENTRIES]; member 94 return ioread32_native(¬ifier->entries[idx].output_crc[0]); in crc907d_get_entry()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | sumo_dpm.h | 67 struct sumo_vid_mapping_entry entries[SUMO_MAX_NUMBER_VOLTAGES]; member 78 struct sumo_sclk_voltage_mapping_entry entries[SUMO_MAX_HARDWARE_POWERLEVELS]; member
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | vnic_rq.h | 62 /* Break the vnic_rq_buf allocations into blocks of 64 entries */ 66 #define VNIC_RQ_BUF_BLKS_NEEDED(entries) \ 67 DIV_ROUND_UP(entries, VNIC_RQ_BUF_BLK_ENTRIES)
|
H A D | vnic_wq.h | 67 /* Break the vnic_wq_buf allocations into blocks of 64 entries */ 71 #define VNIC_WQ_BUF_BLKS_NEEDED(entries) \ 72 DIV_ROUND_UP(entries, VNIC_WQ_BUF_BLK_ENTRIES)
|