Searched refs:pcp (Results 1 – 5 of 5) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 90 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 D | percpu-defs.h | 424 #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 D | gfp.h | 389 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 D | ocelot_vcap.h | 500 struct ocelot_vcap_u8 pcp; /* PCP (3 bit) */ member 644 u8 pcp; member
|
| /include/net/mana/ |
| A D | mana.h | 155 u32 pcp : 3; /* 802.1Q */ member
|
Completed in 19 milliseconds