/kernel/linux/linux-6.6/arch/mips/alchemy/common/ |
H A D | dbdma.c | 391 u32 au1xxx_dbdma_ring_alloc(u32 chanid, int entries) in au1xxx_dbdma_ring_alloc() argument 415 desc_base = (u32)kmalloc_array(entries, sizeof(au1x_ddma_desc_t), in au1xxx_dbdma_ring_alloc() 426 i = entries * sizeof(au1x_ddma_desc_t); in au1xxx_dbdma_ring_alloc() 564 for (i = 0; i < entries; i++) { in au1xxx_dbdma_ring_alloc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 440 for (i = 0; i < priv->output_limit->entries; i++) { in p54_scan() 467 if (i == priv->output_limit->entries) in p54_scan() 471 for (i = 0; i < priv->curve_data->entries; i++) { in p54_scan() 495 if (i == priv->curve_data->entries) in p54_scan()
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
H A D | vt_ioctl.c | 500 return con_set_unimap(vc, tmp.entry_ct, tmp.entries); in do_unimap_ioctl() 505 tmp.entries); in do_unimap_ioctl() 1032 compat_caddr_t entries; member 1044 tmp_entries = compat_ptr(tmp.entries); in compat_unimap_ioctl()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_recent.c | 82 unsigned int entries; member 149 t->entries--; in recent_entry_remove() 153 * Drop entries with timestamps older then 'time'. 185 if (t->entries >= ip_list_tot) { in recent_entry_init() 205 t->entries++; in recent_entry_init()
|
/kernel/linux/linux-5.10/lib/ |
H A D | dynamic_debug.c | 1063 int n = 0, entries = 0, modct = 0; in dynamic_debug_init() local 1078 entries++; in dynamic_debug_init() 1095 vpr_info("%d modules, %d entries and %d bytes in ddebug tables, %d bytes in __dyndbg section\n", in dynamic_debug_init() 1096 modct, entries, (int)(modct * sizeof(struct ddebug_table)), in dynamic_debug_init() 1097 (int)(entries * sizeof(struct _ddebug))); in dynamic_debug_init()
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | ipt_CLUSTERIP.c | 41 refcount_t entries; /* number of entries/rules member 109 /* decrease the count of entries using/referencing this config. If last 118 if (refcount_dec_and_lock(&c->entries, &cn->lock)) { in clusterip_config_entry_put() 166 if (unlikely(!refcount_inc_not_zero(&c->entries))) { in clusterip_config_find_get() 292 refcount_set(&c->entries, 1); in clusterip_config_init() 538 /* if no more entries are referencing the config, remove it in clusterip_tg_destroy()
|
/kernel/linux/linux-6.6/drivers/tty/vt/ |
H A D | vt_ioctl.c | 500 return con_set_unimap(vc, tmp.entry_ct, tmp.entries); in do_unimap_ioctl() 505 tmp.entries); in do_unimap_ioctl() 1033 compat_caddr_t entries; member 1045 tmp_entries = compat_ptr(tmp.entries); in compat_unimap_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
H A D | fwio.c | 438 for (i = 0; i < priv->output_limit->entries; i++) { in p54_scan() 465 if (i == priv->output_limit->entries) in p54_scan() 469 for (i = 0; i < priv->curve_data->entries; i++) { in p54_scan() 493 if (i == priv->curve_data->entries) in p54_scan()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_mm.c | 109 unsigned long entries[STACKDEPTH]; in save_stack() local 112 n = stack_trace_save(entries, ARRAY_SIZE(entries), 1); in save_stack() 115 node->stack = stack_depot_save(entries, n, GFP_NOWAIT); in save_stack()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_recent.c | 82 unsigned int entries; member 149 t->entries--; in recent_entry_remove() 153 * Drop entries with timestamps older then 'time'. 185 if (t->entries >= ip_list_tot) { in recent_entry_init() 205 t->entries++; in recent_entry_init()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emuproc.c | 301 const struct emu10k1_reg_entry *entries, in disasm_emu10k1_reg() 305 unsigned base = entries[i].base; in disasm_emu10k1_reg() 306 unsigned size = entries[i].size; in disasm_emu10k1_reg() 310 const char *name = entries[i].name; in disasm_emu10k1_reg() 300 disasm_emu10k1_reg(char *buffer, const struct emu10k1_reg_entry *entries, unsigned reg, const char *pfx) disasm_emu10k1_reg() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | svq1dec.c | 130 /* add codebook entries to vector */ \ 132 n3 = codebook[entries[j]] ^ 0x80808080; \ 156 /* calculate codebook entries for this vector */ \ 158 entries[j] = (((bit_cache >> (4 * (stages - j - 1))) & 0xF) + \ 171 int entries[6]; in svq1_decode_block_intra() local 238 int entries[6]; in svq1_decode_block_non_intra() local
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dir.c | 293 * Delete directory entries between startcl, startoff and endcl, endoff. 457 * Basic sanity check if the subdirectory have good '.' and '..' entries, 458 * and they are directory entries. Further sanity checks are performed 487 * We only need to check the first two entries of the directory, in check_subdirectory() 507 * Both `.' and `..' must be present and be the first two entries in check_subdirectory() 540 int fd, i, j, k, iosize, entries; in readDosDirSection() local 569 * Derive how many entries we are going to encounter from in readDosDirSection() 575 entries = boot->bpbRootDirEnts; in readDosDirSection() 578 entries = iosize / 32; in readDosDirSection() 605 for (p = buffer, i = 0; i < entries; in readDosDirSection() [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | node.js | 842 for (const [name, path] of this.#workspaces.entries()) { 863 for (const [name, dep] of Object.entries(pd)) { 893 for (const [name, spec] of Object.entries(deps || {})) { 1303 for (const [name, child] of this.children.entries()) {
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | engine_vulkan.cc | 365 auto& entries = info.shader_info[type].specialization_entries; in SetShader() local 366 entries.reset(new std::vector<VkSpecializationMapEntry>()); in SetShader() 371 entries->push_back({pair.first, in SetShader() 380 spec_info->pMapEntries = entries->data(); in SetShader()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_linearization_info.cpp | 1332 uint32 entries = fBlackDeltaH->LogicalSize () / (uint32) sizeof (table [0]); in MaxBlackLevel() local 1334 for (j = 0; j < entries; j++) in MaxBlackLevel() 1366 uint32 entries = fBlackDeltaV->LogicalSize () / (uint32) sizeof (table [0]); in MaxBlackLevel() local 1368 for (j = 0; j < entries; j++) in MaxBlackLevel()
|
/kernel/linux/linux-5.10/arch/x86/power/ |
H A D | hibernate.c | 74 int size = offsetof(struct e820_table, entries) + in compute_e820_crc32()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | pdc.h | 75 struct pdc_memory_table *tbl, unsigned long entries);
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mmu_context.h | 43 struct desc_struct *entries; member 47 * If PTI is in use, then the entries array is not mapped while we're
|
H A D | io_apic.h | 45 entries : 8, member 127 /* # of MP IRQ source entries */ 130 /* MP IRQ source entries */
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | step.c | 41 desc = &child->mm->context.ldt->entries[seg]; in convert_ip_to_linear()
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | mem_detect.c | 38 return &mem_detect.entries[n]; in __get_mem_detect_block_ptr()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | processor.h | 66 unsigned int entries; member
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.h | 130 struct kvm_cpuid_entry2 __user *entries);
|
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
H A D | fpu_system.h | 32 ret = current->mm->context.ldt->entries[seg]; in FPU_get_ldt_descriptor()
|