Searched refs:successor (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/include/linux/ |
| H A D | rbtree_augmented.h | 220 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 225 * Case 2: node's successor is its right child in __rb_erase_augmented() 233 parent = successor; in __rb_erase_augmented() 234 child2 = successor->rb_right; in __rb_erase_augmented() 236 augment->copy(node, successor); in __rb_erase_augmented() 239 * Case 3: node's successor is leftmost under in __rb_erase_augmented() 253 parent = successor; in __rb_erase_augmented() 254 successor = tmp; in __rb_erase_augmented() 257 child2 = successor->rb_right; in __rb_erase_augmented() 259 WRITE_ONCE(successor in __rb_erase_augmented() [all...] |
| /linux/include/linux/ |
| H A D | rbtree_augmented.h | 257 struct rb_node *successor = child, *child2; in __rb_erase_augmented() local 270 parent = successor; in __rb_erase_augmented() 271 child2 = successor->rb_right; in __rb_erase_augmented() 273 augment->copy(node, successor); in __rb_erase_augmented() 290 parent = successor; in __rb_erase_augmented() 291 successor = tmp; in __rb_erase_augmented() 294 child2 = successor->rb_right; in __rb_erase_augmented() 296 WRITE_ONCE(successor->rb_right, child); in __rb_erase_augmented() 297 rb_set_parent(child, successor); in __rb_erase_augmented() 299 augment->copy(node, successor); in __rb_erase_augmented() [all …]
|
| /linux/net/unix/ |
| H A D | garbage.c | 88 struct unix_sock *successor; member 118 if (edge->successor->listener) in unix_edge_successor() 119 return unix_sk(edge->successor->listener)->vertex; in unix_edge_successor() 121 return edge->successor->vertex; in unix_edge_successor() 222 edge->successor = receiver; in unix_add_edges() 255 receiver = fpl->edges[0].successor; in unix_del_edges()
|
| /linux/sound/ac97/ |
| H A D | Kconfig | 10 This is the new AC97 bus type, successor of AC97_BUS. The ported
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | Kconfig | 3 tristate "Conexant cx23885 (2388x successor) support"
|
| /linux/fs/isofs/ |
| H A D | Kconfig | 26 new 16 bit character code, successor to ASCII, which encodes the
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | introduction.rst | 7 protocol which was the successor to the Server Message Block
|
| /linux/drivers/media/pci/cx88/ |
| H A D | Kconfig | 3 tristate "Conexant 2388x (bt878 successor) support"
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.cat | 52 * successor, perhaps giving the impression that the ordering of the
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 65 thereof, including any amended or successor version of such
|
| /linux/fs/smb/client/ |
| H A D | Kconfig | 28 protocol. CIFS was the successor to the original network filesystem
|
| /linux/Documentation/scsi/ |
| H A D | FlashPoint.rst | 136 SCSI Host Adapter. The BT-948 is the Ultra SCSI successor to the BT-946C
|
| /linux/LICENSES/preferred/ |
| H A D | LGPL-2.1 | 31 the successor of the GNU Library Public License, version 2, hence the
|
| /linux/Documentation/kernel-hacking/ |
| H A D | locking.rst | 1097 pointer to the old element with a pointer to its successor, and readers
|