Searched refs:gaps (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 662 * ma_gaps() - Get a pointer to the maple node gaps. 666 * Return: A pointer to the maple node gaps 1556 /* There cannot be two gaps in a row. */ in mas_leaf_max_gap() 1565 * @gaps: The pointer to the gaps 1569 * Uses the metadata data end to scan backwards across set gaps. 1574 ma_max_gap(struct maple_node *node, unsigned long *gaps, enum maple_type mt, in ma_max_gap() argument 1582 if (gaps[i] > max_gap) { in ma_max_gap() 1583 max_gap = gaps[i]; in ma_max_gap() 1600 unsigned long *gaps; in mas_max_gap() local 1949 unsigned long *pivots, *gaps; mas_mab_cp() local 2031 unsigned long *gaps = NULL; mab_mas_cp() local 4726 unsigned long *pivots, *gaps; mas_rev_awalk() local 4813 unsigned long *gaps, *pivots; mas_anode_descend() local 6931 unsigned long *gaps = NULL; mas_validate_gaps() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ftrace_32.S | 109 subl $3*4, %esp # RET-IP + 3 gaps
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | ftrace_32.S | 109 subl $3*4, %esp # RET-IP + 3 gaps
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 2782 int data_col_addr, i, gaps = 0; in nand_read_subpage() local 2812 * ecc.pos. Let's make sure that there are no gaps in ECC positions. in nand_read_subpage() 2819 gaps = 1; in nand_read_subpage() 2821 if (gaps) { in nand_read_subpage()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 3101 int data_col_addr, i, gaps = 0; in nand_read_subpage() local 3131 * ecc.pos. Let's make sure that there are no gaps in ECC positions. in nand_read_subpage() 3138 gaps = 1; in nand_read_subpage() 3140 if (gaps) { in nand_read_subpage()
|
Completed in 24 milliseconds