Searched refs:terminator (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/omfs/ |
| H A D | file.c | 119 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/arch/arm/boot/bootp/ |
| H A D | init.S | 42 movne r10, #0 @ terminator 44 stmiane r9, {r4, r5, r10} @ Size, ATAG_CORE, terminator
|
| /linux/arch/xtensa/lib/ |
| H A D | strnlen_user.S | 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.
|
| /linux/arch/alpha/lib/ |
| H A D | strrchr.S | 41 bne t1, $eos # .. e1 : did we already hit the terminator?
|
| H A D | ev67-strrchr.S | 63 bne t1, $eos # U : did we already hit the terminator?
|
| /linux/Documentation/filesystems/ |
| H A D | omfs.rst | 106 the extent. The final extent in each table is a terminator with e_cluster
|
| H A D | proc.rst | 1986 terminator) will result in a truncated comm value.
|
| /linux/Documentation/hwmon/ |
| H A D | adm1026.rst | 71 for SCSI terminator power. The remaining inputs are not scaled and have
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_bios.h | 288 u16 terminator; member
|
| /linux/drivers/bus/ |
| H A D | Kconfig | 50 reported to the APB terminator (APB Errors Handler Block). This
|
| /linux/drivers/clk/ |
| H A D | clk.c | 3566 unsigned int i, char terminator) in possible_parent_show() argument 3599 seq_putc(s, terminator); in possible_parent_show()
|
| /linux/Documentation/scsi/ |
| H A D | sym53c8xx_2.rst | 701 - Only 1 terminator installed.
|
| H A D | ncr53c8xx.rst | 1220 - Only 1 terminator installed.
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 1058 The last entry of this list is the terminator. You must specify this
|
| /linux/Documentation/virt/kvm/ |
| H A D | api.rst | 3166 is an empty entry and a terminator::
|