Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/openbmc/linux/net/sunrpc/
H A Dcache.c45 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init() argument
52 if (now <= detail->flush_time) in cache_init()
54 now = detail->flush_time + 1; in cache_init()
59 struct cache_detail *detail);
61 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, in sunrpc_cache_find_rcu() argument
65 struct hlist_head *head = &detail->hash_table[hash]; in sunrpc_cache_find_rcu()
70 if (!detail->match(tmp, key)) in sunrpc_cache_find_rcu()
73 cache_is_expired(detail, tmp)) in sunrpc_cache_find_rcu()
99 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail, in sunrpc_cache_add_entry() argument
104 struct hlist_head *head = &detail in sunrpc_cache_add_entry()
146 sunrpc_cache_lookup_rcu(struct cache_detail * detail,struct cache_head * key,int hash) sunrpc_cache_lookup_rcu() argument
162 cache_fresh_locked(struct cache_head * head,time64_t expiry,struct cache_detail * detail) cache_fresh_locked() argument
175 cache_fresh_unlocked(struct cache_head * head,struct cache_detail * detail) cache_fresh_unlocked() argument
183 cache_make_negative(struct cache_detail * detail,struct cache_head * h) cache_make_negative() argument
190 cache_entry_update(struct cache_detail * detail,struct cache_head * h,struct cache_head * new) cache_entry_update() argument
202 sunrpc_cache_update(struct cache_detail * detail,struct cache_head * new,struct cache_head * old,int hash) sunrpc_cache_update() argument
267 try_to_negate_entry(struct cache_detail * detail,struct cache_head * h) try_to_negate_entry() argument
298 cache_check(struct cache_detail * detail,struct cache_head * h,struct cache_req * rqstp) cache_check() argument
531 cache_purge(struct cache_detail * detail) cache_purge() argument
814 cache_request(struct cache_detail * detail,struct cache_request * crq) cache_request() argument
1084 cache_dequeue(struct cache_detail * detail,struct cache_head * ch) cache_dequeue() argument
1173 warn_no_listener(struct cache_detail * detail) warn_no_listener() argument
1182 cache_listeners_exist(struct cache_detail * detail) cache_listeners_exist() argument
1205 cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) cache_pipe_upcall() argument
1246 sunrpc_cache_pipe_upcall(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall() argument
1254 sunrpc_cache_pipe_upcall_timeout(struct cache_detail * detail,struct cache_head * h) sunrpc_cache_pipe_upcall_timeout() argument
[all...]
/openbmc/linux/drivers/net/usb/
H A Dzaurus.c141 struct usb_cdc_mdlm_detail_desc *detail = NULL; in blan_mdlm_bind() local
171 if (detail) { in blan_mdlm_bind()
175 detail = (void *) buf; in blan_mdlm_bind()
176 switch (detail->bGuidDescriptorType) { in blan_mdlm_bind()
178 if (detail->bLength != (sizeof *detail + 2)) in blan_mdlm_bind()
182 if (detail->bLength != (sizeof *detail + 3)) in blan_mdlm_bind()
202 if ((detail->bDetailData[1] & ~0x02) != 0x01) { in blan_mdlm_bind()
209 detail->bLength, in blan_mdlm_bind()
210 detail->bDetailData[0], in blan_mdlm_bind()
211 detail->bDetailData[2]); in blan_mdlm_bind()
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_transform.cpp16 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(input)>); in TEST()
17 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
26 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(input)>); in TEST()
27 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
36 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(input)>); in TEST()
37 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
/openbmc/linux/scripts/
H A Ddev-needs.sh206 alias detail=detail_device alias
220 alias detail=detail_compat alias
223 alias detail=detail_module alias
226 alias detail=detail_driver alias
229 alias detail=detail_fwnode alias
232 alias detail=detail_graphviz alias
235 alias detail=detail_tsort alias
255 detail $1 $2
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dsignal.cpp19 std::make_unique<detail::SignalData>(*this, std::move(callback))); in Signal()
38 detail::SignalData& Signal::get_userdata() const in get_userdata()
40 return static_cast<detail::SignalData&>(Base::get_userdata()); in get_userdata()
60 return sourceCallback<Callback, detail::SignalData, &Signal::get_callback>( in signalCallback()
64 namespace detail namespace
H A Dchild.cpp19 std::make_unique<detail::ChildData>(*this, std::move(callback))); in Child()
40 detail::ChildData& Child::get_userdata() const in get_userdata()
42 return static_cast<detail::ChildData&>(Base::get_userdata()); in get_userdata()
64 return sourceCallback<Callback, detail::ChildData, &Child::get_callback>( in childCallback()
68 namespace detail namespace
H A Devent.cpp28 std::make_unique<detail::EventBaseData>(*this, std::move(callback))); in EventBase()
31 detail::EventBaseData& EventBase::get_userdata() const in get_userdata()
33 return static_cast<detail::EventBaseData&>(Base::get_userdata()); in get_userdata()
52 return sourceCallback<Callback, detail::EventBaseData, in eventCallback()
57 namespace detail namespace
H A Dio.cpp17 set_userdata(std::make_unique<detail::IOData>(*this, std::move(callback))); in IO()
67 detail::IOData& IO::get_userdata() const in get_userdata()
69 return static_cast<detail::IOData&>(Base::get_userdata()); in get_userdata()
89 return sourceCallback<Callback, detail::IOData, &IO::get_callback>( in ioCallback()
93 namespace detail namespace
H A Dbase.hpp34 namespace detail namespace
174 void set_userdata(std::unique_ptr<detail::BaseData> data) const;
180 detail::BaseData& get_userdata() const;
209 static_cast<Data&>(*reinterpret_cast<detail::BaseData*>(userdata)); in sourceCallback()
252 namespace detail namespace
H A Dtime.cpp22 std::make_unique<detail::TimeData<Id>>(*this, std::move(callback))); in Time()
74 detail::TimeData<Id>& Time<Id>::get_userdata() const in get_userdata()
76 return static_cast<detail::TimeData<Id>&>(Base::get_userdata()); in get_userdata()
103 return sourceCallback<Callback, detail::TimeData<Id>, &Time::get_callback>( in timeCallback()
113 namespace detail namespace
H A Dsignal.hpp15 namespace detail namespace
73 detail::SignalData& get_userdata() const;
102 namespace detail namespace
H A Dchild.hpp14 namespace detail namespace
70 detail::ChildData& get_userdata() const;
99 namespace detail namespace
H A Dio.hpp16 namespace detail namespace
102 detail::IOData& get_userdata() const;
132 namespace detail namespace
H A Devent.hpp17 namespace detail namespace
70 detail::EventBaseData& get_userdata() const;
98 namespace detail namespace
H A Dtime.hpp17 namespace detail namespace
102 detail::TimeData<Id>& get_userdata() const;
131 namespace detail namespace
H A Dbase.cpp118 void Base::set_userdata(std::unique_ptr<detail::BaseData> data) const in set_userdata()
126 detail::BaseData& Base::get_userdata() const in get_userdata()
128 return *reinterpret_cast<detail::BaseData*>( in get_userdata()
164 namespace detail namespace
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtypeaheads.py43 detail = "[ %s | %s ]" % (layer_version.layer.vcs_url,
53 'detail': detail,
82 detail = "[ %s ]" % (machine.layer_version.layer.name)
86 'detail': detail,
111 detail = "[ %s ]" % (distro.layer_version.layer.name)
115 'detail' : detail,
142 detail = "[ %s ]" % (recipe.layer_version.layer.name)
146 'detail': detail,
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-asio-Dont-use-experimental-with-clang.patch11 src/third_party/asio-master/asio/include/asio/detail/string_view.hpp | 4 ++--
14 …d_party/asio-master/asio/include/asio/detail/string_view.hpp b/src/third_party/asio-master/asio/in…
16 --- a/src/third_party/asio-master/asio/include/asio/detail/string_view.hpp
17 +++ b/src/third_party/asio-master/asio/include/asio/detail/string_view.hpp
/openbmc/linux/include/linux/sunrpc/
H A Dcache.h180 sunrpc_cache_lookup_rcu(struct cache_detail *detail,
183 sunrpc_cache_update(struct cache_detail *detail,
187 sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h);
189 sunrpc_cache_pipe_upcall_timeout(struct cache_detail *detail,
216 static inline bool cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired() argument
222 return detail->flush_time >= h->last_refresh; in cache_is_expired()
225 extern int cache_check(struct cache_detail *detail,
228 extern void cache_purge(struct cache_detail *detail);
/openbmc/linux/drivers/mmc/host/
H A Dtoshsd.c292 u32 int_reg, int_mask, int_status, detail; in toshsd_irq() local
329 detail = ioread32(host->ioaddr + SD_ERRORSTATUS0); in toshsd_irq()
331 detail & SD_ERR0_RESP_CMD_ERR ? "RESP_CMD " : "", in toshsd_irq()
332 detail & SD_ERR0_RESP_NON_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
333 detail & SD_ERR0_RESP_CMD12_END_BIT_ERR ? "RESP_END_BIT " : "", in toshsd_irq()
334 detail & SD_ERR0_READ_DATA_END_BIT_ERR ? "READ_DATA_END_BIT " : "", in toshsd_irq()
335 detail & SD_ERR0_WRITE_CRC_STATUS_END_BIT_ERR ? "WRITE_CMD_END_BIT " : "", in toshsd_irq()
336 detail & SD_ERR0_RESP_NON_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
337 detail & SD_ERR0_RESP_CMD12_CRC_ERR ? "RESP_CRC " : "", in toshsd_irq()
338 detail & SD_ERR0_READ_DATA_CRC_ERR ? "READ_DATA_CRC " : "", in toshsd_irq()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dlog_id.cpp36 namespace detail namespace
90 return detail::getTimeBasedLogID(); in generatePELID()
106 return detail::getTimeBasedLogID(); in generatePELID()
109 return detail::addLogIDPrefix(id); in generatePELID()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.hpp17 namespace detail namespace
192 detail::TimerData<Id>* userdata;
201 friend detail::TimerData<Id>;
204 namespace detail namespace
/openbmc/phosphor-inventory-manager/
H A Dserialize.hpp20 namespace detail namespace
42 auto p = detail::getStoragePath(path, iface); in serialize()
57 auto p = detail::getStoragePath(path, iface); in serialize()
79 auto p = detail::getStoragePath(path, iface); in deserialize()
/openbmc/telemetry/src/utils/
H A Dcontains.hpp7 namespace detail namespace
20 template <detail::HasMemberFind T>
27 template <detail::HasMemberContains T>
/openbmc/boost-dbus/include/dbus/
H A Dconnection_service.hpp31 : public boost::asio::detail::service_base<connection_service> {
36 : boost::asio::detail::service_base<connection_service>(io) {} in connection_service()
84 boost::asio::detail::async_result_init< in BOOST_ASIO_INITFN_RESULT_TYPE()
87 detail::async_send_op<typename boost::asio::handler_type< in BOOST_ASIO_INITFN_RESULT_TYPE()

12345678910>>...20