Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 57 of 57) sorted by relevance

/linux-4.4.14/Documentation/
Dlzo.txt24 - 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/
Darcfb.c248 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/
Dsysfs-bus-iio-proximity-as39356 Get the current distance in meters of storm (1km steps)
7 1000-40000 = distance in meters
Dsysfs-bus-iio385 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/
Dackvec.c134 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/
Dnuma.c407 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/
Dnuma.c48 return mode->distance ? mode->distance(a, b) : 0; in __node_distance()
Dnuma_mode.h18 int (*distance)(int a, int b); /* Distance between two nodes */ member
Dmode_emu.c509 .distance = emu_distance,
/linux-4.4.14/mm/
Dworkingset.c166 unsigned long *distance) in unpack_shadow() argument
202 *distance = (refault - eviction) & mask; in unpack_shadow()
/linux-4.4.14/arch/sh/lib/
Dmemcpy.S19 sub r4,r5 ! From here, r5 has the distance to r0
Dmemmove.S25 sub r5,r4 ! From here, r4 has the distance to r0
/linux-4.4.14/lib/
Ddecompress_unlzma.c427 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/
Dradeon_monitor.c955 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/
Dnuma.h34 extern void __init numa_set_distance(int from, int to, int distance);
/linux-4.4.14/arch/sparc/kernel/
Dprocess_64.c451 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/
Dsetup.c885 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/
Di2c-ocores22 distance between registers and the input clock speed.
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt41 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/
Dmodpost.c1211 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/
Dlockdep.c869 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()
Dlockdep_proc.c85 if (entry->distance == 1) { in l_show()
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-konepure74 Description: The mouse has a tracking- and a distance-control-unit. These
75 can be activated/deactivated and the lift-off distance can be
Dsysfs-driver-hid-roccat-koneplus114 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/
Dmulti-touch-protocol.txt182 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
Datarikbd.txt256 deltax ; distance in X clicks to return (LEFT) or (RIGHT)
257 deltay ; distance in Y clicks to return (UP) or (DOWN)
Devent-codes.txt171 - Used to describe the distance of a tool from an interaction surface. This
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-devices-node66 What: /sys/devices/system/node/nodeX/distance
/linux-4.4.14/arch/powerpc/mm/
Dnuma.c200 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/
Dapds990x.txt105 _rough_ estimate about the distance.
/linux-4.4.14/drivers/staging/media/lirc/
Dlirc_zilog.c533 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/
Dgenhd.c387 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/
Dlockdep.h186 int distance; member
/linux-4.4.14/tools/perf/bench/
Dnuma.c916 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/
Datmel_mxt_ts.c764 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/
Dcore.c6579 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()
Dsched.h747 extern bool find_numa_distance(int distance);
/linux-4.4.14/fs/xfs/
Dxfs_log_recover.c1329 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/
Dnode.c201 static DEVICE_ATTR(distance, S_IRUGO, node_read_distance, NULL);
/linux-4.4.14/drivers/input/mouse/
Dalps.c480 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()
Dcyapa_gen5.c2650 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/
Dbfi.h1158 u32 distance; /* from swtich unit in meters */ member
Dbfa_svc.c6729 cpu_to_be32(msg->info.testcomp.distance); in bfa_dport_scn()
/linux-4.4.14/Documentation/scheduler/
Dsched-design-CFS.txt80 small amount of "granularity" distance relative to the leftmost task so that we
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt63 roughly according to the distance between the tree root and the data.
/linux-4.4.14/Documentation/fb/
Dapi.txt81 distance in bytes between the beginning of two consecutive interleaved blocks
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S924 mov.w (tbl_ea_mode.b,%pc,%d0.w*2), %d0 # fetch jmp distance
Dpfpsp.S4584 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance
Dfpsp.S18535 mov.w (tbl_fea_mode.b,%pc,%d0.w*2),%d0 # fetch jmp distance
Dfplsp.S10910 add.w &32, %d0 # no; fix shift distance
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt209 == System Locality distance Information Table ==
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt175 increasing distance from the preferred node based on information
/linux-4.4.14/drivers/scsi/
DKconfig703 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/
Dextent_io.c5599 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/
Darcnet-hardware.txt246 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/
DDebugging390.txt1440 laser version known as XDF (extended distance facility). This can be further
/linux-4.4.14/
DMAINTAINERS1115 M: Paul Parsons <lost.distance@yahoo.com>