/kernel/linux/linux-5.10/fs/nfsd/ |
D | filecache.c | 274 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 …]
|
D | nfs4layouts.c | 739 struct list_head *dispose) in nfsd4_layout_lm_change() argument 742 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
|
D | nfs4state.c | 4626 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/ |
D | nfs42xattr.c | 72 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/ |
D | locks.c | 388 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 …]
|
D | dcache.c | 1217 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 …]
|
D | inode.c | 629 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/ |
D | xfs_buf.c | 1797 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 …]
|
D | xfs_qm.c | 411 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/ |
D | dvb_ca_en50221.c | 1612 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/ |
D | quota.c | 148 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()
|
D | glock.c | 1823 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/ |
D | dir.c | 1356 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()
|
D | mds_client.c | 1468 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/ |
D | gadget.h | 140 void (*dispose) (struct usb_ep *ep); member
|
/kernel/linux/linux-5.10/LICENSES/dual/ |
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)
|
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
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
D | epn.c | 788 .dispose = ast_vhub_epn_dispose,
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | request-api.rst | 213 ... or close its file descriptor to completely dispose of it.
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
D | composite.c | 2280 if (ep->ops->dispose) in composite_dev_cleanup() 2281 ep->ops->dispose(ep); in composite_dev_cleanup()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs.h | 1290 struct list_head *dispose) in lease_modify() argument
|
/kernel/linux/linux-5.10/Documentation/security/keys/ |
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
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | rxrpc.rst | 975 Messages should be handled to rxrpc_kernel_free_skb() to dispose of. It
|