Searched refs:pending_free (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | lockdep.c | 347 struct pending_free { struct 367 struct pending_free pf[2]; argument 1024 struct pending_free *pf; in in_any_zapped_class_list() 5844 static void remove_class_from_lock_chain(struct pending_free *pf, in remove_class_from_lock_chain() 5880 static void remove_class_from_lock_chains(struct pending_free *pf, in remove_class_from_lock_chains() 5898 static void zap_class(struct pending_free *pf, struct lock_class *class) in zap_class() 5961 static struct pending_free *get_pending_free(void) in get_pending_free() 5972 static void call_rcu_zapped(struct pending_free *pf) in call_rcu_zapped() 5991 static void __free_zapped_classes(struct pending_free *pf) in __free_zapped_classes() 6011 struct pending_free *pf; in free_zapped_rcu() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/xen-blkback/ |
| H A D | blkback.c | 415 if (!list_empty(&ring->pending_free)) { in alloc_req() 416 req = list_entry(ring->pending_free.next, struct pending_req, in alloc_req() 434 was_empty = list_empty(&ring->pending_free); in free_req() 435 list_add(&req->free_list, &ring->pending_free); in free_req() 576 !list_empty(&ring->pending_free) || in xen_blkif_schedule()
|
| H A D | xenbus.c | 144 INIT_LIST_HEAD(&ring->pending_free); in xen_blkif_alloc_rings() 309 list_for_each_entry_safe(req, n, &ring->pending_free, free_list) { in xen_blkif_disconnect() 1021 list_add_tail(&req->free_list, &ring->pending_free); in read_per_ring_refs() 1045 list_for_each_entry_safe(req, n, &ring->pending_free, free_list) { in read_per_ring_refs()
|
| H A D | common.h | 268 struct list_head pending_free; member
|