Searched refs:gap (Results 26 - 50 of 68) sorted by last modified time

123

/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c310 unsigned long gap, previous_size; local
313 gap = next_boundary(addr, end) - addr;
314 if (gap > max_mapping_size)
315 gap = max_mapping_size;
319 if (IS_ALIGNED(addr, PUD_SIZE) && gap >= PUD_SIZE &&
323 } else if (IS_ALIGNED(addr, PMD_SIZE) && gap >= PMD_SIZE &&
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c221 u32 gap = DCSS_DPR_FRAME_2P_BASE_ADDR - DCSS_DPR_FRAME_1P_BASE_ADDR; local
236 DCSS_DPR_FRAME_1P_PIX_X_CTRL + plane * gap);
238 DCSS_DPR_FRAME_1P_PIX_Y_CTRL + plane * gap);
240 dcss_dpr_write(ch, 2, DCSS_DPR_FRAME_1P_CTRL0 + plane * gap);
/linux-master/net/sched/
H A Dsch_netem.c93 u32 gap; member in struct:netem_sched_data
217 * TX_IN_GAP_PERIOD => successfully transmitted packets within a gap period
218 * LOST_IN_GAP_PERIOD => isolated losses within a gap period
539 if (q->gap == 0 || /* not doing reordering */
540 q->counter < q->gap - 1 || /* inside last reordering gap */
1010 q->gap = qopt->gap;
1016 * if gap is set, need to assume 100% probability
1018 if (q->gap)
[all...]
/linux-master/lib/
H A Dtest_maple_tree.c777 pr_debug("Search from %lu-%lu for gap %lu should be at %lu\n",
786 pr_debug("gap %lu %lu\n", (holes[i] >> 12),
900 /* Test filling entire gap. */
1555 * At this point, there is a gap of 2 at index + 1 between seq100[3] and
1556 * seq100[4]. Search for the gap.
1586 * At this point, there is a gap of 3 at seq100[6]. Find it by
1613 * gap.
1804 int gap = 4; local
1807 gap = 3;
1808 mtree_store_range(mt, i, i + gap, xa_mk_valu
1834 int gap = 4; local
2640 check_dup_gaps(struct maple_tree *mt, unsigned long nr_entries, bool zero_start, unsigned long gap) argument
[all...]
/linux-master/include/linux/
H A Dmaple_tree.h74 * This metadata is used to optimize the gap updating code and in reverse
79 unsigned char gap; member in struct:maple_metadata
128 unsigned long gap[MAPLE_ARANGE64_SLOTS]; member in struct:maple_arange_64
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h828 /* time gap in TUs to be used between two consecutive channels scan */
1301 u8 gap; member in struct:mwifiex_hs_config_param
H A Ddebugfs.c768 u32 gpio = HS_CFG_GPIO_DEF, gap = HS_CFG_GAP_DEF; local
774 arg_num = sscanf(buf, "%d %x %x", &conditions, &gpio, &gap);
800 hscfg.gap = gap;
835 hscfg.gpio, hscfg.gap);
H A Dcfg80211.c3533 hs_cfg.gap = adapter->hs_cfg.gap;
H A Dsta_ioctl.c433 if (hs_cfg->gap)
434 adapter->hs_cfg.gap = (u8)hs_cfg->gap;
457 adapter->hs_cfg.gap = (u8)hs_cfg->gap;
463 hs_cfg->gap = adapter->hs_cfg.gap;
H A Dioctl.h272 u32 gap; member in struct:mwifiex_ds_hs_cfg
H A Dcmdevt.c1190 " result=%#x, conditions=0x%x gpio=0x%x gap=0x%x\n",
1193 phs_cfg->params.hs_config.gap);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmd.c196 cmd_config.gap = priv->wol_gap;
/linux-master/drivers/hid/
H A Dwacom_sys.c2262 char *gap = strstr(name, " "); local
2263 if (gap == NULL)
2266 memmove(gap, gap+1, strlen(gap));
/linux-master/arch/mips/boot/
H A Delf2ecoff.c412 /* If there is a gap between text and data, we'll fill it when we copy
569 uint32_t gap = ph[i].p_vaddr - cur_vma; local
571 if (gap > 65536) {
573 "Intersegment gap (%"PRId32" bytes) too large.\n",
574 gap);
578 "Warning: %d byte intersegment gap.\n",
579 gap);
581 while (gap) {
584 (gap >
586 obuf : gap));
[all...]
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h486 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/linux-master/net/tipc/
H A Dlink.c130 * @last_gap: last gap ack blocks for bcast (FIXME)
131 * @last_ga: ptr to gap ack blocks
266 u16 acked, u16 gap,
411 u16 gap = 0; local
414 gap = l->snd_nxt - l->rcv_nxt;
416 gap = buf_seqno(skb) - l->rcv_nxt;
417 return gap;
1470 gacks[n].gap = htons(seqno - expect);
1486 gacks[n].gap = 0;
1532 * @gap
1541 tipc_link_advance_transmq(struct tipc_link *l, struct tipc_link *r, u16 acked, u16 gap, struct tipc_gap_ack_blks *ga, struct sk_buff_head *xmitq, bool *retransmitted, int *rc) argument
2192 u16 gap = msg_seq_gap(hdr); local
2469 tipc_link_bc_ack_rcv(struct tipc_link *r, u16 acked, u16 gap, struct tipc_gap_ack_blks *ga, struct sk_buff_head *xmitq, struct sk_buff_head *retrq) argument
[all...]
/linux-master/include/uapi/linux/
H A Dpkt_sched.h507 __u32 gap; /* re-ordering gap (0 for none) */ member in struct:tc_netem_qopt
/linux-master/drivers/video/fbdev/
H A Dps3fb.c339 long gap; local
396 gap = ((long)vmode->left_margin + (long)vmode->xres +
400 if (gap > 0) {
401 var->left_margin += gap/2;
402 var->right_margin += (gap+1)/2;
407 gap = ((long)vmode->upper_margin + (long)vmode->yres +
411 if (gap > 0) {
412 var->upper_margin += gap/2;
413 var->lower_margin += (gap+1)/2;
/linux-master/drivers/net/bonding/
H A Dbond_alb.c176 /* Find the slave with the largest gap */
179 long long gap = compute_gap(slave); local
181 if (max_gap < gap) {
183 max_gap = gap;
/linux-master/drivers/media/i2c/
H A Dmt9m111.c696 unsigned int gap, gap_best = (unsigned int) -1; local
728 gap = abs(fps - req_fps);
729 if (gap < gap_best) {
731 gap_best = gap;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c177 long gap; local
203 gap = kd->est_timer - now;
204 if (gap > 0) {
205 if (gap > IPVS_EST_TICK) {
207 gap = IPVS_EST_TICK;
209 schedule_timeout(gap);
212 if (gap < -8 * IPVS_EST_TICK)
248 long gap; local
255 gap = kd->est_timer - now;
257 if (abs(gap) >
[all...]
/linux-master/mm/damon/
H A Dvaddr.c130 unsigned long gap; local
136 gap = vma->vm_start - prev->vm_end;
138 if (gap > sz_range(&first_gap)) {
142 } else if (gap > sz_range(&second_gap)) {
219 * As usual memory map of processes is as below, the gap between the heap and
220 * the uppermost mmap()-ed region, and the gap between the lowermost mmap()-ed
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c1658 int gap = ofs - bus_ofs; local
1662 n = min_t(int, len, map_bankwidth(map)-gap);
1664 datum = map_word_load_partial(map, datum, buf, gap, n);
2283 int gap = offset - bus_ofs; local
2284 int n = min_t(int, size, map_bankwidth(map)-gap);
2287 datum = map_word_load_partial(map, datum, buf, gap, n);
/linux-master/arch/m68k/kernel/
H A Dsignal.c866 unsigned long gap = 0; local
870 gap = 256;
873 return (void __user *)((usp - gap - frame_size) & -8UL);
/linux-master/drivers/hv/
H A Dhv_balloon.c595 struct hv_hotadd_gap *gap; local
602 list_for_each_entry(gap, &has->gap_list, list) {
603 if ((pfn >= gap->start_pfn) && (pfn < gap->end_pfn))
802 struct hv_hotadd_gap *gap; local
817 * is, create a gap and update covered_end_pfn.
820 gap = kzalloc(sizeof(struct hv_hotadd_gap), GFP_ATOMIC);
821 if (!gap) {
826 INIT_LIST_HEAD(&gap->list);
827 gap
2045 struct hv_hotadd_gap *gap, *tmp_gap; local
[all...]

Completed in 332 milliseconds

123