Home
last modified time | relevance | path

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

123

/openbmc/linux/fs/nfsd/
H A Dfilecache.c395 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument
399 while (!list_empty(dispose)) { in nfsd_file_dispose_list()
400 nf = list_first_entry(dispose, struct nfsd_file, nf_gc); in nfsd_file_dispose_list()
414 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument
416 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
417 struct nfsd_file *nf = list_first_entry(dispose, in nfsd_file_dispose_list_delayed()
490 LIST_HEAD(dispose); in nfsd_file_gc()
494 &dispose, list_lru_count(&nfsd_file_lru)); in nfsd_file_gc()
496 nfsd_file_dispose_list_delayed(&dispose); in nfsd_file_gc()
516 LIST_HEAD(dispose); in nfsd_file_lru_scan()
[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()
263 unsigned int max, struct list_head *dispose) in nfsd_prune_bucket_locked() argument
285 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()
490 LIST_HEAD(dispose); in nfsd_cache_lookup()
515 nfsd_prune_bucket_locked(nn, b, 3, &dispose); in nfsd_cache_lookup()
[all …]
H A Dnfs4layouts.c740 struct list_head *dispose) in nfsd4_layout_lm_change() argument
743 return lease_modify(onlist, arg, dispose); in nfsd4_layout_lm_change()
/openbmc/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()
826 struct list_head *dispose = arg; in cache_lru_isolate() local
853 list_add_tail(&cache->dispose, dispose); in cache_lru_isolate()
860 LIST_HEAD(dispose); in nfs4_xattr_cache_scan()
865 cache_lru_isolate, &dispose); in nfs4_xattr_cache_scan()
866 while (!list_empty(&dispose)) { in nfs4_xattr_cache_scan()
867 cache = list_first_entry(&dispose, struct nfs4_xattr_cache, in nfs4_xattr_cache_scan()
868 dispose); in nfs4_xattr_cache_scan()
[all …]
/openbmc/linux/fs/
H A Dlocks.c341 locks_dispose_list(struct list_head *dispose) in locks_dispose_list() argument
345 while (!list_empty(dispose)) { in locks_dispose_list()
346 fl = list_first_entry(dispose, struct file_lock, fl_list); in locks_dispose_list()
830 locks_delete_lock_ctx(struct file_lock *fl, struct list_head *dispose) in locks_delete_lock_ctx() argument
833 if (dispose) in locks_delete_lock_ctx()
834 list_add(&fl->fl_list, dispose); in locks_delete_lock_ctx()
1029 LIST_HEAD(dispose); in flock_lock_inode()
1055 locks_delete_lock_ctx(fl, &dispose); in flock_lock_inode()
1089 locks_dispose_list(&dispose); in flock_lock_inode()
1105 LIST_HEAD(dispose); in posix_lock_inode()
[all …]
H A Ddcache.c1282 LIST_HEAD(dispose); in prune_dcache_sb()
1286 dentry_lru_isolate, &dispose); in prune_dcache_sb()
1287 shrink_dentry_list(&dispose); in prune_dcache_sb()
1322 LIST_HEAD(dispose); in shrink_dcache_sb()
1325 dentry_lru_isolate_shrink, &dispose, 1024); in shrink_dcache_sb()
1326 shrink_dentry_list(&dispose); in shrink_dcache_sb()
1555 struct list_head dispose; member
1572 d_shrink_add(dentry, &data->dispose); in select_collect()
1581 if (!list_empty(&data->dispose)) in select_collect()
1605 d_shrink_add(dentry, &data->dispose); in select_collect2()
[all …]
H A Dinode.c755 LIST_HEAD(dispose); in evict_inodes()
776 list_add(&inode->i_lru, &dispose); in evict_inodes()
786 dispose_list(&dispose); in evict_inodes()
792 dispose_list(&dispose); in evict_inodes()
805 LIST_HEAD(dispose); in invalidate_inodes()
823 list_add(&inode->i_lru, &dispose); in invalidate_inodes()
827 dispose_list(&dispose); in invalidate_inodes()
833 dispose_list(&dispose); in invalidate_inodes()
H A Deventpoll.c790 bool dispose; in ep_clear_and_put() local
823 dispose = ep_refcount_dec_and_test(ep); in ep_clear_and_put()
826 if (dispose) in ep_clear_and_put()
983 bool dispose; in eventpoll_release_file() local
1003 dispose = __ep_remove(ep, epi, true); in eventpoll_release_file()
1006 if (dispose) in eventpoll_release_file()
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c1789 struct list_head *dispose = arg; in xfs_buftarg_drain_rele() local
1805 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_drain_rele()
1838 LIST_HEAD(dispose); in xfs_buftarg_drain()
1847 &dispose, LONG_MAX); in xfs_buftarg_drain()
1849 while (!list_empty(&dispose)) { in xfs_buftarg_drain()
1851 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_drain()
1887 struct list_head *dispose = arg; in xfs_buftarg_isolate() local
1906 list_lru_isolate_move(lru, item, dispose); in xfs_buftarg_isolate()
1918 LIST_HEAD(dispose); in xfs_buftarg_shrink_scan()
1922 xfs_buftarg_isolate, &dispose); in xfs_buftarg_shrink_scan()
[all …]
H A Dxfs_qm.c407 struct list_head dispose; member
481 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()
/openbmc/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()
1479 LIST_HEAD(dispose); in gfs2_quota_cleanup()
1496 list_add(&qd->qd_lru, &dispose); in gfs2_quota_cleanup()
1500 gfs2_qd_list_dispose(&dispose); in gfs2_quota_cleanup()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch1010 + // dispose() is called when use_count_ drops to zero, to release
1013 + virtual void dispose() = 0; // nothrow
1039 + dispose();
1169 + // dispose() is called when use_count_ drops to zero, to release
1172 + virtual void dispose() = 0; // nothrow
1198 + dispose();
1354 + // dispose() is called when use_count_ drops to zero, to release
1357 + virtual void dispose() = 0; // nothrow
1383 + dispose();
/openbmc/qemu/ui/
H A Ddbus-console.c162 G_OBJECT_CLASS(dbus_display_console_parent_class)->dispose(object); in dbus_display_console_dispose()
170 gobject_class->dispose = dbus_display_console_dispose; in dbus_display_console_class_init()
H A Ddbus-listener.c888 G_OBJECT_CLASS(dbus_display_listener_parent_class)->dispose(object); in dbus_display_listener_dispose()
911 object_class->dispose = dbus_display_listener_dispose; in dbus_display_listener_class_init()
/openbmc/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()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMS-PL12 … to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contributi…
H A DMS-LPL11 … to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contributi…
H A DMS-RL15 … to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contributi…
H A DMotosoto108 and/or otherwise dispose of Licensed Product or portions thereof,
111 otherwise dispose of Licensed Product or portions thereof or
137 and/or otherwise dispose of Modifications or portions thereof, but
140 otherwise dispose of Modifications or portions thereof or
H A DBitTorrent-1.073 sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the e…
74 … necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of
91 sale, have made, and/or otherwise dispose of Modifications or portions thereof, but solely to the e…
92 … necessary to enable you to make, use, sell, offer for sale, have made, and/or otherwise dispose of
/openbmc/webui-vue/src/views/Operations/SerialOverLan/
H A DSerialOverLanConsole.vue149 this.term.dispose();
/openbmc/linux/include/linux/
H A Dfilelock.h322 struct list_head *dispose) in lease_modify() argument
/openbmc/linux/fs/ceph/
H A Ddir.c1561 LIST_HEAD(dispose); in __dentry_leases_walk()
1602 list_move_tail(&di->lease_list, &dispose); in __dentry_leases_walk()
1613 while (!list_empty(&dispose)) { in __dentry_leases_walk()
1614 di = list_first_entry(&dispose, struct ceph_dentry_info, in __dentry_leases_walk()
H A Dmds_client.c1742 struct list_head *dispose) in dispose_cap_releases() argument
1744 while (!list_empty(dispose)) { in dispose_cap_releases()
1747 cap = list_first_entry(dispose, struct ceph_cap, session_caps); in dispose_cap_releases()
1891 LIST_HEAD(dispose); in remove_session_caps()
1927 detach_cap_releases(session, &dispose); in remove_session_caps()
1932 dispose_cap_releases(session->s_mdsc, &dispose); in remove_session_caps()
4559 LIST_HEAD(dispose); in send_mds_reconnect()
4592 detach_cap_releases(session, &dispose); in send_mds_reconnect()
4594 dispose_cap_releases(mdsc, &dispose); in send_mds_reconnect()
/openbmc/linux/include/linux/usb/
H A Dgadget.h139 void (*dispose) (struct usb_ep *ep); member

123