Searched defs:pcp (Results 1 – 4 of 4) sorted by relevance
| /include/asm-generic/ |
| A D | percpu.h | 78 #define raw_cpu_generic_read(pcp) \ argument 83 #define raw_cpu_generic_to_op(pcp, val, op) \ argument 96 #define raw_cpu_generic_xchg(pcp, nval) \ argument 145 #define __this_cpu_generic_read_noirq(pcp) \ argument 155 #define this_cpu_generic_read(pcp) \ argument 184 #define this_cpu_generic_xchg(pcp, nval) \ argument 362 #define raw_cpu_cmpxchg_1(pcp, oval, nval) \ argument 366 #define raw_cpu_cmpxchg_2(pcp, oval, nval) \ argument 370 #define raw_cpu_cmpxchg_4(pcp, oval, nval) \ argument 374 #define raw_cpu_cmpxchg_8(pcp, oval, nval) \ argument [all …]
|
| /include/linux/ |
| A D | percpu-defs.h | 419 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument 424 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1) argument 425 #define raw_cpu_dec(pcp) raw_cpu_sub(pcp, 1) argument 434 #define __this_cpu_read(pcp) \ argument 440 #define __this_cpu_write(pcp, val) \ argument 446 #define __this_cpu_add(pcp, val) \ argument 452 #define __this_cpu_and(pcp, val) \ argument 458 #define __this_cpu_or(pcp, val) \ argument 464 #define __this_cpu_add_return(pcp, val) \ argument 470 #define __this_cpu_xchg(pcp, nval) \ argument [all …]
|
| /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