Home
last modified time | relevance | path

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

12

/linux/fs/nfsd/
H A Dfilecache.c410 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument
414 while (!list_empty(dispose)) { in nfsd_file_dispose_list()
415 nf = list_first_entry(dispose, struct nfsd_file, nf_gc); in nfsd_file_dispose_list()
429 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument
431 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
432 struct nfsd_file *nf = list_first_entry(dispose, in nfsd_file_dispose_list_delayed()
467 LIST_HEAD(dispose); in nfsd_file_net_dispose()
472 list_move(l->freeme.next, &dispose); in nfsd_file_net_dispose()
479 nfsd_file_dispose_list(&dispose); in nfsd_file_net_dispose()
566 LIST_HEAD(dispose); in nfsd_file_gc()
[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()
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 Dnfs4layouts.c761 struct list_head *dispose) in nfsd4_layout_lm_change() argument
764 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
/linux/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()
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/fs/
H A 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 …]
H A Ddcache.c1095 LIST_HEAD(dispose); in d_prune_aliases()
1102 to_shrink_list(dentry, &dispose); in d_prune_aliases()
1106 shrink_dentry_list(&dispose); in d_prune_aliases()
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()
1484 struct list_head dispose; member
[all …]
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()
H A Deventpoll.c1116 bool dispose; in eventpoll_release_file() local
1136 dispose = __ep_remove(ep, epi, true); in eventpoll_release_file()
1139 if (dispose && ep_refcount_dec_and_test(ep)) in eventpoll_release_file()
/linux/fs/xfs/
H A Dxfs_buf.c1513 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 …]
H A Dxfs_qm.c456 struct list_head dispose; member
525 list_lru_isolate_move(lru, &dqp->q_lru, &isol->dispose); in xfs_qm_dquot_isolate()
553 INIT_LIST_HEAD(&isol.dispose); in xfs_qm_shrink_scan()
562 while (!list_empty(&isol.dispose)) { in xfs_qm_shrink_scan()
565 dqp = list_first_entry(&isol.dispose, struct xfs_dquot, q_lru); in xfs_qm_shrink_scan()
/linux/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.c2015 LIST_HEAD(dispose); in gfs2_scan_glock_lru()
2023 list_move(&gl->gl_lru, &dispose); in gfs2_scan_glock_lru()
2025 if (!list_empty(&dispose)) in gfs2_scan_glock_lru()
2026 freed = gfs2_dispose_glock_lru(&dispose); in gfs2_scan_glock_lru()
/linux/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/include/linux/
H A Dfilelock.h400 struct list_head *dispose) in lease_modify() argument
/linux/fs/ceph/
H A Ddir.c1637 LIST_HEAD(dispose); in __dentry_leases_walk()
1681 list_move_tail(&di->lease_list, &dispose); in __dentry_leases_walk()
1692 while (!list_empty(&dispose)) { in __dentry_leases_walk()
1693 di = list_first_entry(&dispose, struct ceph_dentry_info, in __dentry_leases_walk()
H A Dmds_client.c1768 struct list_head *dispose) in dispose_cap_releases() argument
1770 while (!list_empty(dispose)) { in dispose_cap_releases()
1773 cap = list_first_entry(dispose, struct ceph_cap, session_caps); in dispose_cap_releases()
1919 LIST_HEAD(dispose); in remove_session_caps()
1955 detach_cap_releases(session, &dispose); in remove_session_caps()
1960 dispose_cap_releases(session->s_mdsc, &dispose); in remove_session_caps()
4885 LIST_HEAD(dispose); in send_mds_reconnect()
4918 detach_cap_releases(session, &dispose); in send_mds_reconnect()
4920 dispose_cap_releases(mdsc, &dispose); in send_mds_reconnect()
/linux/include/linux/usb/
H A Dgadget.h144 void (*dispose) (struct usb_ep *ep); member
/linux/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/Documentation/userspace-api/media/mediactl/
H A Drequest-api.rst213 ... or close its file descriptor to completely dispose of it.
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Depn.c792 .dispose = ast_vhub_epn_dispose,
/linux/drivers/usb/gadget/
H A Dcomposite.c2522 if (ep->ops->dispose) in composite_dev_cleanup()
2523 ep->ops->dispose(ep); in composite_dev_cleanup()
/linux/Documentation/gpu/
H A Dtodo.rst497 care must be taken to dispose of the drm_bridge object when the
/linux/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/Documentation/networking/
H A Drxrpc.rst979 Messages should be handled to rxrpc_kernel_free_skb() to dispose of. It

12