Home
last modified time | relevance | path

Searched refs:dispose (Results 1 – 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
Dfilecache.c274 nfsd_file_unhash_and_release_locked(struct nfsd_file *nf, struct list_head *dispose) in nfsd_file_unhash_and_release_locked() argument
285 list_add(&nf->nf_lru, dispose); in nfsd_file_unhash_and_release_locked()
329 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument
333 while(!list_empty(dispose)) { in nfsd_file_dispose_list()
334 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list()
341 nfsd_file_dispose_list_sync(struct list_head *dispose) in nfsd_file_dispose_list_sync() argument
346 while(!list_empty(dispose)) { in nfsd_file_dispose_list_sync()
347 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync()
398 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument
403 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
[all …]
Dnfs4layouts.c739 struct list_head *dispose) in nfsd4_layout_lm_change() argument
742 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
Dnfs4state.c4626 struct list_head *dispose) in nfsd_change_deleg_cb() argument
4629 return lease_modify(onlist, arg, dispose); in nfsd_change_deleg_cb()
/kernel/linux/linux-5.10/fs/nfs/
Dnfs42xattr.c72 struct list_head dispose; member
83 struct list_head dispose; member
240 INIT_LIST_HEAD(&entry->dispose); in nfs4_xattr_alloc_entry()
827 struct list_head *dispose = arg; in cache_lru_isolate() local
854 list_add_tail(&cache->dispose, dispose); in cache_lru_isolate()
861 LIST_HEAD(dispose); in nfs4_xattr_cache_scan()
866 cache_lru_isolate, &dispose); in nfs4_xattr_cache_scan()
867 while (!list_empty(&dispose)) { in nfs4_xattr_cache_scan()
868 cache = list_first_entry(&dispose, struct nfs4_xattr_cache, in nfs4_xattr_cache_scan()
869 dispose); in nfs4_xattr_cache_scan()
[all …]
/kernel/linux/linux-5.10/fs/
Dlocks.c388 locks_dispose_list(struct list_head *dispose) in locks_dispose_list() argument
392 while (!list_empty(dispose)) { in locks_dispose_list()
393 fl = list_first_entry(dispose, struct file_lock, fl_list); in locks_dispose_list()
893 locks_delete_lock_ctx(struct file_lock *fl, struct list_head *dispose) in locks_delete_lock_ctx() argument
896 if (dispose) in locks_delete_lock_ctx()
897 list_add(&fl->fl_list, dispose); in locks_delete_lock_ctx()
1066 LIST_HEAD(dispose); in flock_lock_inode()
1092 locks_delete_lock_ctx(fl, &dispose); in flock_lock_inode()
1126 locks_dispose_list(&dispose); in flock_lock_inode()
1142 LIST_HEAD(dispose); in posix_lock_inode()
[all …]
Ddcache.c1217 LIST_HEAD(dispose); in prune_dcache_sb()
1221 dentry_lru_isolate, &dispose); in prune_dcache_sb()
1222 shrink_dentry_list(&dispose); in prune_dcache_sb()
1257 LIST_HEAD(dispose); in shrink_dcache_sb()
1260 dentry_lru_isolate_shrink, &dispose, 1024); in shrink_dcache_sb()
1261 shrink_dentry_list(&dispose); in shrink_dcache_sb()
1490 struct list_head dispose; member
1507 d_shrink_add(dentry, &data->dispose); in select_collect()
1516 if (!list_empty(&data->dispose)) in select_collect()
1540 d_shrink_add(dentry, &data->dispose); in select_collect2()
[all …]
Dinode.c629 LIST_HEAD(dispose); in evict_inodes()
646 list_add(&inode->i_lru, &dispose); in evict_inodes()
656 dispose_list(&dispose); in evict_inodes()
662 dispose_list(&dispose); in evict_inodes()
680 LIST_HEAD(dispose); in invalidate_inodes()
704 list_add(&inode->i_lru, &dispose); in invalidate_inodes()
708 dispose_list(&dispose); in invalidate_inodes()
714 dispose_list(&dispose); in invalidate_inodes()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_buf.c1797 struct list_head *dispose = arg; in xfs_buftarg_wait_rele() local
1813 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_wait_rele()
1822 LIST_HEAD(dispose); in xfs_wait_buftarg()
1845 &dispose, LONG_MAX); in xfs_wait_buftarg()
1847 while (!list_empty(&dispose)) { in xfs_wait_buftarg()
1849 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_wait_buftarg()
1885 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1904 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1916 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1920 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
[all …]
Dxfs_qm.c411 struct list_head dispose; member
479 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
513 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
522 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
525 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
Ddvb_ca_en50221.c1612 int dispose = 0; in dvb_ca_en50221_io_read() local
1675 dispose = 1; in dvb_ca_en50221_io_read()
1679 if (dispose) in dvb_ca_en50221_io_read()
1682 dispose = 0; in dvb_ca_en50221_io_read()
/kernel/linux/linux-5.10/fs/gfs2/
Dquota.c148 struct list_head *dispose = arg; in gfs2_qd_isolate() local
156 list_lru_isolate_move(lru, &qd->qd_lru, dispose); in gfs2_qd_isolate()
166 LIST_HEAD(dispose); in gfs2_qd_shrink_scan()
173 gfs2_qd_isolate, &dispose); in gfs2_qd_shrink_scan()
175 gfs2_qd_dispose(&dispose); in gfs2_qd_shrink_scan()
Dglock.c1823 LIST_HEAD(dispose); in gfs2_scan_glock_lru()
1832 list_move(&gl->gl_lru, &dispose); in gfs2_scan_glock_lru()
1841 if (!list_empty(&dispose)) in gfs2_scan_glock_lru()
1842 gfs2_dispose_glock_lru(&dispose); in gfs2_scan_glock_lru()
/kernel/linux/linux-5.10/fs/ceph/
Ddir.c1356 LIST_HEAD(dispose); in __dentry_leases_walk()
1397 list_move_tail(&di->lease_list, &dispose); in __dentry_leases_walk()
1408 while (!list_empty(&dispose)) { in __dentry_leases_walk()
1409 di = list_first_entry(&dispose, struct ceph_dentry_info, in __dentry_leases_walk()
Dmds_client.c1468 struct list_head *dispose) in dispose_cap_releases() argument
1470 while (!list_empty(dispose)) { in dispose_cap_releases()
1473 cap = list_first_entry(dispose, struct ceph_cap, session_caps); in dispose_cap_releases()
1717 LIST_HEAD(dispose); in remove_session_caps()
1754 detach_cap_releases(session, &dispose); in remove_session_caps()
1759 dispose_cap_releases(session->s_mdsc, &dispose); in remove_session_caps()
3945 LIST_HEAD(dispose); in send_mds_reconnect()
3980 detach_cap_releases(session, &dispose); in send_mds_reconnect()
3982 dispose_cap_releases(mdsc, &dispose); in send_mds_reconnect()
/kernel/linux/linux-5.10/include/linux/usb/
Dgadget.h140 void (*dispose) (struct usb_ep *ep); member
/kernel/linux/linux-5.10/LICENSES/dual/
DCDDL-1.0103 dispose of the Original Software (or portions thereof).
136 offer for sale, have made, and/or otherwise dispose of: (1)
DMPL-1.1109 sell, and offer for sale, and/or otherwise dispose of the
137 made, and/or otherwise dispose of: 1) Modifications made by that
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c788 .dispose = ast_vhub_epn_dispose,
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Drequest-api.rst213 ... or close its file descriptor to completely dispose of it.
/kernel/linux/linux-5.10/drivers/usb/gadget/
Dcomposite.c2280 if (ep->ops->dispose) in composite_dev_cleanup()
2281 ep->ops->dispose(ep); in composite_dev_cleanup()
/kernel/linux/linux-5.10/include/linux/
Dfs.h1290 struct list_head *dispose) in lease_modify() argument
/kernel/linux/linux-5.10/Documentation/security/keys/
Dcore.rst1366 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
/kernel/linux/linux-5.10/Documentation/networking/
Drxrpc.rst975 Messages should be handled to rxrpc_kernel_free_skb() to dispose of. It