/linux-4.1.27/net/sctp/ |
D | tsnmap.c | 86 u32 gap; in sctp_tsnmap_check() local 99 gap = tsn - map->base_tsn; in sctp_tsnmap_check() 102 if (gap < map->len && test_bit(gap, map->tsn_map)) in sctp_tsnmap_check() 113 u16 gap; in sctp_tsnmap_mark() local 118 gap = tsn - map->base_tsn; in sctp_tsnmap_mark() 120 if (gap >= map->len && !sctp_tsnmap_grow(map, gap + 1)) in sctp_tsnmap_mark() 123 if (!sctp_tsnmap_has_gap(map) && gap == 0) { in sctp_tsnmap_mark() 144 set_bit(gap, map->tsn_map); in sctp_tsnmap_mark() 207 u32 gap; in sctp_tsnmap_skip() local 218 gap = tsn - map->base_tsn + 1; in sctp_tsnmap_skip() [all …]
|
D | outqueue.c | 1640 __u16 gap; in sctp_acked() local 1659 gap = tsn - ctsn; in sctp_acked() 1661 if (TSN_lte(ntohs(frags[i].gab.start), gap) && in sctp_acked() 1662 TSN_lte(gap, ntohs(frags[i].gab.end))) in sctp_acked()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | mmap.c | 71 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 73 if (gap < MIN_GAP) in mmap_base() 74 gap = MIN_GAP; in mmap_base() 75 else if (gap > MAX_GAP) in mmap_base() 76 gap = MAX_GAP; in mmap_base() 78 return PAGE_ALIGN(TASK_SIZE - gap - rnd); in mmap_base()
|
/linux-4.1.27/arch/tile/mm/ |
D | mmap.c | 34 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 40 if (gap < MIN_GAP) in mmap_base() 41 gap = MIN_GAP; in mmap_base() 42 else if (gap > MAX_GAP) in mmap_base() 43 gap = MAX_GAP; in mmap_base() 45 return PAGE_ALIGN(TASK_SIZE - gap - random_factor); in mmap_base()
|
/linux-4.1.27/arch/arm64/mm/ |
D | mmap.c | 61 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 63 if (gap < MIN_GAP) in mmap_base() 64 gap = MIN_GAP; in mmap_base() 65 else if (gap > MAX_GAP) in mmap_base() 66 gap = MAX_GAP; in mmap_base() 68 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
|
/linux-4.1.27/arch/x86/mm/ |
D | mmap.c | 86 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 88 if (gap < MIN_GAP) in mmap_base() 89 gap = MIN_GAP; in mmap_base() 90 else if (gap > MAX_GAP) in mmap_base() 91 gap = MAX_GAP; in mmap_base() 93 return PAGE_ALIGN(TASK_SIZE - gap - rnd); in mmap_base()
|
/linux-4.1.27/arch/mips/mm/ |
D | mmap.c | 38 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 40 if (gap < MIN_GAP) in mmap_base() 41 gap = MIN_GAP; in mmap_base() 42 else if (gap > MAX_GAP) in mmap_base() 43 gap = MAX_GAP; in mmap_base() 45 return PAGE_ALIGN(TASK_SIZE - gap - rnd); in mmap_base()
|
/linux-4.1.27/arch/s390/mm/ |
D | mmap.c | 78 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 80 if (gap < MIN_GAP) in mmap_base() 81 gap = MIN_GAP; in mmap_base() 82 else if (gap > MAX_GAP) in mmap_base() 83 gap = MAX_GAP; in mmap_base() 84 gap &= PAGE_MASK; in mmap_base() 85 return STACK_TOP - stack_maxrandom_size() - rnd - gap; in mmap_base()
|
/linux-4.1.27/arch/arm/mm/ |
D | mmap.c | 35 unsigned long gap = rlimit(RLIMIT_STACK); in mmap_base() local 37 if (gap < MIN_GAP) in mmap_base() 38 gap = MIN_GAP; in mmap_base() 39 else if (gap > MAX_GAP) in mmap_base() 40 gap = MAX_GAP; in mmap_base() 42 return PAGE_ALIGN(TASK_SIZE - gap - rnd); in mmap_base()
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | btmrvl.txt | 13 - btmrvl,gpio-gap : gpio and gap (in msecs) combination to be 28 btmrvl,gpio-gap = <0x0d64>;
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | bttv-input.c | 198 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local 206 gap = 200000; in bttv_rc5_timer_end() 208 gap = 1000000 * (tv.tv_sec - ir->base_time.tv_sec) + in bttv_rc5_timer_end() 216 if (gap < 28000) { in bttv_rc5_timer_end() 254 u32 gap; in bttv_rc5_irq() local 266 gap = 200000; in bttv_rc5_irq() 268 gap = 1000000 * (tv.tv_sec - ir->base_time.tv_sec) + in bttv_rc5_irq() 273 gap, (gpio & 0x20) ? "mark" : "space"); in bttv_rc5_irq() 284 ir->last_bit = (gap - ir_rc5_remote_gap / 2) / in bttv_rc5_irq()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | sys_sparc_64.c | 279 unsigned long gap; in arch_pick_mmap_layout() local 285 gap = rlimit(RLIMIT_STACK); in arch_pick_mmap_layout() 288 gap == RLIM_INFINITY || in arch_pick_mmap_layout() 296 if (gap < 128 * 1024 * 1024) in arch_pick_mmap_layout() 297 gap = 128 * 1024 * 1024; in arch_pick_mmap_layout() 298 if (gap > (task_size / 6 * 5)) in arch_pick_mmap_layout() 299 gap = (task_size / 6 * 5); in arch_pick_mmap_layout() 301 mm->mmap_base = PAGE_ALIGN(task_size - gap - random_factor); in arch_pick_mmap_layout()
|
/linux-4.1.27/drivers/clk/mmp/ |
D | clk-mix.c | 214 unsigned long gap, gap_best; in mmp_clk_mix_determine_rate() local 236 gap = abs(mix_rate - rate); in mmp_clk_mix_determine_rate() 237 if (parent_best == NULL || gap < gap_best) { in mmp_clk_mix_determine_rate() 241 gap_best = gap; in mmp_clk_mix_determine_rate() 254 gap = abs(mix_rate - rate); in mmp_clk_mix_determine_rate() 255 if (parent_best == NULL || gap < gap_best) { in mmp_clk_mix_determine_rate() 259 gap_best = gap; in mmp_clk_mix_determine_rate()
|
/linux-4.1.27/fs/ubifs/ |
D | orphan.c | 204 int avail_lebs, avail, gap; in avail_orphs() local 209 gap = c->leb_size - c->ohead_offs; in avail_orphs() 210 if (gap >= UBIFS_ORPH_NODE_SZ + sizeof(__le64)) in avail_orphs() 211 avail += (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in avail_orphs() 277 int gap, err, len, cnt, i; in write_orph_node() local 280 gap = c->leb_size - c->ohead_offs; in write_orph_node() 281 if (gap < UBIFS_ORPH_NODE_SZ + sizeof(__le64)) { in write_orph_node() 284 gap = c->leb_size; in write_orph_node() 294 cnt = (gap - UBIFS_ORPH_NODE_SZ) / sizeof(__le64); in write_orph_node()
|
/linux-4.1.27/arch/mips/boot/ |
D | elf2ecoff.c | 567 unsigned long gap = in main() local 570 if (gap > 65536) { in main() 573 gap); in main() 578 gap); in main() 580 while (gap) { in main() 583 (gap > in main() 585 obuf : gap)); in main() 592 gap -= count; in main()
|
/linux-4.1.27/drivers/media/rc/ |
D | ir-lirc-codec.c | 62 if (lirc->gap) in ir_lirc_decode() 66 lirc->gap = true; in ir_lirc_decode() 78 if (lirc->gap) { in ir_lirc_decode() 92 lirc->gap = false; in ir_lirc_decode()
|
D | rc-core-priv.h | 109 bool gap; member
|
/linux-4.1.27/drivers/mtd/devices/ |
D | lart.c | 446 int gap = BUSWIDTH - (from & (BUSWIDTH - 1)); in flash_read() local 448 while (len && gap--) *buf++ = read8 (from++), len--; in flash_read() 525 int gap = to - aligned; in flash_write() local 529 while (gap--) tmp[i++] = 0xFF; in flash_write()
|
/linux-4.1.27/include/linux/ |
D | fd.h | 15 unsigned char gap; member
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 5 gap voltage and temperature sensor (VBGAPTS) module. The band 6 gap provides current and voltage reference for its internal
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 202 echo "<condition> [GPIO# [gap]]]" > hscfg 213 [gap]: the gap in milliseconds between wakeup signal and 220 Use GPIO and gap set previously 222 Use gap set previously 223 echo "2 1 160" > hscfg : Unicast data, GPIO 1 and gap 160 ms
|
D | debugfs.c | 642 u32 gpio = HS_CFG_GPIO_DEF, gap = HS_CFG_GAP_DEF; in mwifiex_hscfg_write() local 652 arg_num = sscanf(buf, "%d %x %x", &conditions, &gpio, &gap); in mwifiex_hscfg_write() 677 hscfg.gap = gap; in mwifiex_hscfg_write() 712 hscfg.gpio, hscfg.gap); in mwifiex_hscfg_read()
|
D | sta_ioctl.c | 418 if (hs_cfg->gap) in mwifiex_set_hs_params() 419 adapter->hs_cfg.gap = (u8)hs_cfg->gap; in mwifiex_set_hs_params() 442 adapter->hs_cfg.gap = (u8)hs_cfg->gap; in mwifiex_set_hs_params() 448 hs_cfg->gap = adapter->hs_cfg.gap; in mwifiex_set_hs_params()
|
D | ioctl.h | 269 u32 gap; member
|
D | sta_cmd.c | 380 hs_cfg->params.hs_config.gap = hscfg_param->gap; in mwifiex_cmd_802_11_hs_cfg() 385 hs_cfg->params.hs_config.gap); in mwifiex_cmd_802_11_hs_cfg()
|
D | init.c | 258 adapter->hs_cfg.gap = HS_CFG_GAP_DEF; in mwifiex_init_adapter()
|
D | cmdevt.c | 1163 phs_cfg->params.hs_config.gap); in mwifiex_ret_802_11_hs_cfg()
|
D | fw.h | 1126 u8 gap; member
|
D | cfg80211.c | 2980 hs_cfg.gap = HS_CFG_GAP_DEF; in mwifiex_cfg80211_suspend()
|
/linux-4.1.27/net/sched/ |
D | sch_netem.c | 87 u32 gap; member 471 if (q->gap == 0 || /* not doing reordering */ in netem_enqueue() 472 q->counter < q->gap - 1 || /* inside last reordering gap */ in netem_enqueue() 850 q->gap = qopt->gap; in netem_change() 858 if (q->gap) in netem_change() 974 qopt.gap = q->gap; in netem_dump()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | ps3fb.c | 338 long gap; in ps3fb_find_mode() local 395 gap = ((long)vmode->left_margin + (long)vmode->xres + in ps3fb_find_mode() 399 if (gap > 0) { in ps3fb_find_mode() 400 var->left_margin += gap/2; in ps3fb_find_mode() 401 var->right_margin += (gap+1)/2; in ps3fb_find_mode() 406 gap = ((long)vmode->upper_margin + (long)vmode->yres + in ps3fb_find_mode() 410 if (gap > 0) { in ps3fb_find_mode() 411 var->upper_margin += gap/2; in ps3fb_find_mode() 412 var->lower_margin += (gap+1)/2; in ps3fb_find_mode()
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 38 responsible for bridging the gap between the on-chip coresight 39 components and a trace for bridging the gap between the on-chip
|
/linux-4.1.27/arch/metag/lib/ |
D | memmove.S | 88 ! measure the gap size 104 ! D1.6 stores the gap size in bits 107 ! D0.6 stores the complement of the gap size 114 ! D1Re0 << gap-size
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_bts.c | 304 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local 329 gap = buf_size(phys->page) - phys->displacement - phys->size + in bts_buffer_reset() 331 skip = pad + gap; in bts_buffer_reset()
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm77 | 17 sensor incorporates a band-gap type temperature sensor,
|
D | ds1621 | 63 readings. Be sure to have a high vs. low temperature limit gap of al least
|
/linux-4.1.27/include/uapi/linux/ |
D | fd.h | 29 unsigned char gap, /* gap1 size */ member
|
D | pkt_sched.h | 538 __u32 gap; /* re-ordering gap (0 for none) */ member
|
/linux-4.1.27/block/ |
D | compat_ioctl.c | 339 err |= __get_user(f->gap, &uf->gap); in compat_fd_ioctl() 423 err |= __put_user(f->gap, &uf->gap); in compat_fd_ioctl()
|
/linux-4.1.27/arch/x86/kernel/ |
D | e820.c | 602 unsigned long gap = last - end; in e820_search_gap() local 604 if (gap >= *gapsize) { in e820_search_gap() 605 *gapsize = gap; in e820_search_gap()
|
/linux-4.1.27/net/tipc/ |
D | link.h | 234 u32 gap, u32 tolerance, u32 priority);
|
D | link.c | 1341 u32 gap, u32 tolerance, u32 priority) in tipc_link_proto_xmit() argument 1372 gap = mod(rec - mod(l_ptr->next_in_no)); in tipc_link_proto_xmit() 1374 msg_set_seq_gap(msg, gap); in tipc_link_proto_xmit() 1375 if (gap) in tipc_link_proto_xmit()
|
/linux-4.1.27/Documentation/ |
D | btmrvl.txt | 23 where Gap is the gap in milli seconds between wakeup signal and
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | overview.txt | 8 The aim is to fill the gap between the somewhat similar hwmon and
|
/linux-4.1.27/fs/exofs/ |
D | ore_raid.c | 370 u64 gap = si->obj_offset - (per_dev->offset + per_dev->length); in _add_to_r4w() local 372 _ore_add_sg_seg(per_dev, gap, true); in _add_to_r4w()
|
/linux-4.1.27/drivers/mtd/chips/ |
D | cfi_cmdset_0001.c | 1606 int gap = ofs - bus_ofs; in cfi_intelext_write_words() local 1610 n = min_t(int, len, map_bankwidth(map)-gap); in cfi_intelext_write_words() 1612 datum = map_word_load_partial(map, datum, buf, gap, n); in cfi_intelext_write_words() 2241 int gap = offset - bus_ofs; in do_otp_write() local 2242 int n = min_t(int, size, map_bankwidth(map)-gap); in do_otp_write() 2245 datum = map_word_load_partial(map, datum, buf, gap, n); in do_otp_write()
|
D | cfi_cmdset_0002.c | 1296 int gap = adr - bus_ofs; in do_otp_write() local 1297 int n = min_t(int, len, map_bankwidth(map) - gap); in do_otp_write() 1307 datum = map_word_load_partial(map, datum, buf, gap, n); in do_otp_write()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 207 long long gap = compute_gap(slave); in tlb_get_least_loaded_slave() local 209 if (max_gap < gap) { in tlb_get_least_loaded_slave() 211 max_gap = gap; in tlb_get_least_loaded_slave()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 657 size_t gap; in ebt_check_entry() local 715 gap = e->next_offset - e->target_offset; in ebt_check_entry() 725 if (gap < sizeof(struct ebt_standard_target)) { in ebt_check_entry() 736 } else if (t->target_size > gap - sizeof(struct ebt_entry_target)) { in ebt_check_entry()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | host.h | 849 uint16_t gap; member
|
D | cmd.c | 200 cmd_config.gap = priv->wol_gap; in lbs_host_sleep_cfg()
|
/linux-4.1.27/drivers/net/wireless/ |
D | airo.c | 3286 u16 len, hdrlen = 0, gap, fid; in airo_handle_rx() local 3344 gap = le16_to_cpu(v); in airo_handle_rx() 3345 if (gap) { in airo_handle_rx() 3346 if (gap <= 8) { in airo_handle_rx() 3347 bap_read(ai, tmpbuf, gap, BAP0); in airo_handle_rx() 3710 u16 gap; in mpi_receive_802_11() local 3743 gap = get_unaligned_le16(ptr); in mpi_receive_802_11() 3745 if (gap) { in mpi_receive_802_11() 3746 if (gap <= 8) in mpi_receive_802_11() 3747 ptr += gap; in mpi_receive_802_11()
|
/linux-4.1.27/Documentation/metag/ |
D | kernel-ABI.txt | 192 and the most significant half in D1, leaving a gap where necessary. Further
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 481 | (alignment gap) (*) | 485 | (alignment gap) | 491 | (alignment gap) | 654 * [align gap to next 4 bytes boundary] 661 * [align gap to next 4 bytes boundary]
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | declance.c | 218 short gap[4]; member
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 418 tp_block_size/tp_frame_size frames there will be a gap between
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 378 /* The size of the maximum gap between one aligned stack and the next. */
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 368 /* The size of the maximum gap between one aligned stack and the next. */
|
/linux-4.1.27/drivers/block/ |
D | floppy.c | 2586 GAP = _floppy->gap; in make_raw_rw_request()
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 380 /* The size of the maximum gap between one aligned stack and the next. */
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 185 z/Architecture (there is a gap on z/Architecture currently between 0xc00 and
|