/kernel/linux/linux-5.10/fs/omfs/ |
H A D | file.c | 73 /* ignore last entry as it is the terminator */ in omfs_shrink_inode() 119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local 137 /* should always have a terminator */ in omfs_grow_extent() 142 terminator = entry + extent_count - 1; in omfs_grow_extent() 144 entry = terminator-1; in omfs_grow_extent() 150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent() 167 /* copy terminator down an entry */ in omfs_grow_extent() 168 entry = terminator; in omfs_grow_extent() 169 terminator in omfs_grow_extent() [all...] |
/kernel/linux/linux-6.6/fs/omfs/ |
H A D | file.c | 73 /* ignore last entry as it is the terminator */ in omfs_shrink_inode() 119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local 137 /* should always have a terminator */ in omfs_grow_extent() 142 terminator = entry + extent_count - 1; in omfs_grow_extent() 144 entry = terminator-1; in omfs_grow_extent() 150 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent() 151 be64_to_cpu(~terminator->e_blocks) + 1)); in omfs_grow_extent() 167 /* copy terminator down an entry */ in omfs_grow_extent() 168 entry = terminator; in omfs_grow_extent() 169 terminator in omfs_grow_extent() [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | test_strscpy.c | 20 * @terminator: 1 if there should be a terminating null byte 0 otherwise. 24 * (@pad does not include the null terminator byte.) 30 int chars, int terminator, int pad) in tc() 84 if (terminator) { in tc() 92 index = chars + terminator + i; in tc() 99 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc() 125 /* tc(src, count, expected, chars, terminator, pad) */ in selftest() 29 tc(char *src, int count, int expected, int chars, int terminator, int pad) tc() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | strscpy_kunit.c | 16 * @terminator: 1 if there should be a terminating null byte 0 otherwise. 20 * (@pad does not include the null terminator byte.) 26 int chars, int terminator, int pad) in tc() 64 if (terminator) in tc() 69 index = chars + terminator + i; in tc() 74 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in tc() 95 /* tc(test, src, count, expected, chars, terminator, pad) */ in strscpy_test() 25 tc(struct kunit *test, char *src, int count, int expected, int chars, int terminator, int pad) tc() argument
|
/kernel/linux/linux-5.10/arch/arm/boot/bootp/ |
H A D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
/kernel/linux/linux-6.6/arch/arm/boot/bootp/ |
H A D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 54 /* Mask out character matches after terminator */
|
H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 82 /* Mask out character matches after terminator */
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator? 54 /* Mask out character matches after terminator */
|
H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator? 82 /* Mask out character matches after terminator */
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 334 .quad 0 // terminator 353 .long 0 //terminator 693 cmp $t1,#0 // check for K256 terminator
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha512-armv8.pl | 334 .quad 0 // terminator 353 .long 0 //terminator 693 cmp $t1,#0 // check for K256 terminator
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | intel_bios.h | 288 u16 terminator; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | intel_bios.h | 288 u16 terminator; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_vbt_defs.h | 752 u16 terminator; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_vbt_defs.h | 826 u16 terminator; member
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 204 .word 0 @ terminator 521 teq $t1,#0 @ check for K256 terminator
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha256-armv4.pl | 204 .word 0 @ terminator 521 teq $t1,#0 @ check for K256 terminator
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk.c | 3260 unsigned int i, char terminator) in possible_parent_show() 3293 seq_putc(s, terminator); in possible_parent_show() 3259 possible_parent_show(struct seq_file *s, struct clk_core *core, unsigned int i, char terminator) possible_parent_show() argument
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk.c | 3419 unsigned int i, char terminator) in possible_parent_show() 3452 seq_putc(s, terminator); in possible_parent_show() 3418 possible_parent_show(struct seq_file *s, struct clk_core *core, unsigned int i, char terminator) possible_parent_show() argument
|