Home
last modified time | relevance | path

Searched refs:terminator (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/fs/omfs/
Dfile.c119 struct omfs_extent_entry *terminator; in omfs_grow_extent() local
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()
168 entry = terminator; in omfs_grow_extent()
169 terminator++; in omfs_grow_extent()
170 memcpy(terminator, entry, sizeof(struct omfs_extent_entry)); in omfs_grow_extent()
175 terminator->e_blocks = ~(cpu_to_be64( in omfs_grow_extent()
176 be64_to_cpu(~terminator->e_blocks) + (u64) new_count)); in omfs_grow_extent()
/linux-6.12.1/arch/arm/boot/bootp/
Dinit.S42 movne r10, #0 @ terminator
44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
/linux-6.12.1/arch/xtensa/lib/
Dstrnlen_user.S94 # 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.
/linux-6.12.1/lib/
Dstring_kunit.c345 int expected, int chars, int terminator, int pad) in strscpy_check() argument
383 if (terminator) in strscpy_check()
388 index = chars + terminator + i; in strscpy_check()
393 nr_bytes_poison = sizeof(buf) - chars - terminator - pad; in strscpy_check()
/linux-6.12.1/arch/alpha/lib/
Dstrrchr.S41 bne t1, $eos # .. e1 : did we already hit the terminator?
Dev67-strrchr.S63 bne t1, $eos # U : did we already hit the terminator?
/linux-6.12.1/Documentation/filesystems/
Domfs.rst106 the extent. The final extent in each table is a terminator with e_cluster
Dcoda.rst536 CFS_MAXNAMLEN, currently set to 256 (including a 0 terminator.)
Dproc.rst1943 terminator) will result in a truncated comm value.
/linux-6.12.1/drivers/gpu/drm/gma500/
Dintel_bios.h288 u16 terminator; member
/linux-6.12.1/Documentation/hwmon/
Dadm1026.rst71 for SCSI terminator power. The remaining inputs are not scaled and have
/linux-6.12.1/drivers/net/can/usb/
DKconfig47 2 output pins to control external terminator (optional).
/linux-6.12.1/drivers/bus/
DKconfig50 reported to the APB terminator (APB Errors Handler Block). This
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h1234 u16 terminator; member
/linux-6.12.1/Documentation/networking/
Darcnet-hardware.rst111 equal to a high impedance one with a terminator installed.
190 BUS network in place of a BUS card and a terminator::
197 can use the bus card in place of any star card if you use a terminator. Then
1486 The jumper JP12 is used to enable the internal terminator::
Drxrpc.rst453 how long the string is, without the NUL terminator.
/linux-6.12.1/drivers/clk/
Dclk.c3578 unsigned int i, char terminator) in possible_parent_show() argument
3611 seq_putc(s, terminator); in possible_parent_show()
/linux-6.12.1/Documentation/scsi/
Dsym53c8xx_2.rst701 - Only 1 terminator installed.
Dncr53c8xx.rst1220 - Only 1 terminator installed.
/linux-6.12.1/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1058 The last entry of this list is the terminator. You must specify this
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst3146 is an empty entry and a terminator::