Home
last modified time | relevance | path

Searched refs:__length (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.h499 #define happy_meal_alloc_skb(__length, __gfp_flags) \ argument
501 __skb = alloc_skb((__length) + 64, (__gfp_flags)); \
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__meta.hpp244 static constexpr auto __length() noexcept -> std::size_t in __length() function