Home
last modified time | relevance | path

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

12

/linux-6.15/fs/nfsd/
H A Dfilecache.c406 while (!list_empty(dispose)) { in nfsd_file_dispose_list()
423 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
459 LIST_HEAD(dispose); in nfsd_file_net_dispose()
558 LIST_HEAD(dispose); in nfsd_file_gc()
570 &dispose, &nr); in nfsd_file_gc()
598 LIST_HEAD(dispose); in nfsd_file_lru_scan()
642 list_add(&nf->nf_gc, dispose); in nfsd_file_cond_queue()
692 LIST_HEAD(dispose); in nfsd_file_close_inode()
711 LIST_HEAD(dispose); in nfsd_file_close_inode_sync()
716 nfsd_file_dispose_list(&dispose); in nfsd_file_close_inode_sync()
[all …]
H A Dnfscache.c121 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()
265 unsigned int max, struct list_head *dispose) in nfsd_prune_bucket_locked() argument
287 list_add(&rp->c_lru, dispose); in nfsd_prune_bucket_locked()
328 LIST_HEAD(dispose); in nfsd_reply_cache_scan()
338 nfsd_prune_bucket_locked(nn, b, 0, &dispose); in nfsd_reply_cache_scan()
341 freed += nfsd_cacherep_dispose(&dispose); in nfsd_reply_cache_scan()
487 LIST_HEAD(dispose); in nfsd_cache_lookup()
512 nfsd_prune_bucket_locked(nn, b, 3, &dispose); in nfsd_cache_lookup()
[all …]
H A Dnfs4layouts.c762 struct list_head *dispose) in nfsd4_layout_lm_change() argument
765 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
H A Dnfs4state.c5489 struct list_head *dispose) in nfsd_change_deleg_cb() argument
5497 return lease_modify(onlist, arg, dispose); in nfsd_change_deleg_cb()
/linux-6.15/fs/nfs/
H A Dnfs42xattr.c72 struct list_head dispose; member
83 struct list_head dispose; member
240 INIT_LIST_HEAD(&entry->dispose); in nfs4_xattr_alloc_entry()
834 list_add_tail(&cache->dispose, dispose); in cache_lru_isolate()
841 LIST_HEAD(dispose); in nfs4_xattr_cache_scan()
847 while (!list_empty(&dispose)) { in nfs4_xattr_cache_scan()
849 dispose); in nfs4_xattr_cache_scan()
915 list_add_tail(&entry->dispose, dispose); in entry_lru_isolate()
922 LIST_HEAD(dispose); in nfs4_xattr_entry_scan()
932 while (!list_empty(&dispose)) { in nfs4_xattr_entry_scan()
[all …]
/linux-6.15/fs/
H A Dlocks.c369 while (!list_empty(dispose)) { in locks_dispose_list()
877 if (dispose) in locks_delete_lock_ctx()
1081 LIST_HEAD(dispose); in flock_lock_inode()
1141 locks_dispose_list(&dispose); in flock_lock_inode()
1157 LIST_HEAD(dispose); in posix_lock_inode()
1380 locks_dispose_list(&dispose); in posix_lock_inode()
1549 LIST_HEAD(dispose); in __break_lease()
1706 LIST_HEAD(dispose); in fcntl_getlease()
1781 LIST_HEAD(dispose); in generic_add_lease()
1892 LIST_HEAD(dispose); in generic_delete_lease()
[all …]
H A Ddcache.c1086 LIST_HEAD(dispose); in d_prune_aliases()
1097 shrink_dentry_list(&dispose); in d_prune_aliases()
1208 LIST_HEAD(dispose); in prune_dcache_sb()
1213 shrink_dentry_list(&dispose); in prune_dcache_sb()
1248 LIST_HEAD(dispose); in shrink_dcache_sb()
1252 shrink_dentry_list(&dispose); in shrink_dcache_sb()
1475 struct list_head dispose; member
1499 if (!list_empty(&data->dispose)) in select_collect()
1526 if (!list_empty(&data->dispose)) in select_collect2()
1543 INIT_LIST_HEAD(&data.dispose); in shrink_dcache_parent()
[all …]
H A Deventpoll.c901 bool dispose; in ep_clear_and_put() local
934 dispose = ep_refcount_dec_and_test(ep); in ep_clear_and_put()
937 if (dispose) in ep_clear_and_put()
1117 bool dispose; in eventpoll_release_file() local
1137 dispose = __ep_remove(ep, epi, true); in eventpoll_release_file()
1140 if (dispose) in eventpoll_release_file()
H A Dinode.c869 LIST_HEAD(dispose); in evict_inodes()
890 list_add(&inode->i_lru, &dispose); in evict_inodes()
900 dispose_list(&dispose); in evict_inodes()
906 dispose_list(&dispose); in evict_inodes()
/linux-6.15/fs/xfs/
H A Dxfs_buf.c1543 struct list_head *dispose = arg; in xfs_buftarg_drain_rele() local
1560 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_drain_rele()
1592 LIST_HEAD(dispose); in xfs_buftarg_drain()
1601 &dispose, LONG_MAX); in xfs_buftarg_drain()
1603 while (!list_empty(&dispose)) { in xfs_buftarg_drain()
1640 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1659 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1670 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1674 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
1676 while (!list_empty(&dispose)) { in xfs_buftarg_shrink_scan()
[all …]
H A Dxfs_qm.c455 struct list_head dispose; member
540 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
574 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
583 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
586 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
/linux-6.15/fs/gfs2/
H A Dquota.c154 struct list_head *dispose = arg; in gfs2_qd_isolate() local
165 list_lru_isolate_move(lru, &qd->qd_lru, dispose); in gfs2_qd_isolate()
176 LIST_HEAD(dispose); in gfs2_qd_shrink_scan()
183 gfs2_qd_isolate, &dispose); in gfs2_qd_shrink_scan()
185 gfs2_qd_list_dispose(&dispose); in gfs2_qd_shrink_scan()
1516 LIST_HEAD(dispose); in gfs2_quota_cleanup()
1533 list_add(&qd->qd_lru, &dispose); in gfs2_quota_cleanup()
1537 gfs2_qd_list_dispose(&dispose); in gfs2_quota_cleanup()
H A Dglock.c2030 LIST_HEAD(dispose); in gfs2_scan_glock_lru()
2038 list_move(&gl->gl_lru, &dispose); in gfs2_scan_glock_lru()
2040 if (!list_empty(&dispose)) in gfs2_scan_glock_lru()
2041 freed = gfs2_dispose_glock_lru(&dispose); in gfs2_scan_glock_lru()
/linux-6.15/drivers/media/dvb-core/
H A Ddvb_ca_en50221.c1617 int dispose = 0; in dvb_ca_en50221_io_read() local
1680 dispose = 1; in dvb_ca_en50221_io_read()
1684 if (dispose) in dvb_ca_en50221_io_read()
1687 dispose = 0; in dvb_ca_en50221_io_read()
/linux-6.15/include/linux/
H A Dfilelock.h395 struct list_head *dispose) in lease_modify() argument
/linux-6.15/include/linux/usb/
H A Dgadget.h141 void (*dispose) (struct usb_ep *ep); member
/linux-6.15/fs/ceph/
H A Ddir.c1642 LIST_HEAD(dispose); in __dentry_leases_walk()
1686 list_move_tail(&di->lease_list, &dispose); in __dentry_leases_walk()
1697 while (!list_empty(&dispose)) { in __dentry_leases_walk()
1698 di = list_first_entry(&dispose, struct ceph_dentry_info, in __dentry_leases_walk()
H A Dmds_client.c1767 struct list_head *dispose) in dispose_cap_releases() argument
1769 while (!list_empty(dispose)) { in dispose_cap_releases()
1772 cap = list_first_entry(dispose, struct ceph_cap, session_caps); in dispose_cap_releases()
1918 LIST_HEAD(dispose); in remove_session_caps()
1954 detach_cap_releases(session, &dispose); in remove_session_caps()
1959 dispose_cap_releases(session->s_mdsc, &dispose); in remove_session_caps()
4841 LIST_HEAD(dispose); in send_mds_reconnect()
4874 detach_cap_releases(session, &dispose); in send_mds_reconnect()
4876 dispose_cap_releases(mdsc, &dispose); in send_mds_reconnect()
/linux-6.15/LICENSES/dual/
H A DCDDL-1.0103 dispose of the Original Software (or portions thereof).
136 offer for sale, have made, and/or otherwise dispose of: (1)
H A 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
/linux-6.15/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c792 .dispose = ast_vhub_epn_dispose,
/linux-6.15/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst213 ... or close its file descriptor to completely dispose of it.
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c2541 if (ep->ops->dispose) in composite_dev_cleanup()
2542 ep->ops->dispose(ep); in composite_dev_cleanup()
/linux-6.15/Documentation/security/keys/
H A 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
/linux-6.15/Documentation/networking/
H A Drxrpc.rst982 Messages should be handled to rxrpc_kernel_free_skb() to dispose of. It

12