Searched refs:pending_free (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/locking/
H A Dlockdep.c374 * struct pending_free - information about data structures about to be freed
379 struct pending_free { struct
399 struct pending_free pf[2];
1064 struct pending_free *pf;
6065 static void remove_class_from_lock_chain(struct pending_free *pf,
6101 static void remove_class_from_lock_chains(struct pending_free *pf,
6119 static void zap_class(struct pending_free *pf, struct lock_class *class)
6179 static struct pending_free *get_pending_free(void)
6190 static void call_rcu_zapped(struct pending_free *pf)
6209 static void __free_zapped_classes(struct pending_free *p
[all...]
/linux-master/drivers/block/xen-blkback/
H A Dxenbus.c144 INIT_LIST_HEAD(&ring->pending_free);
309 list_for_each_entry_safe(req, n, &ring->pending_free, free_list) {
1016 list_add_tail(&req->free_list, &ring->pending_free);
1040 list_for_each_entry_safe(req, n, &ring->pending_free, free_list) {
H A Dcommon.h268 struct list_head pending_free; member in struct:xen_blkif_ring
H A Dblkback.c420 if (!list_empty(&ring->pending_free)) {
421 req = list_entry(ring->pending_free.next, struct pending_req,
439 was_empty = list_empty(&ring->pending_free);
440 list_add(&req->free_list, &ring->pending_free);
581 !list_empty(&ring->pending_free) ||

Completed in 160 milliseconds