Home
last modified time | relevance | path

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

12

/linux-6.12.1/fs/nfsd/
Dfilecache.c422 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument
426 while (!list_empty(dispose)) { in nfsd_file_dispose_list()
427 nf = list_first_entry(dispose, struct nfsd_file, nf_gc); in nfsd_file_dispose_list()
441 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument
443 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
444 struct nfsd_file *nf = list_first_entry(dispose, in nfsd_file_dispose_list_delayed()
470 LIST_HEAD(dispose); in nfsd_file_net_dispose()
475 list_move(l->freeme.next, &dispose); in nfsd_file_net_dispose()
482 nfsd_file_dispose_list(&dispose); in nfsd_file_net_dispose()
547 LIST_HEAD(dispose); in nfsd_file_gc()
[all …]
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 …]
Dnfs4layouts.c761 struct list_head *dispose) in nfsd4_layout_lm_change() argument
764 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
Dnfs4state.c5322 struct list_head *dispose) in nfsd_change_deleg_cb() argument
5330 return lease_modify(onlist, arg, dispose); in nfsd_change_deleg_cb()
/linux-6.12.1/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()
807 struct list_head *dispose = arg; in cache_lru_isolate() local
834 list_add_tail(&cache->dispose, dispose); in cache_lru_isolate()
841 LIST_HEAD(dispose); in nfs4_xattr_cache_scan()
846 cache_lru_isolate, &dispose); in nfs4_xattr_cache_scan()
847 while (!list_empty(&dispose)) { in nfs4_xattr_cache_scan()
848 cache = list_first_entry(&dispose, struct nfs4_xattr_cache, in nfs4_xattr_cache_scan()
849 dispose); in nfs4_xattr_cache_scan()
[all …]
/linux-6.12.1/fs/
Dlocks.c365 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 …]
Ddcache.c1041 LIST_HEAD(dispose); in d_prune_aliases()
1048 to_shrink_list(dentry, &dispose); in d_prune_aliases()
1052 shrink_dentry_list(&dispose); in d_prune_aliases()
1163 LIST_HEAD(dispose); in prune_dcache_sb()
1167 dentry_lru_isolate, &dispose); in prune_dcache_sb()
1168 shrink_dentry_list(&dispose); in prune_dcache_sb()
1203 LIST_HEAD(dispose); in shrink_dcache_sb()
1206 dentry_lru_isolate_shrink, &dispose, 1024); in shrink_dcache_sb()
1207 shrink_dentry_list(&dispose); in shrink_dcache_sb()
1430 struct list_head dispose; member
[all …]
Dinode.c791 LIST_HEAD(dispose); in evict_inodes()
812 list_add(&inode->i_lru, &dispose); in evict_inodes()
822 dispose_list(&dispose); in evict_inodes()
828 dispose_list(&dispose); in evict_inodes()
841 LIST_HEAD(dispose); in invalidate_inodes()
859 list_add(&inode->i_lru, &dispose); in invalidate_inodes()
863 dispose_list(&dispose); in invalidate_inodes()
869 dispose_list(&dispose); in invalidate_inodes()
Deventpoll.c871 bool dispose; in ep_clear_and_put() local
904 dispose = ep_refcount_dec_and_test(ep); in ep_clear_and_put()
907 if (dispose) in ep_clear_and_put()
1087 bool dispose; in eventpoll_release_file() local
1107 dispose = __ep_remove(ep, epi, true); in eventpoll_release_file()
1110 if (dispose) in eventpoll_release_file()
/linux-6.12.1/fs/xfs/
Dxfs_buf.c1865 struct list_head *dispose = arg; in xfs_buftarg_drain_rele() local
1881 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_drain_rele()
1914 LIST_HEAD(dispose); in xfs_buftarg_drain()
1923 &dispose, LONG_MAX); in xfs_buftarg_drain()
1925 while (!list_empty(&dispose)) { in xfs_buftarg_drain()
1927 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_drain()
1963 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1982 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1993 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1997 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
[all …]
Dxfs_qm.c408 struct list_head dispose; member
482 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
517 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
526 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
529 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
/linux-6.12.1/fs/gfs2/
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()
1517 LIST_HEAD(dispose); in gfs2_quota_cleanup()
1534 list_add(&qd->qd_lru, &dispose); in gfs2_quota_cleanup()
1538 gfs2_qd_list_dispose(&dispose); in gfs2_quota_cleanup()
Dglock.c2054 LIST_HEAD(dispose); in gfs2_scan_glock_lru()
2062 list_move(&gl->gl_lru, &dispose); in gfs2_scan_glock_lru()
2064 if (!list_empty(&dispose)) in gfs2_scan_glock_lru()
2065 freed = gfs2_dispose_glock_lru(&dispose); in gfs2_scan_glock_lru()
/linux-6.12.1/drivers/media/dvb-core/
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.12.1/include/linux/
Dfilelock.h390 struct list_head *dispose) in lease_modify() argument
/linux-6.12.1/fs/ceph/
Ddir.c1633 LIST_HEAD(dispose); in __dentry_leases_walk()
1677 list_move_tail(&di->lease_list, &dispose); in __dentry_leases_walk()
1688 while (!list_empty(&dispose)) { in __dentry_leases_walk()
1689 di = list_first_entry(&dispose, struct ceph_dentry_info, in __dentry_leases_walk()
Dmds_client.c1775 struct list_head *dispose) in dispose_cap_releases() argument
1777 while (!list_empty(dispose)) { in dispose_cap_releases()
1780 cap = list_first_entry(dispose, struct ceph_cap, session_caps); in dispose_cap_releases()
1926 LIST_HEAD(dispose); in remove_session_caps()
1962 detach_cap_releases(session, &dispose); in remove_session_caps()
1967 dispose_cap_releases(session->s_mdsc, &dispose); in remove_session_caps()
4847 LIST_HEAD(dispose); in send_mds_reconnect()
4880 detach_cap_releases(session, &dispose); in send_mds_reconnect()
4882 dispose_cap_releases(mdsc, &dispose); in send_mds_reconnect()
/linux-6.12.1/include/linux/usb/
Dgadget.h141 void (*dispose) (struct usb_ep *ep); member
/linux-6.12.1/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
/linux-6.12.1/drivers/usb/gadget/udc/aspeed-vhub/
Depn.c792 .dispose = ast_vhub_epn_dispose,
/linux-6.12.1/Documentation/userspace-api/media/mediactl/
Drequest-api.rst213 ... or close its file descriptor to completely dispose of it.
/linux-6.12.1/drivers/usb/gadget/
Dcomposite.c2530 if (ep->ops->dispose) in composite_dev_cleanup()
2531 ep->ops->dispose(ep); in composite_dev_cleanup()
/linux-6.12.1/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
/linux-6.12.1/Documentation/networking/
Drxrpc.rst982 Messages should be handled to rxrpc_kernel_free_skb() to dispose of. It

12