Home
last modified time | relevance | path

Searched refs:m_in_use (Results 1 – 25 of 95) sorted by relevance

1234

/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/src/
H A Ddisk_buffer_pool.cpp72 : m_in_use(0) in disk_buffer_pool()
101 ret = m_in_use - std::min(m_low_watermark, m_max_use - int(m_observers.size()) * 2); in num_to_evict()
103 if (m_in_use + num_needed > m_max_use) in num_to_evict()
104 ret = std::max(ret, m_in_use + num_needed - m_max_use); in num_to_evict()
107 else if (ret > m_in_use) ret = m_in_use; in num_to_evict()
119 if (!m_exceeded_max_size || m_in_use > m_low_watermark) return; in check_buffer_level()
236 ++m_in_use; in allocate_buffer_impl()
251 if (m_in_use >= m_low_watermark + (m_max_use - m_low_watermark) in allocate_buffer_impl()
346 if (m_in_use >= m_max_use && !m_exceeded_max_size) in set_settings()
377 --m_in_use; in free_buffer_impl()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/src/
H A Ddisk_buffer_pool.cpp72 : m_in_use(0) in disk_buffer_pool()
101 ret = m_in_use - std::min(m_low_watermark, m_max_use - int(m_observers.size()) * 2); in num_to_evict()
103 if (m_in_use + num_needed > m_max_use) in num_to_evict()
104 ret = std::max(ret, m_in_use + num_needed - m_max_use); in num_to_evict()
107 else if (ret > m_in_use) ret = m_in_use; in num_to_evict()
119 if (!m_exceeded_max_size || m_in_use > m_low_watermark) return; in check_buffer_level()
236 ++m_in_use; in allocate_buffer_impl()
251 if (m_in_use >= m_low_watermark + (m_max_use - m_low_watermark) in allocate_buffer_impl()
346 if (m_in_use >= m_max_use && !m_exceeded_max_size) in set_settings()
377 --m_in_use; in free_buffer_impl()
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/websocketpp/websocketpp/transport/asio/
H A Dbase.hpp56 handler_allocator() : m_in_use(false) {} in handler_allocator()
64 if (!m_in_use && memsize < size) { in allocate()
65 m_in_use = true; in allocate()
74 m_in_use = false; in deallocate()
85 bool m_in_use; member in websocketpp::transport::asio::handler_allocator
/dports/devel/websocketpp/websocketpp-0.8.2/websocketpp/transport/asio/
H A Dbase.hpp56 handler_allocator() : m_in_use(false) {} in handler_allocator()
64 if (!m_in_use && memsize < size) { in allocate()
65 m_in_use = true; in allocate()
74 m_in_use = false; in deallocate()
85 bool m_in_use; member in websocketpp::transport::asio::handler_allocator
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/include/websocketpp/transport/asio/
H A Dbase.hpp56 handler_allocator() : m_in_use(false) {} in handler_allocator()
64 if (!m_in_use && memsize < size) { in allocate()
65 m_in_use = true; in allocate()
74 m_in_use = false; in deallocate()
85 bool m_in_use; member in websocketpp::transport::asio::handler_allocator
/dports/devel/boost-docs/boost_1_72_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/intrusive/test/
H A Dbounded_pointer.hpp217 for (i = 0; i < max_offset && m_in_use[i]; ++i); in allocate()
220 m_in_use[p.m_offset] = true; in allocate()
229 assert(m_in_use[p.m_offset]); in deallocate()
230 m_in_use[p.m_offset] = false; in deallocate()
237 assert(m_in_use.empty()); in init()
238 m_in_use = boost::container::vector< bool >(max_offset, false); in init()
245 return m_in_use.size() == max_offset; in inited()
253 if (m_in_use[i]) in is_clear()
265 m_in_use.clear(); in destroy()
272 static boost::container::vector< bool > m_in_use; member in bounded_allocator
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/stored/
H A Dvol_mgr.h51 bool m_in_use; /* set when volume reserved or in use */ variable
76 bool is_in_use() const { return m_in_use; }; in is_in_use()
77 void set_in_use() { m_in_use = true; }; in set_in_use()
78 void clear_in_use() { m_in_use = false; }; in clear_in_use()
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/include/libtorrent/
H A Dtorrent_peer_allocator.hpp62 m_in_use = false; in ~torrent_peer_allocator()
96 bool m_in_use = true; member
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/include/libtorrent/
H A Dtorrent_peer_allocator.hpp62 m_in_use = false; in ~torrent_peer_allocator()
96 bool m_in_use = true; member
H A Ddisk_buffer_pool.hpp81 return m_in_use; in in_use()
93 int m_in_use; member

1234