Home
last modified time | relevance | path

Searched full:terminator (Results 1 – 25 of 634) sorted by relevance

12345678910>>...26

/kernel/linux/linux-6.6/fs/omfs/
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/fs/omfs/
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/
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() argument
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()
Dtest-string_helpers.c138 /* terminator */
152 /* terminator */
203 /* terminator */
206 /* terminator */
219 /* terminator */
227 /* terminator */
235 /* terminator */
238 /* terminator */
/kernel/linux/linux-6.6/lib/
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() argument
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()
Dtest-string_helpers.c138 /* terminator */
152 /* terminator */
203 /* terminator */
217 /* terminator */
220 /* terminator */
248 /* terminator */
265 /* terminator */
273 /* terminator */
314 /* terminator */
355 /* terminator */
[all …]
/kernel/linux/linux-6.6/sound/usb/
Dmixer_maps.c89 { 0 } /* terminator */
124 { 0 } /* terminator */
168 { 0 } /* terminator */
173 { 0 } /* terminator */
182 { 0 } /* terminator */
201 { 0 } /* terminator */
208 { 0 } /* terminator */
216 { 0 } /* terminator */
255 { 0 } /* terminator */
275 {} /* terminator */
[all …]
/kernel/linux/linux-5.10/sound/usb/
Dmixer_maps.c89 { 0 } /* terminator */
124 { 0 } /* terminator */
168 { 0 } /* terminator */
173 { 0 } /* terminator */
182 { 0 } /* terminator */
201 { 0 } /* terminator */
208 { 0 } /* terminator */
216 { 0 } /* terminator */
255 { 0 } /* terminator */
275 {} /* terminator */
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/testcases/
Dfake_sigreturn_bad_size_for_magic0.c5 * Place a fake sigframe on the stack including a badly sized terminator
27 /* at least HDR_SZ for the badly sized terminator. */ in fake_sigreturn_bad_size_for_magic0_run()
42 .descr = "Trigger a sigreturn using non-zero size terminator",
Dtestcases.c38 *err = "Missing terminator after EXTRA context"; in validate_extra_context()
64 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved()
74 *err = "Bad size for terminator"; in validate_reserved()
178 /* not found a terminator...no need to update offset if any */ in get_starting_head()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
Dfake_sigreturn_bad_size_for_magic0.c5 * Place a fake sigframe on the stack including a badly sized terminator
27 /* at least HDR_SZ for the badly sized terminator. */ in fake_sigreturn_bad_size_for_magic0_run()
42 .descr = "Trigger a sigreturn using non-zero size terminator",
Dtestcases.c43 *err = "Missing terminator after EXTRA context"; in validate_extra_context()
149 /* Walk till the end terminator verifying __reserved contents */ in validate_reserved()
161 *err = "Bad size for terminator"; in validate_reserved()
317 /* not found a terminator...no need to update offset if any */ in get_starting_head()
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_cirrus.c218 {} /* terminator */
228 {} /* terminator */
277 {} /* terminator */
406 {} /* terminator */
420 {} /* terminator */
434 {} /* terminator */
448 {} /* terminator */
455 {} /* terminator */
469 {} /* terminator */
492 {} /* terminator */
[all …]
/kernel/linux/linux-6.6/sound/pci/hda/
Dpatch_cirrus.c222 {} /* terminator */
232 {} /* terminator */
274 {} /* terminator */
405 {} /* terminator */
419 {} /* terminator */
433 {} /* terminator */
447 {} /* terminator */
454 {} /* terminator */
468 {} /* terminator */
491 {} /* terminator */
[all …]
Dpatch_cs8409-tables.c68 {} /* terminator */
76 {} /* terminator */
83 {} /* terminator */
199 {} /* Terminator */
251 {} /* Terminator */
279 {} /* terminator */
286 {} /* terminator */
442 {} /* Terminator */
557 {} /* terminator */
/kernel/linux/linux-5.10/include/linux/
Dnls.h89 * @codepage - codepage for which to return length of NULL terminator
91 * Since we can't guarantee that the null terminator will be a particular
93 * determining it, assume a single-byte NULL terminator.
/kernel/linux/linux-6.6/include/linux/
Dnls.h89 * @codepage - codepage for which to return length of NULL terminator
91 * Since we can't guarantee that the null terminator will be a particular
93 * determining it, assume a single-byte NULL terminator.
/kernel/linux/linux-6.6/arch/xtensa/lib/
Dstrnlen_user.S8 * Returns strnlen, including trailing zero terminator.
94 # Do not add an extra one for the NULL terminator since we have
102 # the zero byte in order to include the NULL terminator in the count.
/kernel/linux/linux-5.10/arch/xtensa/lib/
Dstrnlen_user.S8 * Returns strnlen, including trailing zero terminator.
94 # Do not add an extra one for the NULL terminator since we have
102 # the zero byte in order to include the NULL terminator in the count.
/kernel/linux/linux-5.10/fs/jfs/
Djfs_xattr.h13 * I know the null-terminator is redundant since namelen is stored, but
20 char name[]; /* Attribute name (includes null-terminator) */
/kernel/linux/linux-6.6/fs/jfs/
Djfs_xattr.h13 * I know the null-terminator is redundant since namelen is stored, but
20 char name[]; /* Attribute name (includes null-terminator) */
/kernel/linux/linux-6.6/arch/arm/boot/bootp/
Dinit.S42 movne r10, #0 @ terminator
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
/kernel/linux/linux-5.10/arch/arm/boot/bootp/
Dinit.S42 movne r10, #0 @ terminator
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dsignal.c80 /* Reserve space for extension and terminator ^ */ in init_user_layout()
114 /* Reserve space for the __reserved[] terminator */ in __sigframe_alloc()
119 * the terminator: in __sigframe_alloc()
145 /* Allocate the null terminator record and prevent further allocations */
150 /* Un-reserve the space reserved for the terminator: */ in sigframe_alloc_end()
421 /* Check for the dummy terminator in __reserved[]: */ in parse_user_sigframe()
455 * Ignore trailing terminator in __reserved[] in parse_user_sigframe()
684 /* Add the terminator */ in setup_sigframe()
/kernel/linux/linux-6.6/arch/alpha/lib/
Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
54 /* Mask out character matches after terminator */

12345678910>>...26