Home
last modified time | relevance | path

Searched refs:terminator (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/fs/omfs/
H A Dfile.c73 /* 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 Dfile.c73 /* 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 Dtest_strscpy.c20 * @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 Dstrscpy_kunit.c16 * @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 Dinit.S42 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 Dinit.S42 movne r10, #0 @ terminator
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
54 /* Mask out character matches after terminator */
H A Dev67-strrchr.S63 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 Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
54 /* Mask out character matches after terminator */
H A Dev67-strrchr.S63 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 Dsha512-armv8.pl334 .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 Dsha512-armv8.pl334 .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 Dintel_bios.h288 u16 terminator; member
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dintel_bios.h288 u16 terminator; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h752 u16 terminator; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_vbt_defs.h826 u16 terminator; member
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dsha256-armv4.pl204 .word 0 @ terminator
521 teq $t1,#0 @ check for K256 terminator
/kernel/linux/linux-6.6/arch/arm/crypto/
H A Dsha256-armv4.pl204 .word 0 @ terminator
521 teq $t1,#0 @ check for K256 terminator
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk.c3260 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 Dclk.c3419 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

Completed in 38 milliseconds