Home
last modified time | relevance | path

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

/include/asm-generic/
A Dpercpu.h90 TYPEOF_UNQUAL(pcp) *__p = raw_cpu_ptr(&(pcp)); \
98 TYPEOF_UNQUAL(pcp) *__p = raw_cpu_ptr(&(pcp)); \
116 TYPEOF_UNQUAL(pcp) *__p = raw_cpu_ptr(&(pcp)); \
215 #define raw_cpu_read_1(pcp) raw_cpu_generic_read(pcp) argument
218 #define raw_cpu_read_2(pcp) raw_cpu_generic_read(pcp) argument
221 #define raw_cpu_read_4(pcp) raw_cpu_generic_read(pcp) argument
224 #define raw_cpu_read_8(pcp) raw_cpu_generic_read(pcp) argument
388 #define this_cpu_read_1(pcp) this_cpu_generic_read(pcp) argument
391 #define this_cpu_read_2(pcp) this_cpu_generic_read(pcp) argument
394 #define this_cpu_read_4(pcp) this_cpu_generic_read(pcp) argument
[all …]
/include/linux/
A Dpercpu-defs.h424 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1) argument
425 #define raw_cpu_dec(pcp) raw_cpu_sub(pcp, 1) argument
426 #define raw_cpu_sub_return(pcp, val) raw_cpu_add_return(pcp, -(typeof(pcp))(val)) argument
488 #define __this_cpu_sub(pcp, val) __this_cpu_add(pcp, -(typeof(pcp))(val)) argument
489 #define __this_cpu_inc(pcp) __this_cpu_add(pcp, 1) argument
490 #define __this_cpu_dec(pcp) __this_cpu_sub(pcp, 1) argument
491 #define __this_cpu_sub_return(pcp, val) __this_cpu_add_return(pcp, -(typeof(pcp))(val)) argument
510 #define this_cpu_sub(pcp, val) this_cpu_add(pcp, -(typeof(pcp))(val)) argument
511 #define this_cpu_inc(pcp) this_cpu_add(pcp, 1) argument
512 #define this_cpu_dec(pcp) this_cpu_sub(pcp, 1) argument
[all …]
A Dgfp.h389 int decay_pcp_high(struct zone *zone, struct per_cpu_pages *pcp);
390 void drain_zone_pages(struct zone *zone, struct per_cpu_pages *pcp);
/include/soc/mscc/
A Docelot_vcap.h500 struct ocelot_vcap_u8 pcp; /* PCP (3 bit) */ member
644 u8 pcp; member
/include/net/mana/
A Dmana.h155 u32 pcp : 3; /* 802.1Q */ member

Completed in 586 milliseconds