Searched refs:gaps (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dftrace_32.S109 subl $3*4, %esp # RET-IP + 3 gaps
/linux-master/lib/
H A Dmaple_tree.c667 * ma_gaps() - Get a pointer to the maple node gaps.
671 * Return: A pointer to the maple node gaps
1536 /* There cannot be two gaps in a row. */
1545 * @gaps: The pointer to the gaps
1549 * Uses the metadata data end to scan backwards across set gaps.
1554 ma_max_gap(struct maple_node *node, unsigned long *gaps, enum maple_type mt, argument
1562 if (gaps[i] > max_gap) {
1563 max_gap = gaps[i];
1580 unsigned long *gaps; local
1929 unsigned long *pivots, *gaps; local
1997 unsigned long *gaps = NULL; local
4747 unsigned long *pivots, *gaps; local
4834 unsigned long *gaps, *pivots; local
7299 unsigned long *gaps = NULL; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c3120 int data_col_addr, i, gaps = 0; local
3150 * ecc.pos. Let's make sure that there are no gaps in ECC positions.
3157 gaps = 1;
3159 if (gaps) {

Completed in 155 milliseconds