/linux-4.4.14/Documentation/ |
D | lzo.txt | 24 - a distance when copying data from the dictionary (past output buffer) 30 extra data can be a complement for the operand (eg: a length or a distance 64 taken from the last two bits of an extra operand (eg: distance). 66 End of stream is declared when a block copy of distance 0 is seen. Only one 67 instruction may encode this distance (0001HLLL), it takes one LE16 operand 68 for the distance, thus requiring 3 bytes. 107 the instruction's opcode or distance), the instruction is a copy of a 108 2-byte block from the dictionary within a 1kB distance. It is worth 113 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance 117 distance = (H << 2) + D + 1 [all …]
|
/linux-4.4.14/drivers/video/fbdev/ |
D | arcfb.c | 248 unsigned int left, unsigned int right, unsigned int distance) in arcfb_lcd_update_page() argument 302 unsigned int distance, upper, lower; in arcfb_lcd_update_vert() local 304 distance = (bottom - top) + 1; in arcfb_lcd_update_vert() 308 while (distance > 0) { in arcfb_lcd_update_vert() 309 distance -= 8; in arcfb_lcd_update_vert() 324 unsigned int distance, upper, lower; in arcfb_lcd_update_horiz() local 326 distance = h; in arcfb_lcd_update_horiz() 328 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz() 330 while (distance > 0) { in arcfb_lcd_update_horiz() 331 distance -= ((lower - upper) + 1 ); in arcfb_lcd_update_horiz() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-proximity-as3935 | 6 Get the current distance in meters of storm (1km steps) 7 1000-40000 = distance in meters
|
D | sysfs-bus-iio | 385 to compute the stride length, distance, speed and activity 405 to compute the stride length, distance, speed and activity 1214 This attribute is used to read the distance covered by the user
|
/linux-4.4.14/net/dccp/ |
D | ackvec.c | 134 static void dccp_ackvec_update_old(struct dccp_ackvec *av, s64 distance, in dccp_ackvec_update_old() argument 139 BUG_ON(distance > 0); in dccp_ackvec_update_old() 146 if (distance + runlen >= 0) { in dccp_ackvec_update_old() 170 distance += runlen + 1; in dccp_ackvec_update_old()
|
/linux-4.4.14/arch/x86/mm/ |
D | numa.c | 407 void __init numa_set_distance(int from, int to, int distance) in numa_set_distance() argument 415 from, to, distance); in numa_set_distance() 419 if ((u8)distance != distance || in numa_set_distance() 420 (from == to && distance != LOCAL_DISTANCE)) { in numa_set_distance() 422 from, to, distance); in numa_set_distance() 426 numa_distance[from * numa_distance_cnt + to] = distance; in numa_set_distance()
|
/linux-4.4.14/arch/s390/numa/ |
D | numa.c | 48 return mode->distance ? mode->distance(a, b) : 0; in __node_distance()
|
D | numa_mode.h | 18 int (*distance)(int a, int b); /* Distance between two nodes */ member
|
D | mode_emu.c | 509 .distance = emu_distance,
|
/linux-4.4.14/mm/ |
D | workingset.c | 166 unsigned long *distance) in unpack_shadow() argument 202 *distance = (refault - eviction) & mask; in unpack_shadow()
|
/linux-4.4.14/arch/sh/lib/ |
D | memcpy.S | 19 sub r4,r5 ! From here, r5 has the distance to r0
|
D | memmove.S | 25 sub r5,r4 ! From here, r4 has the distance to r0
|
/linux-4.4.14/lib/ |
D | decompress_unlzma.c | 427 uint32_t distance; in process_bit1() local 433 distance = cst->rep1; in process_bit1() 439 distance = cst->rep2; in process_bit1() 442 distance = cst->rep3; in process_bit1() 448 cst->rep0 = distance; in process_bit1()
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 955 int distance = 0; in radeon_compare_modes() local 957 distance = mode->yres - var->yres; in radeon_compare_modes() 958 distance += (mode->xres - var->xres)/2; in radeon_compare_modes() 959 return distance; in radeon_compare_modes() 981 int distance = INT_MAX; in radeon_match_mode() local 1027 if (d < distance) { in radeon_match_mode() 1029 distance = d; in radeon_match_mode()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | numa.h | 34 extern void __init numa_set_distance(int from, int to, int distance);
|
/linux-4.4.14/arch/sparc/kernel/ |
D | process_64.c | 451 unsigned long fp, distance, rval; in clone_stackframe() local 469 distance = fp - psp; in clone_stackframe() 470 rval = (csp - distance); in clone_stackframe() 471 if (copy_in_user((void __user *) rval, (void __user *) psp, distance)) in clone_stackframe()
|
/linux-4.4.14/arch/tile/kernel/ |
D | setup.c | 885 int distance[MAX_NUMNODES][NR_CPUS]; in setup_numa_mapping() local 903 memset(distance, -1, sizeof(distance)); in setup_numa_mapping() 917 distance[node][cpu] = in setup_numa_mapping() 948 int d = distance[node][cpu] * num_nodes; in setup_numa_mapping() 951 d -= distance[i][cpu]; in setup_numa_mapping()
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-ocores | 22 distance between registers and the input clock speed.
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 41 This specifies, given in Kbytes, the maximum "distance" for backward seeking. 42 The distance is the amount of space from the current head location to the 43 sectors that are backward in terms of distance. 47 distance from the current head location. 52 backward distance of request is just 1/back_seek_penalty from a "front"
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 1211 Elf64_Sword distance = 20; in find_elf_symbol() local 1230 if (d < distance) { in find_elf_symbol() 1231 distance = d; in find_elf_symbol() 1236 if (distance < 20) in find_elf_symbol() 1277 Elf_Addr distance = ~0; in find_elf_symbol2() local 1290 if ((addr - sym->st_value) < distance) { in find_elf_symbol2() 1291 distance = addr - sym->st_value; in find_elf_symbol2() 1293 } else if ((addr - sym->st_value) == distance) { in find_elf_symbol2()
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 869 int distance, struct stack_trace *trace) in add_lock_to_list() argument 881 entry->distance = distance; in add_lock_to_list() 1825 struct held_lock *next, int distance, int trylock_loop) in check_prev_add() argument 1880 if (distance == 1) in check_prev_add() 1881 entry->distance = 1; in check_prev_add() 1895 next->acquire_ip, distance, &trace); in check_prev_add() 1902 next->acquire_ip, distance, &trace); in check_prev_add() 1951 int distance = curr->lockdep_depth - depth + 1; in check_prevs_add() local 1959 distance, trylock_loop)) in check_prevs_add()
|
D | lockdep_proc.c | 85 if (entry->distance == 1) { in l_show()
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-konepure | 74 Description: The mouse has a tracking- and a distance-control-unit. These 75 can be activated/deactivated and the lift-off distance can be
|
D | sysfs-driver-hid-roccat-koneplus | 114 Description: The mouse has a tracking- and a distance-control-unit. These 115 can be activated/deactivated and the lift-off distance can be
|
/linux-4.4.14/Documentation/input/ |
D | multi-touch-protocol.txt | 182 indicate the distance between the contact and the surface. 261 The distance, in surface units, between the contact and the surface. Zero 262 distance means the contact is touching the surface. A positive number means 373 ABS_MT_WIDTH_MAJOR := min(X, Y) + distance(T, C) 379 increase with distance(T, C). Finally, assume that the touch diameter is
|
D | atarikbd.txt | 256 deltax ; distance in X clicks to return (LEFT) or (RIGHT) 257 deltay ; distance in Y clicks to return (UP) or (DOWN)
|
D | event-codes.txt | 171 - Used to describe the distance of a tool from an interaction surface. This
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-devices-node | 66 What: /sys/devices/system/node/nodeX/distance
|
/linux-4.4.14/arch/powerpc/mm/ |
D | numa.c | 200 int distance = LOCAL_DISTANCE; in __node_distance() local 210 distance *= 2; in __node_distance() 213 return distance; in __node_distance()
|
/linux-4.4.14/Documentation/misc-devices/ |
D | apds990x.txt | 105 _rough_ estimate about the distance.
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | lirc_zilog.c | 533 unsigned char *endp, unsigned int distance) in skip() argument 535 if (*data + distance > endp) in skip() 537 *data += distance; in skip()
|
/linux-4.4.14/block/ |
D | genhd.c | 387 int distance = MINORBITS - 1 - 2 * i; in blk_mangle_minor() local 390 low <<= distance; /* swap the positions */ in blk_mangle_minor() 391 high >>= distance; in blk_mangle_minor()
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 186 int distance; member
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 916 int distance; in calc_convergence() local 987 distance = nr_max - nr_min; in calc_convergence() 989 tprintf(" [%2d/%-2d]", distance, process_groups); in calc_convergence()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 764 int distance = 0; in mxt_proc_t100_message() local 786 distance = MXT_DISTANCE_HOVERING; in mxt_proc_t100_message() 796 distance = MXT_DISTANCE_ACTIVE_TOUCH; in mxt_proc_t100_message() 851 input_report_abs(input_dev, ABS_MT_DISTANCE, distance); in mxt_proc_t100_message()
|
/linux-4.4.14/kernel/sched/ |
D | core.c | 6579 bool find_numa_distance(int distance) in find_numa_distance() argument 6583 if (distance == node_distance(0, 0)) in find_numa_distance() 6587 if (sched_domains_numa_distance[i] == distance) in find_numa_distance() 6668 int distance = node_distance(i, k); in sched_init_numa() local 6670 if (distance > curr_distance && in sched_init_numa() 6671 (distance < next_distance || in sched_init_numa() 6673 next_distance = distance; in sched_init_numa() 6680 if (sched_debug() && node_distance(k, i) != distance) in sched_init_numa() 6683 if (sched_debug() && i && !find_numa_distance(distance)) in sched_init_numa()
|
D | sched.h | 747 extern bool find_numa_distance(int distance);
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_recover.c | 1329 int distance; in xlog_clear_stale_blocks() local 1411 distance = log->l_logBBsize - head_block; in xlog_clear_stale_blocks() 1413 head_block, distance, tail_cycle, in xlog_clear_stale_blocks() 1427 distance = max_distance - (log->l_logBBsize - head_block); in xlog_clear_stale_blocks() 1428 error = xlog_write_log_records(log, head_cycle, 0, distance, in xlog_clear_stale_blocks()
|
/linux-4.4.14/drivers/base/ |
D | node.c | 201 static DEVICE_ATTR(distance, S_IRUGO, node_read_distance, NULL);
|
/linux-4.4.14/drivers/input/mouse/ |
D | alps.c | 480 int distance = dx * dx + dy * dy; in alps_process_bitmap() local 482 if (distance < closest) { in alps_process_bitmap() 484 closest = distance; in alps_process_bitmap()
|
D | cyapa_gen5.c | 2650 u8 distance = report_data->report_head[PIP_PROXIMITY_DISTANCE_OFFSET] & in cyapa_pip_report_proximity() local 2653 input_report_abs(input, ABS_DISTANCE, distance); in cyapa_pip_report_proximity()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfi.h | 1158 u32 distance; /* from swtich unit in meters */ member
|
D | bfa_svc.c | 6729 cpu_to_be32(msg->info.testcomp.distance); in bfa_dport_scn()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-design-CFS.txt | 80 small amount of "granularity" distance relative to the leftmost task so that we
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 63 roughly according to the distance between the tree root and the data.
|
/linux-4.4.14/Documentation/fb/ |
D | api.txt | 81 distance in bytes between the beginning of two consecutive interleaved blocks
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | isp.S | 924 mov.w (tbl_ea_mode.b,%pc,%d0.w*2), %d0 # fetch jmp distance
|
D | pfpsp.S | 4584 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance
|
D | fpsp.S | 18535 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance
|
D | fplsp.S | 10910 add.w &32, %d0 # no; fix shift distance
|
/linux-4.4.14/Documentation/arm64/ |
D | acpi_object_usage.txt | 209 == System Locality distance Information Table ==
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 175 increasing distance from the preferred node based on information
|
/linux-4.4.14/drivers/scsi/ |
D | Kconfig | 703 CD-ROMs. It definitely reduces the average seek distance when doing 1422 CD-ROMs. It definitely reduces the average seek distance when doing
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 5599 unsigned long distance = (src > dst) ? src - dst : dst - src; in areas_overlap() local 5600 return distance < len; in areas_overlap()
|
/linux-4.4.14/Documentation/networking/ |
D | arcnet-hardware.txt | 246 Trunk" is about 300 meters for RG-62. The maximum distance between the two 1123 ETS1, ETS2 are for timing on very long distance networks. See the
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1440 laser version known as XDF (extended distance facility). This can be further
|
/linux-4.4.14/ |
D | MAINTAINERS | 1115 M: Paul Parsons <lost.distance@yahoo.com>
|