Home
last modified time | relevance | path

Searched refs:successor (Results 1 – 14 of 14) sorted by relevance

/linux/tools/include/linux/
H A Drbtree_augmented.h220 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 Drbtree_augmented.h257 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 Dgarbage.c88 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 DKconfig10 This is the new AC97 bus type, successor of AC97_BUS. The ported
/linux/drivers/media/pci/cx23885/
H A DKconfig3 tristate "Conexant cx23885 (2388x successor) support"
/linux/fs/isofs/
H A DKconfig26 new 16 bit character code, successor to ASCII, which encodes the
/linux/Documentation/admin-guide/cifs/
H A Dintroduction.rst7 protocol which was the successor to the Server Message Block
/linux/drivers/media/pci/cx88/
H A DKconfig3 tristate "Conexant 2388x (bt878 successor) support"
/linux/tools/memory-model/
H A Dlinux-kernel.cat52 * successor, perhaps giving the impression that the ordering of the
/linux/LICENSES/deprecated/
H A DCC0-1.065 thereof, including any amended or successor version of such
/linux/fs/smb/client/
H A DKconfig28 protocol. CIFS was the successor to the original network filesystem
/linux/Documentation/scsi/
H A DFlashPoint.rst136 SCSI Host Adapter. The BT-948 is the Ultra SCSI successor to the BT-946C
/linux/LICENSES/preferred/
H A DLGPL-2.131 the successor of the GNU Library Public License, version 2, hence the
/linux/Documentation/kernel-hacking/
H A Dlocking.rst1097 pointer to the old element with a pointer to its successor, and readers