Searched refs:state_mask (Results 1 – 9 of 9) sorted by relevance
/linux/kernel/sched/ |
H A D | psi.c | 243 static u32 test_states(unsigned int *tasks, u32 state_mask) in test_states() argument 245 const bool oncpu = state_mask & PSI_ONCPU; in test_states() 248 state_mask |= BIT(PSI_IO_SOME); in test_states() 250 state_mask |= BIT(PSI_IO_FULL); in test_states() 254 state_mask |= BIT(PSI_MEM_SOME); in test_states() 256 state_mask |= BIT(PSI_MEM_FULL); in test_states() 260 state_mask |= BIT(PSI_CPU_SOME); in test_states() 263 state_mask |= BIT(PSI_CPU_FULL); in test_states() 266 state_mask |= BIT(PSI_NONIDLE); in test_states() 268 return state_mask; in test_states() 281 u32 state_mask; get_recent_times() local 802 u32 state_mask; psi_group_change() local [all...] |
/linux/include/uapi/linux/netfilter/ |
H A D | xt_conntrack.h | 48 __u8 state_mask, status_mask; member 61 __u16 state_mask, status_mask; member 74 __u16 state_mask, status_mask; member
|
/linux/net/netfilter/ |
H A D | xt_conntrack.c | 163 u16 state_mask, u16 status_mask) in conntrack_mt() argument 186 if (!!(state_mask & statebit) ^ in conntrack_mt() 247 return conntrack_mt(skb, par, info->state_mask, info->status_mask); in conntrack_mt_v1() 255 return conntrack_mt(skb, par, info->state_mask, info->status_mask); in conntrack_mt_v2() 263 return conntrack_mt(skb, par, info->state_mask, info->status_mask); in conntrack_mt_v3()
|
/linux/fs/bcachefs/ |
H A D | sb-members.h | 161 unsigned state_mask, in bch2_get_next_online_dev() argument 169 (!((1 << ca->mi.state) & state_mask) || in bch2_get_next_online_dev() 176 #define __for_each_online_member(_c, _ca, state_mask, rw, ref_idx) \ argument 178 (_ca = bch2_get_next_online_dev(_c, _ca, state_mask, rw, ref_idx));)
|
/linux/include/linux/ |
H A D | psi_types.h | 92 u32 state_mask; member
|
/linux/net/bridge/ |
H A D | br_mdb.c | 1438 u8 state_mask; member 1468 desc->state_mask = nla_get_u8(mdbe_attrs[MDBE_ATTR_STATE_MASK]); in br_mdb_flush_desc_init() 1489 if (desc->state_mask && (state & desc->state_mask) != desc->state) in br_mdb_flush_host() 1519 if (desc->state_mask && in br_mdb_flush_pgs() 1520 (state & desc->state_mask) != desc->state) { in br_mdb_flush_pgs()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | npc.h | 259 u8 state_mask; member
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_mdb.c | 1358 u8 state_mask = nla_get_u8(mdbe_attrs[MDBE_ATTR_STATE_MASK]); in vxlan_mdb_flush_desc_init() local 1360 if ((state_mask & MDB_PERMANENT) && !(entry->state & MDB_PERMANENT)) { in vxlan_mdb_flush_desc_init()
|
H A D | vxlan_core.c | 2952 unsigned long state_mask; member 2980 if (desc->state_mask && (f->state & desc->state_mask) != desc->state) in vxlan_fdb_flush_matches() 3119 desc.state_mask = nla_get_u16(tb[NDA_NDM_STATE_MASK]); in vxlan_fdb_delete_bulk() 3161 .state_mask = NUD_PERMANENT | NUD_NOARP, in vxlan_stop()
|