Searched refs:successor (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/tools/include/linux/ |
D | rbtree_augmented.h | 172 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 184 parent = successor; in __rb_erase_augmented() 185 child2 = successor->rb_right; in __rb_erase_augmented() 186 augment->copy(node, successor); in __rb_erase_augmented() 203 parent = successor; in __rb_erase_augmented() 204 successor = tmp; in __rb_erase_augmented() 207 parent->rb_left = child2 = successor->rb_right; in __rb_erase_augmented() 208 successor->rb_right = child; in __rb_erase_augmented() 209 rb_set_parent(child, successor); in __rb_erase_augmented() 210 augment->copy(node, successor); in __rb_erase_augmented() [all …]
|
/Linux-v4.19/include/linux/ |
D | rbtree_augmented.h | 201 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 214 parent = successor; in __rb_erase_augmented() 215 child2 = successor->rb_right; in __rb_erase_augmented() 217 augment->copy(node, successor); in __rb_erase_augmented() 234 parent = successor; in __rb_erase_augmented() 235 successor = tmp; in __rb_erase_augmented() 238 child2 = successor->rb_right; in __rb_erase_augmented() 240 WRITE_ONCE(successor->rb_right, child); in __rb_erase_augmented() 241 rb_set_parent(child, successor); in __rb_erase_augmented() 243 augment->copy(node, successor); in __rb_erase_augmented() [all …]
|
/Linux-v4.19/sound/ac97/ |
D | Kconfig | 9 This is the new AC97 bus type, successor of AC97_BUS. The ported
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | Kconfig | 2 tristate "Conexant cx23885 (2388x successor) support"
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | cifs.txt | 3 protocol which was the successor to the Server Message Block
|
/Linux-v4.19/fs/isofs/ |
D | Kconfig | 24 new 16 bit character code, successor to ASCII, which encodes the
|
/Linux-v4.19/drivers/media/pci/cx88/ |
D | Kconfig | 2 tristate "Conexant 2388x (bt878 successor) support"
|
/Linux-v4.19/net/batman-adv/ |
D | Kconfig | 39 This option enables the B.A.T.M.A.N. V protocol, the successor
|
/Linux-v4.19/fs/cifs/ |
D | Kconfig | 22 Common Internet File System (CIFS) protocol. CIFS was the successor
|
/Linux-v4.19/Documentation/scsi/ |
D | FlashPoint.txt | 123 SCSI Host Adapter. The BT-948 is the Ultra SCSI successor to the BT-946C
|
/Linux-v4.19/Documentation/process/ |
D | email-clients.rst | 252 Use alpine (pine's successor) if you can.
|
/Linux-v4.19/arch/m68k/ |
D | Kconfig.machine | 116 The Q40 is a Motorola 68040-based successor to the Sinclair QL
|
/Linux-v4.19/arch/ia64/ |
D | Kconfig | 58 The Itanium Processor Family is Intel's 64-bit successor to
|
/Linux-v4.19/Documentation/devicetree/ |
D | usage-model.txt | 120 successor, the BeagleBoard xM board might look like, respectively:
|
/Linux-v4.19/LICENSES/preferred/ |
D | LGPL-2.1 | 25 the successor of the GNU Library Public License, version 2, hence the
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | locking.rst | 1103 pointer to the old element with a pointer to its successor, and readers
|