Home
last modified time | relevance | path

Searched refs:pflags (Results 1 – 5 of 5) sorted by relevance

/include/net/
Dgue.h103 __be32 pflags = *(__be32 *)((void *)&guehdr[1] + in validate_gue_flags() local
106 if (pflags & ~GUE_PFLAGS_ALL) in validate_gue_flags()
109 len += guehdr_priv_flags_len(pflags); in validate_gue_flags()
/include/linux/sched/
Dmm.h166 unsigned int pflags = READ_ONCE(current->flags); in current_gfp_context() local
168 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context()
173 if (pflags & PF_MEMALLOC_NOIO) in current_gfp_context()
175 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context()
178 if (pflags & PF_MEMALLOC_PIN) in current_gfp_context()
/include/uapi/linux/netfilter/
Dxt_multiport.h26 __u8 pflags[XT_MULTI_PORTS]; /* Port flags */ member
/include/linux/
Daudit.h39 u32 pflags; member
Dlibata.h835 unsigned int pflags; /* ATA_PFLAG_xxx */ member
1315 if (ap->pflags & ATA_PFLAG_INIT_GTM_VALID) in ata_acpi_init_gtm()