| /linux/fs/nfsd/ |
| H A D | nfscache.c | 121 nfsd_cacherep_dispose(struct list_head *dispose) in nfsd_cacherep_dispose() argument 126 while (!list_empty(dispose)) { in nfsd_cacherep_dispose() 127 rp = list_first_entry(dispose, struct nfsd_cacherep, c_lru); in nfsd_cacherep_dispose() 261 unsigned int max, struct list_head *dispose) in nfsd_prune_bucket_locked() argument 276 list_add(&rp->c_lru, dispose); in nfsd_prune_bucket_locked() 317 LIST_HEAD(dispose); in nfsd_reply_cache_scan() 327 nfsd_prune_bucket_locked(nn, b, 0, &dispose); in nfsd_reply_cache_scan() 330 freed += nfsd_cacherep_dispose(&dispose); in nfsd_reply_cache_scan() 474 LIST_HEAD(dispose); in nfsd_cache_lookup() 499 nfsd_prune_bucket_locked(nn, b, 3, &dispose); in nfsd_cache_lookup() [all …]
|
| H A D | nfs4layouts.c | 761 struct list_head *dispose) in nfsd4_layout_lm_change() argument 764 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
|
| H A D | nfs4state.c | 5545 struct list_head *dispose) in nfsd_change_deleg_cb() argument 5553 return lease_modify(onlist, arg, dispose); in nfsd_change_deleg_cb()
|
| /linux/fs/ |
| H A D | locks.c | 365 locks_dispose_list(struct list_head *dispose) in locks_dispose_list() argument 369 while (!list_empty(dispose)) { in locks_dispose_list() 370 flc = list_first_entry(dispose, struct file_lock_core, flc_list); in locks_dispose_list() 874 locks_delete_lock_ctx(struct file_lock_core *fl, struct list_head *dispose) in locks_delete_lock_ctx() argument 877 if (dispose) in locks_delete_lock_ctx() 878 list_add(&fl->flc_list, dispose); in locks_delete_lock_ctx() 1081 LIST_HEAD(dispose); in flock_lock_inode() 1107 locks_delete_lock_ctx(&fl->c, &dispose); in flock_lock_inode() 1141 locks_dispose_list(&dispose); in flock_lock_inode() 1157 LIST_HEAD(dispose); in posix_lock_inode() [all …]
|
| H A D | dcache.c | 1107 void d_dispose_if_unused(struct dentry *dentry, struct list_head *dispose) in d_dispose_if_unused() argument 1111 to_shrink_list(dentry, dispose); in d_dispose_if_unused() 1122 LIST_HEAD(dispose); in d_prune_aliases() 1127 d_dispose_if_unused(dentry, &dispose); in d_prune_aliases() 1129 shrink_dentry_list(&dispose); in d_prune_aliases() 1241 LIST_HEAD(dispose); in prune_dcache_sb() 1245 dentry_lru_isolate, &dispose); in prune_dcache_sb() 1246 shrink_dentry_list(&dispose); in prune_dcache_sb() 1281 LIST_HEAD(dispose); in shrink_dcache_sb() 1284 dentry_lru_isolate_shrink, &dispose, 1024); in shrink_dcache_sb() [all …]
|
| H A D | inode.c | 896 LIST_HEAD(dispose); in evict_inodes() 917 list_add(&inode->i_lru, &dispose); in evict_inodes() 927 dispose_list(&dispose); in evict_inodes() 933 dispose_list(&dispose); in evict_inodes()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 1513 struct list_head *dispose = arg; in xfs_buftarg_drain_rele() local 1530 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_drain_rele() 1562 LIST_HEAD(dispose); in xfs_buftarg_drain() 1571 &dispose, LONG_MAX); in xfs_buftarg_drain() 1573 while (!list_empty(&dispose)) { in xfs_buftarg_drain() 1575 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_drain() 1610 struct list_head *dispose = arg; in xfs_buftarg_isolate() local 1629 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate() 1640 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan() 1644 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan() [all …]
|
| /linux/fs/ceph/ |
| H A D | dir.c | 1638 LIST_HEAD(dispose); in __dentry_leases_walk() 1682 list_move_tail(&di->lease_list, &dispose); in __dentry_leases_walk() 1693 while (!list_empty(&dispose)) { in __dentry_leases_walk() 1694 di = list_first_entry(&dispose, struct ceph_dentry_info, in __dentry_leases_walk()
|
| H A D | mds_client.c | 1769 struct list_head *dispose) in dispose_cap_releases() argument 1771 while (!list_empty(dispose)) { in dispose_cap_releases() 1774 cap = list_first_entry(dispose, struct ceph_cap, session_caps); in dispose_cap_releases() 1920 LIST_HEAD(dispose); in remove_session_caps() 1956 detach_cap_releases(session, &dispose); in remove_session_caps() 1961 dispose_cap_releases(session->s_mdsc, &dispose); in remove_session_caps() 4901 LIST_HEAD(dispose); in send_mds_reconnect() 4934 detach_cap_releases(session, &dispose); in send_mds_reconnect() 4936 dispose_cap_releases(mdsc, &dispose); in send_mds_reconnect()
|
| /linux/include/linux/usb/ |
| H A D | gadget.h | 144 void (*dispose) (struct usb_ep *ep); member
|
| /linux/LICENSES/dual/ |
| H A D | CDDL-1.0 | 103 dispose of the Original Software (or portions thereof). 136 offer for sale, have made, and/or otherwise dispose of: (1)
|
| H A D | MPL-1.1 | 109 sell, and offer for sale, and/or otherwise dispose of the 137 made, and/or otherwise dispose of: 1) Modifications made by that
|
| /linux/fs/fuse/ |
| H A D | dir.c | 162 LIST_HEAD(dispose); in fuse_dentry_tree_work() 176 d_dispose_if_unused(fd->dentry, &dispose); in fuse_dentry_tree_work() 184 shrink_dentry_list(&dispose); in fuse_dentry_tree_work()
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | request-api.rst | 213 ... or close its file descriptor to completely dispose of it.
|
| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 792 .dispose = ast_vhub_epn_dispose,
|
| /linux/drivers/usb/gadget/ |
| H A D | composite.c | 2522 if (ep->ops->dispose) in composite_dev_cleanup() 2523 ep->ops->dispose(ep); in composite_dev_cleanup()
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1366 to set the pointer and dispose of the old contents after a grace period. 1516 be made under RCU conditions, and call_rcu() must be used to dispose of
|