Searched refs:internal_flags (Results 1 – 8 of 8) sorted by relevance
2696 bool rtnl = ops->internal_flags & NL802154_FLAG_NEED_RTNL; in nl802154_pre_doit()2701 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_PHY) { in nl802154_pre_doit()2709 } else if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV || in nl802154_pre_doit()2710 ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_pre_doit()2723 if (ops->internal_flags & NL802154_FLAG_NEED_NETDEV) { in nl802154_pre_doit()2736 if (ops->internal_flags & NL802154_FLAG_CHECK_NETDEV_UP && in nl802154_pre_doit()2757 if (ops->internal_flags & NL802154_FLAG_NEED_WPAN_DEV) { in nl802154_post_doit()2766 if (ops->internal_flags & NL802154_FLAG_NEED_RTNL) in nl802154_post_doit()2779 .internal_flags = NL802154_FLAG_NEED_WPAN_PHY |2788 .internal_flags = NL802154_FLAG_NEED_WPAN_DEV |[all …]
1321 if (WARN_ON(hweight8(ops->internal_flags & user_ptr1_flags) > 1)) in batadv_pre_doit()1325 if (WARN_ON((ops->internal_flags & mesh_dep_flags) && in batadv_pre_doit()1326 (~ops->internal_flags & BATADV_FLAG_NEED_MESH))) in batadv_pre_doit()1329 if (ops->internal_flags & BATADV_FLAG_NEED_MESH) { in batadv_pre_doit()1338 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF) { in batadv_pre_doit()1349 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN) { in batadv_pre_doit()1382 if (ops->internal_flags & BATADV_FLAG_NEED_HARDIF && in batadv_post_doit()1389 if (ops->internal_flags & BATADV_FLAG_NEED_VLAN && info->user_ptr[1]) { in batadv_post_doit()1394 if (ops->internal_flags & BATADV_FLAG_NEED_MESH && info->user_ptr[0]) { in batadv_post_doit()1406 .internal_flags = BATADV_FLAG_NEED_MESH,[all …]
18053 u32 internal_flags; in nl80211_pre_doit() local18056 if (WARN_ON(ops->internal_flags >= ARRAY_SIZE(nl80211_internal_flags))) in nl80211_pre_doit()18059 internal_flags = nl80211_internal_flags[ops->internal_flags]; in nl80211_pre_doit()18062 if (internal_flags & NL80211_FLAG_NEED_WIPHY) { in nl80211_pre_doit()18069 } else if (internal_flags & NL80211_FLAG_NEED_NETDEV || in nl80211_pre_doit()18070 internal_flags & NL80211_FLAG_NEED_WDEV) { in nl80211_pre_doit()18082 if (internal_flags & NL80211_FLAG_NEED_NETDEV) { in nl80211_pre_doit()18093 if (internal_flags & NL80211_FLAG_CHECK_NETDEV_UP && in nl80211_pre_doit()18102 if (internal_flags & NL80211_FLAG_MLO_VALID_LINK_ID) { in nl80211_pre_doit()18125 if (internal_flags & NL80211_FLAG_MLO_UNSUPPORTED) { in nl80211_pre_doit()[all …]
195 u8 internal_flags; member223 u8 internal_flags; member275 u8 internal_flags; member
874 if (drm_WARN_ON_ONCE(dev, fb->internal_flags & DRM_FRAMEBUFFER_HAS_HANDLE_REF(i))) in drm_framebuffer_init()875 fb->internal_flags &= ~DRM_FRAMEBUFFER_HAS_HANDLE_REF(i); in drm_framebuffer_init()879 fb->internal_flags |= DRM_FRAMEBUFFER_HAS_HANDLE_REF(i); in drm_framebuffer_init()904 if (fb->internal_flags & DRM_FRAMEBUFFER_HAS_HANDLE_REF(i)) { in drm_framebuffer_init()906 fb->internal_flags &= ~DRM_FRAMEBUFFER_HAS_HANDLE_REF(i); in drm_framebuffer_init()988 if (fb->internal_flags & DRM_FRAMEBUFFER_HAS_HANDLE_REF(i)) in drm_framebuffer_cleanup()
197 unsigned int internal_flags; member
190 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small()290 op->internal_flags = full->internal_flags; in genl_cmd_full_to_split()618 if (a->internal_flags != b->internal_flags || in genl_validate_ops()
1613 unsigned int internal_flags = 0; in SYSCALL_DEFINE2() local1634 internal_flags |= FANOTIFY_UNPRIV; in SYSCALL_DEFINE2()1709 group->fanotify_data.flags = flags | internal_flags; in SYSCALL_DEFINE2()