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

/linux-master/include/linux/
H A Dklist.h48 extern void klist_del(struct klist_node *n);
/linux-master/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) function
232 EXPORT_SYMBOL_GPL(klist_del); variable
249 klist_del(n);
H A Dlist-test.c1347 * Verify that klist_del() delays the deletion of a node until there
1373 klist_del(&c);
1398 * Verify that klist_del() deletes a node immediately when there are no
1416 klist_del(&c);
1478 klist_del(&a);
/linux-master/drivers/base/
H A Dattribute_container.c227 klist_del(&ic->node);
H A Dbus.c570 klist_del(&dev->p->knode_bus);
703 klist_del(&priv->knode_bus);
H A Dcore.c3886 klist_del(&dev->p->knode_parent);
3903 klist_del(&dev->p->knode_class);

Completed in 233 milliseconds