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

/linux-master/include/linux/
H A Dklist.h49 extern void klist_remove(struct klist_node *n);
/linux-master/lib/
H A Dklist.c30 * klist_remove() will try to delete the node from the list and block until
235 * klist_remove - Decrement the refcount of node and wait for it to go away.
238 void klist_remove(struct klist_node *n) function
259 EXPORT_SYMBOL_GPL(klist_remove); variable
H A Dlist-test.c1450 klist_remove(&c);
/linux-master/drivers/base/
H A Dbus.c734 klist_remove(&drv->p->knode_bus);
H A Ddd.c1278 klist_remove(&dev->p->knode_driver);
H A Dcore.c4651 klist_remove(&dev->p->knode_parent);
4665 klist_remove(&dev->p->knode_parent);

Completed in 172 milliseconds