/Linux-v4.19/lib/ |
D | cpu_rmap.c | 39 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap() 56 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap() 57 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap() 103 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh() 104 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh() 105 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh() 106 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh() 122 index = rmap->near[cpu].index; in debug_print_rmap() 124 cpu, index, rmap->near[cpu].dist); in debug_print_rmap() 171 if (rmap->near[cpu].index == index) { in cpu_rmap_update() [all …]
|
/Linux-v4.19/fs/hpfs/ |
D | alloc.c | 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 119 unsigned bs = near & ~0x3fff; in alloc_in_bmp() 120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp() 130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector() 217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 218 near_bmp = near >> 14; in hpfs_alloc_sector() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument 279 unsigned nr = near; in alloc_in_dirband() [all …]
|
/Linux-v4.19/include/linux/ |
D | cpu_rmap.h | 34 } near[0]; member 47 return rmap->near[cpu].index; in cpu_rmap_lookup_index() 52 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | st,sta32x.txt | 60 If present, power bridge correction for THD reduction near maximum 89 // near maximum power output
|
D | st,sta350.txt | 71 If present, power bridge correction for THD reduction near maximum 128 // near maximum power output
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | returnvar.cocci | 7 // Comments: Comments on code can be deleted if near code that is removed.
|
/Linux-v4.19/drivers/staging/erofs/ |
D | TODO | 31 in any case an open-source mkfs will be released in the near future.
|
/Linux-v4.19/tools/perf/util/ |
D | auxtrace.c | 1682 bool near; member 1724 args->near = true; in print_kern_sym_cb() 1725 } else if (args->near) { in print_kern_sym_cb() 1726 args->near = false; in print_kern_sym_cb() 1919 bool near = false; in print_duplicate_syms() local 1932 near = true; in print_duplicate_syms() 1933 } else if (near) { in print_duplicate_syms() 1934 near = false; in print_duplicate_syms()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | at91-foxg20.dts | 150 /* red LED marked "PC7" near mini USB (device) receptacle */
|
D | armada-370-synology-ds213j.dts | 83 /* rear USB port, near reset button */ 88 /* rear USB port, near RJ45 port */
|
D | armada-xp-netgear-rn2120.dts | 45 * MGT4012XB-O20, 8000RPM) near eSATA port */
|
/Linux-v4.19/Documentation/sound/soc/ |
D | pops-clicks.rst | 51 when a volume control is changed near its maximum gain value. The zipper noise
|
/Linux-v4.19/mm/ |
D | mmap.c | 1267 struct vm_area_struct *near; in find_mergeable_anon_vma() local 1269 near = vma->vm_next; in find_mergeable_anon_vma() 1270 if (!near) in find_mergeable_anon_vma() 1273 anon_vma = reusable_anon_vma(near, vma, near); in find_mergeable_anon_vma() 1277 near = vma->vm_prev; in find_mergeable_anon_vma() 1278 if (!near) in find_mergeable_anon_vma() 1281 anon_vma = reusable_anon_vma(near, near, vma); in find_mergeable_anon_vma()
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 1218 Elf_Sym *near = NULL; in find_elf_symbol() local 1240 near = sym; in find_elf_symbol() 1245 return near; in find_elf_symbol() 1284 Elf_Sym *near = NULL; in find_elf_symbol2() local 1300 near = sym; in find_elf_symbol2() 1302 near = sym; in find_elf_symbol2() 1306 return near; in find_elf_symbol2()
|
/Linux-v4.19/drivers/staging/ |
D | Kconfig | 10 interfaces that most likely will be changed in the near
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | allocators.rst | 8 keeping related blocks near each other reduces the amount of movement
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-raid.txt | 87 [raid10_format <near|far|offset>] 92 is "near". Near copies are what most people think of with 94 or 'raid10_copies 2' and/or 'raid10_format near' are given,
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_vblank.c | 1502 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument 1504 return near + (s32) (narrow - near); in widen_32_to_64()
|
/Linux-v4.19/Documentation/ |
D | IRQ-domain.txt | 206 When building irq_domain hierarchy, the irq_domain near to the device is 207 child and the irq_domain near to CPU is parent. So a hierarchy structure
|
D | pnp.txt | 164 Plug and Play but it is planned to be in the near future.
|
/Linux-v4.19/Documentation/filesystems/ |
D | squashfs.txt | 253 read in the near future. Temporarily caching them ensures they are available 254 for near future access without requiring an additional read and decompress.
|
/Linux-v4.19/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 27 in the near future).
|
/Linux-v4.19/Documentation/vm/ |
D | hwpoison.rst | 53 memory failures too. The expection is that near all applications
|
/Linux-v4.19/Documentation/networking/ |
D | checksum-offloads.txt | 24 in detail in comments near the top of include/linux/skbuff.h.
|
D | netdev-features.txt | 105 For complete description, see comments near the top of include/linux/skbuff.h.
|