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

/linux-4.4.14/include/linux/
H A Dklist.h51 extern void klist_remove(struct klist_node *n);
/linux-4.4.14/lib/
H A Dklist.c31 * klist_remove() will try to delete the node from the list and block until
236 * klist_remove - Decrement the refcount of node and wait for it to go away.
239 void klist_remove(struct klist_node *n) klist_remove() function
260 EXPORT_SYMBOL_GPL(klist_remove); variable
/linux-4.4.14/drivers/crypto/ux500/cryp/
H A Dcryp_core.c1580 klist_remove(&device_data->list_node); ux500_cryp_remove()
1627 klist_remove(&device_data->list_node); ux500_cryp_shutdown()
/linux-4.4.14/drivers/base/
H A Ddd.c699 klist_remove(&dev->p->knode_driver); __device_release_driver()
H A Dcore.c1986 klist_remove(&dev->p->knode_parent); device_move()
2000 klist_remove(&dev->p->knode_parent); device_move()
H A Dbus.c764 klist_remove(&drv->p->knode_bus); bus_remove_driver()
/linux-4.4.14/drivers/crypto/ux500/hash/
H A Dhash_core.c1789 klist_remove(&device_data->list_node); ux500_hash_remove()
1838 klist_remove(&device_data->list_node); ux500_hash_shutdown()

Completed in 1365 milliseconds