Searched refs:gap (Results 1 - 25 of 67) sorted by last modified time

123

/linux-master/include/linux/
H A Dmm.h3497 unsigned long gap = stack_guard_start_gap(vma); local
3500 vm_start -= gap;
H A Dnfs_fs.h212 * might fill in the gaps, or possibly a gap is caused
228 } gap[16]; member in struct:nfs_inode::__anon855
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/bluetooth/
H A Dbtusb.c3330 u16 pin, gap, opcode; local
3336 of_property_read_u16(dev->of_node, "marvell,wakeup-gap-ms", &gap))
3345 cmd[4] = gap; /* time in ms, for which wakeup pin should be asserted */
/linux-master/fs/bcachefs/
H A Dbtree_io.c1485 bool gap = false; local
1512 if (!gap)
1514 gap = true;
H A Dbcachefs.h686 * end of the buffer - from @nr to @size - the empty space is at @gap.
689 size_t gap; member in struct:journal_keys
H A Dutil.h679 /* Move the gap in a gap buffer: */
683 BUG_ON((_d)->gap > (_d)->nr); \
686 (_d)->nr, (_d)->size, (_d)->gap, _new_gap); \
687 (_d)->gap = _new_gap; \
H A Dbtree_journal_iter.c38 if (idx >= keys->gap)
138 BUG_ON(iter->idx >= keys->gap &&
139 iter->idx < keys->gap + gap_size);
153 /* The key we just inserted is immediately before the gap: */
154 size_t gap_end = keys->gap + (keys->size - keys->nr);
155 struct journal_key *new_key = &keys->data[keys->gap - 1];
169 iter->idx = keys->gap - 1;
215 if (idx > keys->gap)
218 size_t old_gap = keys->gap;
236 /* Since @keys was full, there was no gap
[all...]
/linux-master/net/bridge/netfilter/
H A Debtables.c689 size_t gap; local
747 gap = e->next_offset - e->target_offset;
764 if (gap < sizeof(struct ebt_standard_target)) {
773 } else if (t->target_size > gap - sizeof(struct ebt_entry_target)) {
/linux-master/arch/x86/kernel/
H A De820.c619 * Search for a gap in the E820 memory space from 0 to MAX_GAP_END (4GB).
636 unsigned long gap = last - end; local
638 if (gap >= *gapsize) {
639 *gapsize = gap;
651 * Search for the biggest gap in the low 32 bits of the E820
669 pr_err("Cannot find an available gap in the 32-bit address range\n");
/linux-master/mm/
H A Dmmap.c1576 unsigned long length, gap; local
1595 gap = mas.index;
1596 gap += (info->align_offset - gap) & info->align_mask;
1599 if (vm_start_gap(tmp) < gap + length - 1) {
1606 if (tmp && vm_end_gap(tmp) > gap) {
1613 return gap;
1628 unsigned long length, gap, gap_end; local
1646 gap = mas.last + 1 - info->length;
1647 gap
[all...]
H A Dutil.c443 unsigned long gap = rlim_stack->rlim_cur;
451 if (gap + pad > gap)
452 gap += pad;
454 if (gap < MIN_GAP)
455 gap = MIN_GAP;
456 else if (gap > MAX_GAP)
457 gap = MAX_GAP;
459 return PAGE_ALIGN(STACK_TOP - gap - rnd);
/linux-master/drivers/block/
H A Dfloppy.c439 | | | | | | | | /fmt gap (gap2) */
2609 raw_cmd->cmd[GAP] = _floppy->gap;
/linux-master/fs/nfs/
H A Dinode.c1840 if (end == nfsi->ooo->gap[i].start)
1841 end = nfsi->ooo->gap[i].end;
1842 else if (start == nfsi->ooo->gap[i].end)
1843 start = nfsi->ooo->gap[i].start;
1848 nfsi->ooo->gap[i] = nfsi->ooo->gap[cnt];
1852 if (cnt >= ARRAY_SIZE(nfsi->ooo->gap)) {
1858 nfsi->ooo->gap[cnt].start = start;
1859 nfsi->ooo->gap[cnt].end = end;
2142 nfsi->ooo->gap[
[all...]
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c1392 int gap = adr - bus_ofs; local
1393 int n = min_t(int, len, map_bankwidth(map) - gap);
1403 datum = map_word_load_partial(map, datum, buf, gap, n);
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c214 unsigned int size, gap, val; local
228 gap = FIELD_GET(ECE_HEX_CTRL_ENC_GAP, val);
230 dev_dbg(video->dev, "offset = %u, ed_size = %u, gap = %u\n", offset,
231 size, gap);
233 return size + gap;
/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/lib/
H A Dmaple_tree.c129 unsigned long gap[MAPLE_BIG_NODE_GAPS]; member in struct:maple_big_node::__anon1336::__anon1337
678 return node->ma64.gap;
866 * @offset: The offset of the highest sub-gap in this node.
874 meta->gap = offset;
883 * @offset: The offset of the highest sub-gap in this node.
913 meta->gap = 0;
931 * ma_meta_gap() - Get the largest gap location of a node from the metadata
936 return mn->ma64.meta.gap;
940 * ma_set_meta_gap() - Set the largest gap location in a nodes metadata
943 * @offset: The location of the largest gap
1030 mte_set_gap(const struct maple_enode *mn, unsigned char gap, unsigned long val) argument
1472 unsigned long pstart, gap, max_gap; local
3022 unsigned long *l_pivs, *pivs, gap; local
3977 bool gap = false; local
4749 unsigned long gap = 0; local
4832 unsigned long pivot, min, gap = 0; local
7296 unsigned long gap = 0, max_gap = 0; local
[all...]
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/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/drivers/net/wireless/realtek/rtw89/
H A Dphy.c51 static u64 get_mcs_ra_mask(u16 mcs_map, u8 highest_mcs, u8 gap) argument
64 ra_mask |= GENMASK_ULL(highest_mcs - gap, 0) << nss;
67 ra_mask |= GENMASK_ULL(highest_mcs - gap * 2, 0) << nss;
/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;

Completed in 475 milliseconds

123