Home
last modified time | relevance | path

Searched refs:klist_del (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dklist.c28 * When deleting, klist_del() will simply decrement the reference count.
225 * klist_del - Decrement the reference count of node and try to remove.
228 void klist_del(struct klist_node *n) in klist_del() function
232 EXPORT_SYMBOL_GPL(klist_del); variable
249 klist_del(n); in klist_remove()
/kernel/linux/linux-6.6/lib/
H A Dklist.c28 * When deleting, klist_del() will simply decrement the reference count.
225 * klist_del - Decrement the reference count of node and try to remove.
228 void klist_del(struct klist_node *n) in klist_del() function
232 EXPORT_SYMBOL_GPL(klist_del); variable
249 klist_del(n); in klist_remove()
H A Dlist-test.c1347 * Verify that klist_del() delays the deletion of a node until there
1373 klist_del(&c); in klist_test_del_refcount_greater_than_zero()
1398 * Verify that klist_del() deletes a node immediately when there are no
1416 klist_del(&c); in klist_test_del_refcount_zero()
1478 klist_del(&a); in klist_test_node_attached()
/kernel/linux/linux-5.10/include/linux/
H A Dklist.h48 extern void klist_del(struct klist_node *n);
/kernel/linux/linux-6.6/include/linux/
H A Dklist.h48 extern void klist_del(struct klist_node *n);
/kernel/linux/linux-5.10/drivers/base/
H A Dattribute_container.c227 klist_del(&ic->node); in attribute_container_remove_device()
H A Dbus.c529 klist_del(&dev->p->knode_bus); in bus_remove_device()
652 klist_del(&priv->knode_bus); in bus_add_driver()
H A Dcore.c3157 klist_del(&dev->p->knode_parent); in device_del()
3173 klist_del(&dev->p->knode_class); in device_del()
/kernel/linux/linux-6.6/drivers/base/
H A Dattribute_container.c227 klist_del(&ic->node); in attribute_container_remove_device()
H A Dbus.c570 klist_del(&dev->p->knode_bus); in bus_remove_device()
703 klist_del(&priv->knode_bus); in bus_add_driver()
H A Dcore.c3797 klist_del(&dev->p->knode_parent); in device_del()
3814 klist_del(&dev->p->knode_class); in device_del()

Completed in 23 milliseconds