Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 200 of 340) sorted by relevance

12

/linux-4.1.27/net/tipc/
Dname_table.c84 u32 lower; member
120 static struct publication *publ_create(u32 type, u32 lower, u32 upper, in publ_create() argument
131 publ->lower = lower; in publ_create()
191 if (instance < sseqs[mid].lower) in nameseq_find_subseq()
219 if (instance < sseqs[mid].lower) in nameseq_locate_subseq()
234 u32 type, u32 lower, in tipc_nameseq_insert_publ() argument
245 sseq = nameseq_find_subseq(nseq, lower); in tipc_nameseq_insert_publ()
249 if ((sseq->lower != lower) || (sseq->upper != upper)) { in tipc_nameseq_insert_publ()
266 inspos = nameseq_locate_subseq(nseq, lower); in tipc_nameseq_insert_publ()
270 (upper >= nseq->sseqs[inspos].lower)) { in tipc_nameseq_insert_publ()
[all …]
Dname_table.h71 u32 lower; member
101 int tipc_nametbl_mc_translate(struct net *net, u32 type, u32 lower, u32 upper,
103 struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
106 int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 ref,
109 u32 lower, u32 upper, u32 scope,
112 u32 lower, u32 node, u32 ref,
Dsubscr.c92 if (found_lower < sub->seq.lower) in tipc_subscr_overlap()
93 found_lower = sub->seq.lower; in tipc_subscr_overlap()
142 subscr_send_event(sub, sub->evt.s.seq.lower, sub->evt.s.seq.upper, in subscr_timeout()
265 sub->seq.lower = htohl(s->seq.lower, swap); in subscr_subscribe()
271 (sub->seq.lower > sub->seq.upper)) { in subscr_subscribe()
343 saddr->addr.nameseq.lower = TIPC_TOP_SRV; in tipc_subscr_start()
Dname_distr.c62 i->lower = htonl(p->lower); in publ_to_item()
277 p = tipc_nametbl_remove_publ(net, publ->type, publ->lower, in tipc_publ_purge()
286 publ->type, publ->lower, publ->node, publ->ref, in tipc_publ_purge()
315 ntohl(i->lower), in tipc_update_nametbl()
325 ntohl(i->lower), in tipc_update_nametbl()
376 ntohl(e->i.lower), in tipc_named_process_backlog()
Dname_distr.h64 __be32 lower; member
Dnetlink_compat.c726 u32 type, lower, upper; in __tipc_nl_compat_publ_dump() local
732 lower = nla_get_u32(publ[TIPC_NLA_PUBL_LOWER]); in __tipc_nl_compat_publ_dump()
735 if (lower == upper) in __tipc_nl_compat_publ_dump()
736 tipc_tlv_sprintf(msg->rep, " {%u,%u}", type, lower); in __tipc_nl_compat_publ_dump()
738 tipc_tlv_sprintf(msg->rep, " {%u,%u,%u}", type, lower, upper); in __tipc_nl_compat_publ_dump()
Dsocket.c517 addr->addr.nameseq.upper = addr->addr.nameseq.lower; in tipc_bind()
679 msg_set_namelower(mhdr, seq->lower); in tipc_sendmcast()
2184 publ = tipc_nametbl_publish(net, seq->type, seq->lower, seq->upper, in tipc_sk_publish()
2209 if (publ->lower != seq->lower) in tipc_sk_withdraw()
2213 tipc_nametbl_withdraw(net, publ->type, publ->lower, in tipc_sk_withdraw()
2218 tipc_nametbl_withdraw(net, publ->type, publ->lower, in tipc_sk_withdraw()
2731 if (nla_put_u32(skb, TIPC_NLA_PUBL_LOWER, publ->lower)) in __tipc_nl_add_sk_publ()
/linux-4.1.27/arch/mips/include/asm/
Dmaar.h44 static inline void write_maar_pair(unsigned idx, phys_addr_t lower, in write_maar_pair() argument
48 BUG_ON(lower & (0xffff | ~(MIPS_MAAR_ADDR << 4))); in write_maar_pair()
64 write_c0_maar((lower >> 4) | attrs); in write_maar_pair()
82 phys_addr_t lower; member
104 write_maar_pair(i, cfg[i].lower, cfg[i].upper, cfg[i].attrs); in maar_config()
/linux-4.1.27/arch/arm/kernel/
Dmodule.c66 u32 upper, lower, sign, j1, j2; in apply_relocate() local
180 lower = __mem_to_opcode_thumb16(*(u16 *)(loc + 2)); in apply_relocate()
196 j1 = (lower >> 13) & 1; in apply_relocate()
197 j2 = (lower >> 11) & 1; in apply_relocate()
201 ((lower & 0x07ff) << 1); in apply_relocate()
220 lower = (u16)((lower & 0xd000) | in apply_relocate()
225 *(u16 *)(loc + 2) = __opcode_to_mem_thumb16(lower); in apply_relocate()
231 lower = __mem_to_opcode_thumb16(*(u16 *)(loc + 2)); in apply_relocate()
245 ((lower & 0x7000) >> 4) | (lower & 0x00ff); in apply_relocate()
255 lower = (u16)((lower & 0x8f00) | in apply_relocate()
[all …]
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt23 all non-directory objects will report an st_dev from the lower or
33 and a 'lower' filesystem. When a name exists in both filesystems, the
35 'lower' filesystem is either hidden or, in the case of directories,
38 It would be more correct to refer to an upper and lower 'directory
42 lower.
44 The lower filesystem can be any filesystem supported by Linux and does
45 not need to be writable. The lower filesystem can even be another
57 upper and lower filesystems and refers to a non-directory in either,
58 then the lower object is hidden - the name refers only to the upper
61 Where both upper and lower objects are directories, a merged directory
[all …]
Disofs.txt23 map=off Do not map non-Rock Ridge filenames to lower case
24 map=normal Map non-Rock Ridge filenames to lower case
Dqnx6.txt158 always uses blocks from the lower half whilst superblock #2 just writes to
165 (system area of the inactive - resp. lower serial numbered superblock) while
Dvfat.txt97 shortname=lower|win95|winnt|mixed
99 lower: convert to lowercase for display,
228 These names support up to 255 characters including spaces and lower
Dlogfs.txt165 lower than the active segments' erase counts, it will be picked. Wear
169 Values for "occasionally", "significantly lower" are compile time
/linux-4.1.27/drivers/thermal/
Dstep_wise.c70 ((cur_state + 1) < instance->lower ? in get_target_state()
71 instance->lower : (cur_state + 1)); in get_target_state()
84 if (next_target < instance->lower) in get_target_state()
85 next_target = instance->lower; in get_target_state()
93 if (cur_state <= instance->lower) { in get_target_state()
103 if (cur_state == instance->lower) { in get_target_state()
107 next_target = instance->lower; in get_target_state()
Dthermal_core.h46 unsigned long lower; /* Lowest cooling state for this trip point */ member
Dthermal_core.c230 unsigned long upper, lower; in __bind() local
233 lower = THERMAL_NO_LIMIT; in __bind()
235 lower = limits[i * 2]; in __bind()
239 upper, lower); in __bind()
968 unsigned long upper, unsigned long lower) in thermal_zone_bind_cooling_device() argument
997 lower = lower == THERMAL_NO_LIMIT ? 0 : lower; in thermal_zone_bind_cooling_device()
1000 if (lower > upper || upper > max_state) in thermal_zone_bind_cooling_device()
1011 dev->lower = lower; in thermal_zone_bind_cooling_device()
Ddb8500_thermal.c67 unsigned long max_state, upper, lower; in db8500_cdev_bind() local
76 upper = lower = i > max_state ? max_state : i; in db8500_cdev_bind()
79 upper, lower); in db8500_cdev_bind()
/linux-4.1.27/arch/microblaze/kernel/
Dftrace.c186 unsigned int lower = (unsigned int)func; in ftrace_update_ftrace_func() local
191 lower = 0x32800000 + (lower & 0xFFFF); /* addik r20, r0, func_lower */ in ftrace_update_ftrace_func()
194 __func__, (unsigned int)func, (unsigned int)ip, upper, lower); in ftrace_update_ftrace_func()
198 ret += ftrace_modify_code(ip + 4, lower); in ftrace_update_ftrace_func()
/linux-4.1.27/arch/powerpc/perf/
Dpower4-pmu.c257 int pmc, byte, unit, lower, sh; in p4_get_constraint() local
273 lower = (event >> PM_LOWER_SH) & PM_LOWER_MSK; in p4_get_constraint()
288 value |= (unsigned long)lower << sh; in p4_get_constraint()
289 else if (lower != sh) in p4_get_constraint()
362 unsigned int pmc, unit, byte, psel, lower; in p4_compute_mmcr() local
389 lower = (event[i] >> PM_LOWER_SH) & PM_LOWER_MSK; in p4_compute_mmcr()
399 lower <<= unit; in p4_compute_mmcr()
400 if (unituse[unit] && lower != (unitlower & lower)) in p4_compute_mmcr()
403 unitlower |= lower; in p4_compute_mmcr()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c74 u64 count, upper, lower; in ebb_check_count() local
78 lower = ebb_state.stats.ebb_count * (sample_period - fudge); in ebb_check_count()
80 if (count < lower) { in ebb_check_count()
82 pmc, count, lower, lower - count); in ebb_check_count()
95 pmc, count, lower, upper, count - lower, upper - count); in ebb_check_count()
/linux-4.1.27/drivers/video/fbdev/
Darcfb.c302 unsigned int distance, upper, lower; in arcfb_lcd_update_vert() local
306 lower = top + 7; in arcfb_lcd_update_vert()
311 upper = lower + 1; in arcfb_lcd_update_vert()
312 lower = upper + 7; in arcfb_lcd_update_vert()
324 unsigned int distance, upper, lower; in arcfb_lcd_update_horiz() local
328 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz()
331 distance -= ((lower - upper) + 1 ); in arcfb_lcd_update_horiz()
332 arcfb_lcd_update_vert(par, upper, lower, left, right); in arcfb_lcd_update_horiz()
333 upper = lower + 1; in arcfb_lcd_update_horiz()
334 lower = min(upper + distance - 1, ceil64(upper)); in arcfb_lcd_update_horiz()
Dmacmodes.c113 "mac1", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen,
117 "mac3", 50, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
121 "mac4", 60, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
125 "mac8", 50, 768, 576, pixclock, left, right, upper, lower, hslen, vslen,
Di740fb.c411 u32 yres, lower, vslen, upper, ytotal; in i740fb_decode_var() local
493 lower = var->lower_margin; in i740fb_decode_var()
508 ytotal = yres + lower + vslen + upper; in i740fb_decode_var()
541 par->crtc[VGA_CRTC_V_BLANK_START] = yres + lower - 1; in i740fb_decode_var()
542 par->crtc[VGA_CRTC_V_SYNC_START] = yres + lower - 1; in i740fb_decode_var()
543 if ((yres + lower - 1) & 0x100) in i740fb_decode_var()
545 if ((yres + lower - 1) & 0x200) { in i740fb_decode_var()
552 ((yres + lower - 1 + vslen) & 0x0F) & ~0x10; in i740fb_decode_var()
554 par->crtc[VGA_CRTC_V_BLANK_END] = (yres + lower - 1 + vslen) & 0xFF; in i740fb_decode_var()
644 par->ext_vert_sync_start = (yres + lower) >> 8; in i740fb_decode_var()
[all …]
Dvga16fb.c317 u32 yres, lower, vslen, upper, ytotal; in vga16fb_check_var() local
398 lower = var->lower_margin; in vga16fb_check_var()
414 var->lower_margin = lower; in vga16fb_check_var()
422 lower <<= 1; in vga16fb_check_var()
426 ytotal = yres + lower + vslen + upper; in vga16fb_check_var()
430 lower >>= 1; in vga16fb_check_var()
466 pos += lower; in vga16fb_check_var()
/linux-4.1.27/include/media/
Dov772x.h29 unsigned char lower; member
41 .lower = (l & OV772X_EDGE_LOWER_MASK), \
/linux-4.1.27/fs/overlayfs/
DKconfig5 and a 'lower' filesystem. When a name exists in both filesystems, the
7 'lower' filesystem is either hidden or, in the case of directories,
Dsuper.c831 char *lower; in ovl_fill_super() local
906 lower = lowertmp; in ovl_fill_super()
908 err = ovl_lower_dir(lower, &stack[numlower], in ovl_fill_super()
913 lower = strchr(lower, '\0') + 1; in ovl_fill_super()
/linux-4.1.27/lib/
Dbitmap.c90 unsigned long upper, lower; in __bitmap_shift_right() local
104 lower = src[off + k]; in __bitmap_shift_right()
106 lower &= mask; in __bitmap_shift_right()
107 lower >>= rem; in __bitmap_shift_right()
108 dst[k] = lower | upper; in __bitmap_shift_right()
135 unsigned long upper, lower; in __bitmap_shift_left() local
142 lower = src[k - 1] >> (BITS_PER_LONG - rem); in __bitmap_shift_left()
144 lower = 0; in __bitmap_shift_left()
146 dst[k + off] = lower | upper; in __bitmap_shift_left()
/linux-4.1.27/Documentation/scsi/
Dlink_power_management_policy.txt9 when coming out of lower power states.
15 medium_power Tell the controller to enter a lower power state
Dscsi_eh.txt150 Note that this does not mean lower layers are quiescent. If a LLDD
151 completed a scmd with error status, the LLDD and lower layers are
153 has timed out, unless hostt->eh_timed_out() made lower layers forget
155 active as long as lower layers are concerned and completion could
201 lower layers and lower layers are ready to process or fail the scmd
215 Higher-severity actions are taken only when lower-severity actions
231 lower severity actions are complete.
366 that lower layers have forgotten about the scmd and we can
375 and STU doesn't make lower layers forget about those
377 if STU succeeds leaving lower layers in an inconsistent
[all …]
Dscsi.txt25 The individual upper and lower level drivers can be loaded in any order
34 The lower level drivers are the ones that support the individual cards that
38 Adaptec. Almost all lower level drivers can be built either as modules or
Dmegaraid.txt59 The lower level drivers now understand only a new improved ioctl packet called
Dscsi-generic.txt8 is more generalized (but lower level) than its siblings and tends to be
/linux-4.1.27/kernel/
Duser_namespace.c434 uid_t lower; in uid_m_show() local
440 lower = from_kuid(lower_ns, KUIDT_INIT(extent->lower_first)); in uid_m_show()
444 lower, in uid_m_show()
455 gid_t lower; in gid_m_show() local
461 lower = from_kgid(lower_ns, KGIDT_INIT(extent->lower_first)); in gid_m_show()
465 lower, in gid_m_show()
476 projid_t lower; in projid_m_show() local
482 lower = from_kprojid(lower_ns, KPROJIDT_INIT(extent->lower_first)); in projid_m_show()
486 lower, in projid_m_show()
DKconfig.preempt26 at the cost of slightly lower throughput.
48 system is under load, at the cost of slightly lower throughput
/linux-4.1.27/drivers/clocksource/
Darm_global_timer.c66 u32 lower; in gt_counter_read() local
72 lower = readl_relaxed(gt_base + GT_COUNTER0); in gt_counter_read()
78 counter |= lower; in gt_counter_read()
Dtcb_clksrc.c47 u32 lower, upper; in tc_get_cycles() local
52 lower = __raw_readl(tcaddr + ATMEL_TC_REG(0, CV)); in tc_get_cycles()
56 return (upper << 16) | lower; in tc_get_cycles()
/linux-4.1.27/fs/btrfs/
Drelocation.c58 struct list_head lower; member
231 struct backref_node, lower); in backref_cache_cleanup()
254 INIT_LIST_HEAD(&node->lower); in alloc_backref_node()
371 struct backref_node *lower; in walk_down_backref() local
376 lower = edge->node[LOWER]; in walk_down_backref()
377 if (list_is_last(&edge->list[LOWER], &lower->upper)) { in walk_down_backref()
415 list_del(&node->lower); in drop_backref_node()
453 if (list_empty(&upper->lower)) { in remove_backref_node()
454 list_add_tail(&upper->lower, &cache->leaves); in remove_backref_node()
690 struct backref_node *lower; local
[all …]
Dctree.c3330 struct extent_buffer *lower; in insert_new_root() local
3338 lower = path->nodes[level-1]; in insert_new_root()
3340 btrfs_item_key(lower, &lower_key, 0); in insert_new_root()
3342 btrfs_node_key(lower, &lower_key, 0); in insert_new_root()
3366 btrfs_set_node_blockptr(c, 0, lower->start); in insert_new_root()
3367 lower_gen = btrfs_header_generation(lower); in insert_new_root()
3401 struct extent_buffer *lower; in insert_ptr() local
3407 lower = path->nodes[level]; in insert_ptr()
3408 nritems = btrfs_header_nritems(lower); in insert_ptr()
3413 tree_mod_log_eb_move(root->fs_info, lower, slot + 1, in insert_ptr()
[all …]
/linux-4.1.27/Documentation/vm/
Dbalance35 zone size (and possibly of the size of lower class zones), we can decide
38 of lower class zones, the bad part is, we might do too frequent balancing
39 due to ignoring possibly lower usage in the lower class zones. Also,
44 of a zone _and_ all its lower class zones falls below 1/64th of the
45 total memory in the zone and its lower class zones. This fixes the 2.2
Dksm.txt64 lower latency to access of shared pages. Systems with more
66 from the lower latency of setting 0. Smaller systems, which
/linux-4.1.27/net/core/
Ddev.c4886 struct netdev_adjacent *lower; in netdev_lower_get_next_private() local
4888 lower = list_entry(*iter, struct netdev_adjacent, list); in netdev_lower_get_next_private()
4890 if (&lower->list == &dev->adj_list.lower) in netdev_lower_get_next_private()
4893 *iter = lower->list.next; in netdev_lower_get_next_private()
4895 return lower->private; in netdev_lower_get_next_private()
4912 struct netdev_adjacent *lower; in netdev_lower_get_next_private_rcu() local
4916 lower = list_entry_rcu((*iter)->next, struct netdev_adjacent, list); in netdev_lower_get_next_private_rcu()
4918 if (&lower->list == &dev->adj_list.lower) in netdev_lower_get_next_private_rcu()
4921 *iter = &lower->list; in netdev_lower_get_next_private_rcu()
4923 return lower->private; in netdev_lower_get_next_private_rcu()
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dtime.h139 static inline void set_tb(unsigned int upper, unsigned int lower) in set_tb() argument
143 mtspr(SPRN_TBWL, lower); in set_tb()
/linux-4.1.27/drivers/media/platform/s5p-tv/
Dmixer_vp_layer.c133 unsigned int lower; in do_center() local
138 lower = center - min(center, size / 2); in do_center()
139 return min(lower, upper - size); in do_center()
Dmixer_grp_layer.c139 unsigned int lower; in do_center() local
144 lower = center - min(center, size / 2); in do_center()
145 return min(lower, upper - size); in do_center()
/linux-4.1.27/drivers/media/usb/hackrf/
Dhackrf.c736 unsigned int upper, lower; in hackrf_s_frequency() local
747 lower = 1; in hackrf_s_frequency()
752 buf[4] = (lower >> 0) & 0xff; in hackrf_s_frequency()
753 buf[5] = (lower >> 8) & 0xff; in hackrf_s_frequency()
754 buf[6] = (lower >> 16) & 0xff; in hackrf_s_frequency()
755 buf[7] = (lower >> 24) & 0xff; in hackrf_s_frequency()
762 lower = dev->f_rf % 1000000; in hackrf_s_frequency()
767 buf[4] = (lower >> 0) & 0xff; in hackrf_s_frequency()
768 buf[5] = (lower >> 8) & 0xff; in hackrf_s_frequency()
769 buf[6] = (lower >> 16) & 0xff; in hackrf_s_frequency()
[all …]
/linux-4.1.27/fs/fat/
Dnamei_vfat.c253 unsigned char lower:1, member
258 (x)->lower = 1; \
288 info->lower = 0; in to_shortname_char()
295 info->lower = 0; in to_shortname_char()
300 info->lower = 0; in to_shortname_char()
440 if ((base_info.upper || base_info.lower) && in vfat_create_shortname()
441 (ext_info.upper || ext_info.lower)) { in vfat_create_shortname()
442 if (!base_info.upper && base_info.lower) in vfat_create_shortname()
444 if (!ext_info.upper && ext_info.lower) in vfat_create_shortname()
/linux-4.1.27/drivers/of/
Dof_mdio.c32 unsigned int upper, lower; in of_get_phy_id() local
35 if (sscanf(cp, "ethernet-phy-id%4x.%4x", &upper, &lower) == 2) { in of_get_phy_id()
36 *phy_id = ((upper & 0xFFFF) << 16) | (lower & 0xFFFF); in of_get_phy_id()
/linux-4.1.27/scripts/rt-tester/
Drt-tester.py159 cmd = parts[0].strip().lower()
160 opc = parts[1].strip().lower()
/linux-4.1.27/drivers/cpufreq/
DKconfig.powerpc17 lower speed, but also at lower core voltage.
/linux-4.1.27/arch/m68k/fpsp040/
Dbinstr.S52 | d3: lower 32-bits of fraction for mul by 8
54 | d5: lower 32-bits of fraction for mul by 2
99 swap %d6 |put 0 in d6 lower word
104 addl %d5,%d3 |add lower 32 bits
Dx_store.S160 lsll %d0,%d1 |put lower 11 bits in upper bits
161 movel %d1,LOCAL_HI(%a1) |build lower lword in memory
Dx_unfl.S190 | information respectively on upper/lower register halves.
193 | ;mode in lower d1
Dscale.S167 cmpiw #0xffc0,%d1 |lower bound for normalization
168 blt fix_unfl |if lower, catastrophic unfl
Dres_func.S885 lsrl #4,%d0 |put rmode in lower 2 bits
909 lsrl #4,%d0 |put rmode in lower 2 bits
935 lsrl #4,%d0 |put rmode in lower 2 bits
1060 lsrl #4,%d0 |put rmode in lower 2 bits
1084 lsrl #4,%d0 |put rmode in lower 2 bits
1116 lsrl #4,%d0 |put rmode in lower 2 bits
1997 clrw 2(%a0) |clear lower word of exp
2004 clrw 2(%a0) |clear lower word of exp
2008 clrw 2(%a0) |clear lower word of exp
Dx_fline.S90 movew %d0,CMDREG1B(%a6) |move the lower word into CMDREG1B
Dround.S53 bne rnd_cont |lower bits to zero for size
154 tstl LOCAL_LO(%a0) |test lower mantissa
163 movel LOCAL_LO(%a0),%d2 |get lower mantissa for s-bit test
385 lower: label
Dbindec.S115 | d3: scratch;lower 32-bits of mantissa for binstr
271 | loop entry A6. The lower word of d5 is used for ICTR.
638 swap %d5 |put ICTR in lower word of d5
Dsint.S150 | rounding modes. L_SCR1 contains the rmode in the lower byte.
/linux-4.1.27/arch/arm/mm/
Dproc-v7-3level.S147 mov \ttbr1, \ttbr1, lsl #ARCH_PGD_SHIFT @ lower bits
151 mov \ttbr0, \ttbr0, lsl #ARCH_PGD_SHIFT @ lower bits
/linux-4.1.27/Documentation/isdn/
DREADME.concap99 - receive data from lower (hardware) layer
100 - process connect indication from lower (hardware) layer
101 - process disconnect indication from lower (hardware) layer
131 /* to be called for each data entity received from lower layer*/
148 - request data being submitted by lower layer (device hardware)
149 - request a connection being set up by lower layer
150 - request a connection being released by lower layer
/linux-4.1.27/arch/arm/lib/
Ddiv64.S96 @ See if we need to handle lower 32-bit result.
103 @ The division loop for lower bit positions.
119 @ Otherwise, if lower part is also null then we are done.
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_state.c1970 dev_priv->surfaces[surf_index].lower); in radeon_apply_surface_regs()
2008 (((new_lower >= dev_priv->surfaces[i].lower) && in alloc_surface()
2010 ((new_lower < dev_priv->surfaces[i].lower) && in alloc_surface()
2011 (new_upper > dev_priv->surfaces[i].lower)))) { in alloc_surface()
2030 (new_upper + 1 == dev_priv->surfaces[i].lower)) { in alloc_surface()
2033 s->lower = new_lower; in alloc_surface()
2038 dev_priv->surfaces[i].lower = s->lower; in alloc_surface()
2049 s->lower = new_lower; in alloc_surface()
2065 s->lower = new_lower; in alloc_surface()
2070 dev_priv->surfaces[i].lower = s->lower; in alloc_surface()
[all …]
Dradeon_cp.c1153 vp->lower = gart_info->bus_addr; in radeon_setup_pcigart_surface()
1154 vp->upper = vp->lower + gart_info->table_size; in radeon_setup_pcigart_surface()
1159 sp->lower = vp->lower; in radeon_setup_pcigart_surface()
1164 RADEON_WRITE(RADEON_SURFACE0_LOWER_BOUND + 16 * i, sp->lower); in radeon_setup_pcigart_surface()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dhw.h223 } lower; member
253 } lower; member
278 } lower; member
328 } lower; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9002_phy.c177 int upper, lower, cur_vit_mask; in ar9002_hw_spur_mitigate() local
293 lower = bin - 100; in ar9002_hw_spur_mitigate()
300 if ((cur_bin > lower) && (cur_bin < upper)) { in ar9002_hw_spur_mitigate()
313 lower = bin - 120; in ar9002_hw_spur_mitigate()
316 if ((cur_vit_mask > lower) && (cur_vit_mask < upper)) { in ar9002_hw_spur_mitigate()
Dar5008_phy.c273 int upper, lower, cur_vit_mask; in ar5008_hw_spur_mitigate() local
340 lower = bin - 100; in ar5008_hw_spur_mitigate()
347 if ((cur_bin > lower) && (cur_bin < upper)) { in ar5008_hw_spur_mitigate()
360 lower = bin - 120; in ar5008_hw_spur_mitigate()
363 if ((cur_vit_mask > lower) && (cur_vit_mask < upper)) { in ar5008_hw_spur_mitigate()
/linux-4.1.27/Documentation/ABI/removed/
Dnet_dma5 Formerly the lower limit, in bytes, of the size of socket reads
/linux-4.1.27/drivers/block/
Dcciss.c347 temp64.val32.lower = chain_sg->Addr.lower; in cciss_unmap_sg_chain_block()
363 chain_sg->Addr.lower = temp64.val32.lower; in cciss_map_sg_chain_block()
1000 c->ErrDesc.Addr.lower = temp64.val32.lower; in cmd_alloc()
1036 c->ErrDesc.Addr.lower = temp64.val32.lower; in cmd_special_alloc()
1057 temp64.val32.lower = c->ErrDesc.Addr.lower; in cmd_special_free()
1514 c->Header.Tag.lower = c->busaddr; in cciss_passthru()
1523 c->SG[0].Addr.lower = temp64.val32.lower; in cciss_passthru()
1534 temp64.val32.lower = c->SG[0].Addr.lower; in cciss_passthru()
1645 c->Header.Tag.lower = c->busaddr; in cciss_bigpassthru()
1651 c->SG[i].Addr.lower = temp64.val32.lower; in cciss_bigpassthru()
[all …]
Dcciss_scsi.c166 c->cmd.ErrDesc.Addr.lower = temp64.val32.lower; in scsi_cmd_alloc()
308 cp->Header.Tag.lower);
334 cp->ErrDesc.Addr.upper, cp->ErrDesc.Addr.lower,
887 addr64.val32.lower = c->SG[0].Addr.lower; in cciss_unmap_one()
902 c->SG[0].Addr.lower = in cciss_map_one()
926 c->Header.Tag.lower = c->busaddr; /* Use k. address of cmd as tag */ in cciss_scsi_do_simple_cmd()
1383 curr_sg[sg_index].Addr.lower = in cciss_scatter_gather()
1459 c->Header.Tag.lower = c->busaddr; /* Use k. address of cmd as tag */ in cciss_scsi_queue_command_lck()
Dcciss_cmd.h68 __u32 lower; member
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/
Dentry-macro.S23 b 1002f @ lower IRQ being
/linux-4.1.27/Documentation/hwmon/
Dadt746260 point1: Set the pwm speed at a lower temperature bound.
63 The ADT7462 will scale the pwm between the lower and higher pwm speed when
Dadt747059 point1: Set the pwm speed at a lower temperature bound.
62 The ADT7470 will scale the pwm between the lower and higher pwm speed when
Dsmsc47m19266 in[0-7]_max - lower and upper alarm thresholds for in[0-7]_input reading
78 temp[1-3]_max - lower and upper alarm thresholds for temperatures
Df71805f102 resolution is much lower than you would expect, the step between different
137 fan model. As a rule of thumb, lower frequencies seem to give better
141 not going below 1 kHz, as the fan tachometers get confused by lower
Dadt747598 point1: Set the PWM speed at the lower temperature bound
101 The ADT747x will scale the PWM linearly between the lower and higher PWM
Dlm7719 and lower limit values.
Dmax19752 * in[0-7]_min: The lower limit (in mV) for the corresponding channel.
Dk8temp47 computed temperature called TControl, which must be lower than TControlMax.
Dmax665040 values are 1, 2, 4, and 8. Use lower values for
Dina2xx63 lower limit of the update_interval is 2 ms, the upper limit is 2253 ms.
Dltc294578 power1_min Low lower threshold
Dnct677570 is lower than optimal. Some fans might not be present because they share pins
139 temperature is lower than desired), using the following limits and time
Dlm7827 which is used to report the lower voltages newer Pentium processors use.
Dlm6342 An explanation from National Semiconductor: The two lower bits of the read
/linux-4.1.27/drivers/block/drbd/
DKconfig27 the local 'lower level block device' and, across the network, to the
29 simply writes the data to its lower level block device.
/linux-4.1.27/Documentation/input/
Dgamepad.txt56 Left- and Right-Triggers, the lower buttons Z-Left and Z-Right.
112 If rectangular-shaped, the upper-left button is BTN_NORTH, lower-left
113 is BTN_WEST, lower-right is BTN_SOUTH and upper-right is BTN_EAST.
141 If only one trigger-button combination is present (upper+lower), they are
Dedt-ft5x06.txt22 lower values indicate higher sensitivity.
Delantech.txt482 two fingers, but only the pair of the lower-left and upper-right coordinates.
499 ax8..ax0 = lower-left finger absolute x value
506 ay8..ay0 = lower-left finger absolute y value
814 x7..x0 and y7..y0 the lower bits.
/linux-4.1.27/include/uapi/linux/
Dtipc.h59 __u32 lower; member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-power_state17 higher-power (lower-number) states may also be ON because of
Dsysfs-class-net29 Values vary based on the lower-level protocol used by the
159 lower-level interface protocol used. Ethernet devices will show
Dsysfs-ata106 Number of time libata decided to lower the speed of link due to errors.
Dsysfs-driver-wacom30 normally lower than the level when a button is pressed.
Dsysfs-devices-system-cpu136 power, because the lower the clock speed, the less power
270 and to the block in the lower-level memory
Dsysfs-tty153 the RX trigger is changed to the nearest lower value for the
/linux-4.1.27/drivers/power/
Dbq27x00_battery.c986 int upper, lower; in bq27000_read_platform() local
998 lower = pdata->read(dev, reg); in bq27000_read_platform()
999 if (lower < 0) in bq27000_read_platform()
1000 return lower; in bq27000_read_platform()
1008 return (upper << 8) | lower; in bq27000_read_platform()
Dab8500_fg.c1498 int cap, lower, upper; in check_sysfs_capacity() local
1506 lower = di->bat_cap.permille - di->bm->fg_params->user_cap_limit * 10; in check_sysfs_capacity()
1509 if (lower < 0) in check_sysfs_capacity()
1510 lower = 0; in check_sysfs_capacity()
1517 lower, cap_permille, upper, cap, di->bat_cap.mah); in check_sysfs_capacity()
1520 if (cap_permille > lower && cap_permille < upper) { in check_sysfs_capacity()
/linux-4.1.27/drivers/media/dvb-core/
DKconfig13 if a much lower number of DVB/ATSC adapters is present.
/linux-4.1.27/net/lapb/
DKconfig9 the lower) part of the X.25 protocol. It offers a reliable
/linux-4.1.27/drivers/staging/panel/
Dlcd-panel-cgram.txt7 top of the character to the bottom. On a 5x7 matrix, only the 5 lower
/linux-4.1.27/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt20 charge battery to lower current i.e. < 100mA.
/linux-4.1.27/arch/powerpc/kernel/
Dmodule_64.c181 u16 upper, lower; in module_trampoline_target() local
189 lower = buf[1] & 0xffff; in module_trampoline_target()
192 offset = ((short)upper << 16) + (short)lower; in module_trampoline_target()
/linux-4.1.27/Documentation/cpu-freq/
Duser-guide.txt14 fly. This is a nice method to save battery power, because the lower
123 On these systems, all you can do is select the lower and upper
207 lower frequencies, the user can read out the
Dgovernors.txt17 fly. This is a nice method to save battery power, because the lower
168 effect on behavior at lower speeds/lower CPU loads.
178 defines the workload frequency sensitivity threshold in which a lower
188 40%, a lower frequency is chosen. Unloading the driver or writing 0
Dcore.txt15 fly. This is a nice method to save battery power, because the lower
76 and max are the lower and upper frequencies (in kHz) of the new
Dcpu-drivers.txt16 fly. This is a nice method to save battery power, because the lower
182 target_freq. ("L for lowest, but no lower than")
183 - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
194 argument. You need to set the lower limit of the in-processor or
Dindex.txt14 fly. This is a nice method to save battery power, because the lower
/linux-4.1.27/Documentation/fb/
Dsa1100fb.txt21 are used for the lower panel.
Dvt8623fb.txt29 lower pixclocks (maximum about 100 MHz). This limitation is not enforced by
Darkfb.txt30 lower pixclocks (i got maximum about 70 MHz, it is dependent on specific
Ds3fb.txt39 lower pixclocks (maximum usually between 50-60 MHz, depending on specific
Dsh7760fb.txt69 * values but right/left/upper/lower margin values. The comments
Dpxafb.txt29 lower:LOWER == LCCR2_EFR
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
DKconfig8 Each chipset family needs to implement its own lower-level module
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dbrcm,bcm2835-dma.txt4 Only the lower 13 channels have an associated IRQ.
Drenesas,rcar-dmac.txt10 256 clients in total. When the number of hardware channels is lower than the
/linux-4.1.27/drivers/staging/iio/accel/
Dlis3l02dq_ring.c18 static inline u16 combine_8_to_16(u8 lower, u8 upper) in combine_8_to_16() argument
20 u16 _lower = lower; in combine_8_to_16()
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Dlis302.txt48 upper/lower limit
51 upper/lower limit for second wakeup
/linux-4.1.27/Documentation/locking/
Drt-mutex.txt72 takes/releases locks that have lower-prio waiters. Without this
73 optimization the higher-prio thread would ping-pong to the lower-prio
Drt-mutex-design.txt23 Priority inversion is when a lower priority process executes while a higher
26 to use a resource that a lower priority process has (a mutex for example),
27 the high priority process must wait until the lower priority process is done
30 priority process is prevented from running by a lower priority process for
379 (Note: if looking at the code, you will notice that the lower number of
410 The rt_mutex_adjust_prio_chain can be used either to boost or lower process
533 If a high priority process owns a mutex that a lower priority process is
534 blocked on, when the mutex is released it would be given to the lower priority
537 and it would need to boost the lower priority process to run with full
/linux-4.1.27/arch/m32r/mm/
Dmmu.S324 or3 r0, r0, #low(MMU_REG_BASE) ; Set MMU_REG_BASE lower
332 or3 r0, r0, #low(ITLB_BASE) ; Set ITLB_BASE lower
334 or3 r1, r1, #low(DTLB_BASE) ; Set DTLB_BASE lower
/linux-4.1.27/Documentation/blockdev/
Dfloppy.txt99 threshold to 10 or lower, in order to limit the number of data
123 lower, the interrupt latency should be lower too (faster
124 processor). The benefit of a lower threshold is less
/linux-4.1.27/drivers/net/fddi/skfp/
Dsmt.c109 static int div_ratio(u_long upper, u_long lower);
287 u_long lower ; in smt_event() local
306 lower = in smt_event()
309 mib->fddiMACFrameErrorRatio = div_ratio(upper,lower) ; in smt_event()
323 lower = in smt_event()
326 mib->fddiMACNotCopiedRatio = div_ratio(upper,lower) ; in smt_event()
453 static int div_ratio(u_long upper, u_long lower) in div_ratio() argument
459 if (!lower) in div_ratio()
461 return (int)(upper/lower) ; in div_ratio()
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dedt-ft5x06.txt39 31. Note that lower values indicate higher
Dti-tsc-adc.txt38 event. Start from a lower value, say 0x400, and
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dmfd.txt9 Integrated Circuit) that is manufactured in a lower technology node (rough
Daxp20x.txt34 under light loads for lower output noise. This
Dab8500.txt32 …: BTEMP_LOW : : Btemp < BtempLow, if battery temperature is lower than -10…
/linux-4.1.27/arch/mn10300/
DKconfig394 comment "[!] NOTE: A lower number/level indicates a higher priority (0 is highest, 6 is lowest)"
431 (a lower level indicates a higher priority) by lowering the value in
433 lower than EPSW.IM.
439 comment "The following must be set to a equal to or lower priority than LINUX_CLI_LEVEL"
/linux-4.1.27/Documentation/arm/SA1100/
DADSBitsy39 if you compile with 16bit mode support and switch into a lower bpp
DGraphicsMaster49 if you compile with 16bit mode support and switch into a lower bpp
DGraphicsClient93 if you compile with 16bit mode support and switch into a lower bpp
/linux-4.1.27/arch/xtensa/kernel/
Dalign.S206 and a3, a3, a7 # mask lower bits
263 extui a3, a3, 0, 16 # extract lower 16 bits
390 l32i a5, a4, 0 # load lower address word
/linux-4.1.27/net/dccp/ccids/
DKconfig22 same conditions. However, TFRC has a much lower variation of
/linux-4.1.27/arch/ia64/include/asm/sn/
Dpic.h152 u64 lower; /* 0x0003{08,,,F8} */ member
Dtiocp.h100 u64 lower; /* 0x0003{08,,,F8} */ member
/linux-4.1.27/Documentation/video4linux/
Dsi476x.txt36 | | frequency is lower than threshold
39 | | frequency is lower than threshold
DREADME.cpia289 any alternate at frame rates down to 15fps. For lower frame rates, it may
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c1269 static unsigned int lower = ~0; /* "matroxfb:lower:xxxxx" */ variable
1838 if (lower != ~0) in initMatrox2()
1839 vesafb_defined.lower_margin = lower; in initMatrox2()
2189 static struct { int xres, yres, left, right, upper, lower, hslen, vslen, vfreq; } timmings[] __init… member
2297 if (lower == ~0) in matroxfb_init_params()
2298 lower = timmings[res].lower; in matroxfb_init_params()
2369 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2538 module_param(lower, int, 0);
2539 MODULE_PARM_DESC(lower, "Lower blank space (scans), overrides lower from vesa (default=vesa)");
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Ddefines.h225 } lower; member
/linux-4.1.27/net/x25/
DKconfig16 if you want that) and the lower level data link layer protocol LAPB
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_82575.h101 } lower; member
/linux-4.1.27/Documentation/usb/
Ddwc3.txt17 usb_ep_disable(). Worst case are 32 interrupts, the lower limit is two
/linux-4.1.27/Documentation/m68k/
DREADME.buddha27 as the Amiga Kickstart does: The lower nibble of the 8-Bit
129 I'll never use the lower four bits, but they have to be set
132 left and or'd with $1f (this sets the lower 5 bits).
/linux-4.1.27/Documentation/parisc/
Ddebugging1 okay, here are some hints for debugging the lower-level parts of
/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.h81 } lower; member
/linux-4.1.27/kernel/gcov/
DKconfig58 exceptions where format changes are integrated in lower-version GCCs.
/linux-4.1.27/Documentation/device-mapper/
Dswitch.txt53 The lower tier consists of a single dm multipath device for each member.
62 lower tier device to route the I/O. By using a bitmap we are able to
/linux-4.1.27/drivers/ide/
Dcmd640.c449 static inline u8 pack_nibbles(u8 upper, u8 lower) in pack_nibbles() argument
451 return ((upper & 0x0f) << 4) | (lower & 0x0f); in pack_nibbles()
/linux-4.1.27/Documentation/
Dprintk-formats.txt228 lower ('l') or upper case ('L') hex characters - and big endian order
229 in lower ('b') or upper case ('B') hex characters.
232 order with lower case hex characters will be printed.
Dcircular-buffers.txt116 they will return a lower bound as the producer controls the head index,
124 will return a lower bound as the consumer controls the tail index, but the
Drobust-futex-ABI.txt129 TID in the lower 29 bits of the 'lock word'.
179 current threads TID in the lower 29 bits, it does nothing with that
DDMA-ISA-LPC.txt67 A normal ISA DMA controller has 8 channels. The lower four are for
/linux-4.1.27/arch/m32r/boot/
Dsetup.S125 or3 r0, r0, #low(MMU_REG_BASE) ; Set MMU_REG_BASE lower
/linux-4.1.27/Documentation/networking/
Dx25.txt12 Packet Layer is concerned, the link layer was being performed by a lower
De1000.txt93 load on the system and can lower CPU utilization under heavy load,
185 case, use a lower number.
243 use a lower number.
328 Allows PHY to turn off in lower power states. The user can turn off
De1000e.txt61 load on the system and can lower CPU utilization under heavy load,
199 Allows PHY to turn off in lower power states. The user can set this parameter
/linux-4.1.27/arch/powerpc/platforms/
DKconfig264 The TAU hardware can compare the temperature to an upper and lower
265 bound. The default behavior is to show both the upper and lower
270 halfway between the upper and lower bounds, will be reported in
/linux-4.1.27/drivers/video/fbdev/aty/
Daty128fb.c1058 u32 left, right, upper, lower, hslen, vslen, sync, vmode; in aty128_var_to_crtc() local
1075 lower = var->lower_margin; in aty128_var_to_crtc()
1122 v_total = (yres + upper + vslen + lower - 1) & 0xFFFFL; in aty128_var_to_crtc()
1144 v_sync_strt = v_disp + lower; in aty128_var_to_crtc()
1247 u32 xres, yres, left, right, upper, lower, hslen, vslen, sync; in aty128_crtc_to_var() local
1274 lower = v_sync_strt - v_disp; in aty128_crtc_to_var()
1291 var->lower_margin = lower; in aty128_crtc_to_var()
/linux-4.1.27/Documentation/thermal/
Dsysfs-api.txt98 unsigned long upper, unsigned long lower);
110 lower:the Minimum cooling state can be used for this trip point.
111 THERMAL_NO_LIMIT means no lower limit,
139 of tuples <lower-state upper-state> of state limits. Each trip
Dnouveau_thermal31 * Critical: The GPU is put on hold to further lower power dissipation;
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h31 # Clear the lower 6 bits, the CVMSEG size
/linux-4.1.27/include/linux/
Dcper.h429 __u32 lower; member
Dthermal.h365 unsigned long upper, unsigned long lower) in thermal_zone_bind_cooling_device() argument
Dnetdevice.h1537 struct list_head lower; member
1542 struct list_head lower; member
3508 for (iter = (dev)->adj_list.lower.next, \
3514 for (iter = &(dev)->adj_list.lower, \
3522 for (iter = &(dev)->adj_list.lower, \
/linux-4.1.27/arch/arm/include/debug/
Domap2plus.S177 strb \rd, [\rx] @ send lower byte of rd
/linux-4.1.27/Documentation/misc-devices/
Dmax687582 The data word is the lower part of the address or'd with data << 8.
Deeprom71 does not respond to byte reads. If this register is present, the lower 128
/linux-4.1.27/arch/metag/mm/
DKconfig46 lower latencies than main memory. This enables support for
/linux-4.1.27/Documentation/development-process/
D8.Conclusion67 lower maintenance and distribution costs, a higher level of influence over
/linux-4.1.27/Documentation/sound/oss/
DREADME.ymfsb57 lower than original sounds. Since this driver recognizes your card acts
/linux-4.1.27/Documentation/sound/alsa/
Dhdspm.txt21 use for a lower number of channels is only resource allocation,
192 Don't use to lower 5 Audio-bits on AES as additional Bits.
/linux-4.1.27/tools/perf/Documentation/
Dperf-timechart.txt27 In IO mode, every bar has two charts: upper and lower.
/linux-4.1.27/Documentation/nfc/
Dnfc-hci.txt223 to the lower layer which happens to be shdlc. It will then start a timer to be
283 error from a lower layer, HCI will either complete the currently executing
289 If polling is not active and the error was sticky, lower levels will return it
/linux-4.1.27/Documentation/x86/
Dtlb.txt36 called too often, you can lower the tunable:
/linux-4.1.27/Documentation/mmc/
Dmmc-async-req.txt25 platform. In power save mode, when clocks run on a lower frequency, the DMA
/linux-4.1.27/Documentation/s390/
DDASD55 4096. We recommend no blksize lower than 1024 because the ext2fs uses
/linux-4.1.27/Documentation/target/
Dtcm_mod_builder.py894 buf = "obj-$(CONFIG_" + fabric_mod_name.upper() + ") += " + fabric_mod_name.lower() + "/\n"
903 buf = "source \"drivers/target/" + fabric_mod_name.lower() + "/Kconfig\"\n"
/linux-4.1.27/Documentation/i2c/
Ddev-interface104 Change slave address. The address is passed in the 7 lower bits of the
105 argument (except for 10 bit addresses, passed in the 10 lower bits in this
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dst,sta350.txt91 reach a value lower than -76 dBFS.
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO28 f) hook lower into the sockets api (as NFS/SunRPC does) to avoid the
/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov772x.c741 } else if (priv->info->edgectrl.upper > priv->info->edgectrl.lower) { in ov772x_set_params()
755 priv->info->edgectrl.lower); in ov772x_set_params()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c460 ddp->len = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in ixgbe_fcoe_ddp()
474 ddp->len = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss); in ixgbe_fcoe_ddp()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.h547 } lower; member
573 } lower; member
649 } lower; member
721 } lower; member
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt253 Swaps upper & lower fields
350 Controls field output vertical alignment. The higher the number, the lower
379 Controls field output vertical alignment. The higher the number, the lower
Dfw-memory.txt53 0x14 - always 0xffffffff, if set any lower instability occurs, 0x00 crashes
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dgpmc-nand.txt131 probably use lower ecc-schemes like BCH8.
/linux-4.1.27/arch/m32r/lib/
Dchecksum.S145 beqz r7, 1f ; swap the upper byte for the lower
/linux-4.1.27/arch/arm/mach-omap2/
DKconfig260 SDRAM performance at lower CORE OPPs. There are relatively few
/linux-4.1.27/Documentation/sysctl/
Dvm.txt153 value lower than this limit will be ignored and the old configuration will be
304 in defending these lower zones.
433 allocations; if you set this to lower than 1024KB, your system will
670 Lower values mean lower latencies for initial faults, but at the same time
731 memory pages. Higher values will increase agressiveness, lower values
/linux-4.1.27/drivers/net/wireless/iwlwifi/
DKconfig95 interoperability problems with some APs, manifesting in lower than
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt101 Users of the umad devices can use the lower 32 bits of the
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-tape.1995-200299 * adjust our polling frequency to a much lower value,
211 * similar approach to lower-than-500 kB/s ?
/linux-4.1.27/Documentation/frv/
Dmmu-layout.txt194 00004000-01ffffff ~32MB lower mmap space (grows up)
201 are cached by the TLB handler. The lower mmap space is filled first, and then the upper mmap space
/linux-4.1.27/Documentation/power/
Dstates.txt34 lower-power than available at run time), such that the processors can
Dopp.txt23 domains to run at lower voltage and frequency while other domains run at
207 SoC temperature is lower than a certain threshold. The SoC framework
/linux-4.1.27/drivers/uio/
DKconfig112 that is running in GPCM mode. GPCM is an interface for simple lower

12