/linux/fs/nfsd/ |
H A D | filecache.c | 423 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument 427 while (!list_empty(dispose)) { in nfsd_file_dispose_list() 428 nf = list_first_entry(dispose, struct nfsd_file, nf_gc); in nfsd_file_dispose_list() 442 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument 444 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed() 445 struct nfsd_file *nf = list_first_entry(dispose, in nfsd_file_dispose_list_delayed() 480 LIST_HEAD(dispose); in nfsd_file_net_dispose() 485 list_move(l->freeme.next, &dispose); in nfsd_file_net_dispose() 492 nfsd_file_dispose_list(&dispose); in nfsd_file_net_dispose() 554 LIST_HEAD(dispose); in nfsd_file_gc() [all …]
|
H A D | nfscache.c | 121 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 D | nfs4layouts.c | 761 struct list_head *dispose) in nfsd4_layout_lm_change() argument 764 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
|
H A D | nfs4state.c | 5481 struct list_head *dispose) in nfsd_change_deleg_cb() argument 5489 return lease_modify(onlist, arg, dispose); in nfsd_change_deleg_cb()
|
/linux/fs/ |
H A D | dcache.c | 1069 LIST_HEAD(dispose); in d_prune_aliases() 1076 to_shrink_list(dentry, &dispose); in d_prune_aliases() 1080 shrink_dentry_list(&dispose); in d_prune_aliases() 1191 LIST_HEAD(dispose); in prune_dcache_sb() 1195 dentry_lru_isolate, &dispose); in prune_dcache_sb() 1196 shrink_dentry_list(&dispose); in prune_dcache_sb() 1231 LIST_HEAD(dispose); in shrink_dcache_sb() 1234 dentry_lru_isolate_shrink, &dispose, 1024); in shrink_dcache_sb() 1235 shrink_dentry_list(&dispose); in shrink_dcache_sb() 1458 struct list_head dispose; member [all …]
|
/linux/fs/xfs/ |
H A D | xfs_buf.c | 1694 struct list_head *dispose = arg; in xfs_buftarg_drain_rele() local 1711 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_drain_rele() 1743 LIST_HEAD(dispose); in xfs_buftarg_drain() 1752 &dispose, LONG_MAX); in xfs_buftarg_drain() 1754 while (!list_empty(&dispose)) { in xfs_buftarg_drain() 1756 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_drain() 1791 struct list_head *dispose = arg; in xfs_buftarg_isolate() local 1810 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate() 1821 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan() 1825 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan() [all …]
|
H A D | xfs_qm.c | 455 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/fs/gfs2/ |
H A D | quota.c | 154 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 D | glock.c | 2028 LIST_HEAD(dispose); in gfs2_scan_glock_lru() 2036 list_move(&gl->gl_lru, &dispose); in gfs2_scan_glock_lru() 2038 if (!list_empty(&dispose)) in gfs2_scan_glock_lru() 2039 freed = gfs2_dispose_glock_lru(&dispose); in gfs2_scan_glock_lru()
|
/linux/drivers/media/dvb-core/ |
H A D | dvb_ca_en50221.c | 1617 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 D | filelock.h | 395 struct list_head *dispose) in lease_modify() argument
|
/linux/fs/ceph/ |
H A D | dir.c | 1633 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()
|
H A D | mds_client.c | 1767 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/include/linux/usb/ |
H A D | gadget.h | 141 void (*dispose) (struct usb_ep *ep); member
|
/linux/LICENSES/dual/ |
H A 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)
|
H A 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
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | request-api.rst | 213 ... or close its file descriptor to completely dispose of it.
|
/linux/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | epn.c | 792 .dispose = ast_vhub_epn_dispose,
|
/linux/drivers/usb/gadget/ |
H A D | composite.c | 2543 if (ep->ops->dispose) in composite_dev_cleanup() 2544 ep->ops->dispose(ep); in composite_dev_cleanup()
|
/linux/Documentation/security/keys/ |
H A 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
|
/linux/Documentation/networking/ |
H A D | rxrpc.rst | 982 Messages should be handled to rxrpc_kernel_free_skb() to dispose of. It
|