Home
last modified time | relevance | path

Searched defs:pcp (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.15/include/asm-generic/
H A Dpercpu.h78 #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 …]
/linux-6.15/arch/s390/include/asm/
H A Dpercpu.h28 #define arch_this_cpu_to_op_simple(pcp, val, op) \ argument
67 #define arch_this_cpu_add(pcp, val, op1, op2, szcast) \ argument
94 #define arch_this_cpu_add_return(pcp, val, op) \ argument
113 #define arch_this_cpu_to_op(pcp, val, op) \ argument
135 #define arch_this_cpu_cmpxchg(pcp, oval, nval) \ argument
154 #define this_cpu_cmpxchg128(pcp, oval, nval) \ argument
168 #define arch_this_cpu_xchg(pcp, nval) \ argument
179 #define this_cpu_xchg_1(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
180 #define this_cpu_xchg_2(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
181 #define this_cpu_xchg_4(pcp, nval) arch_this_cpu_xchg(pcp, nval) argument
[all …]
/linux-6.15/arch/x86/include/asm/
H A Dpercpu.h135 #define __raw_cpu_read(size, qual, pcp) \ argument
140 #define __raw_cpu_write(size, qual, pcp, val) \ argument
145 #define __raw_cpu_read_const(pcp) __raw_cpu_read(, , pcp) argument
455 #define raw_cpu_read_1(pcp) __raw_cpu_read(1, , pcp) argument
456 #define raw_cpu_read_2(pcp) __raw_cpu_read(2, , pcp) argument
457 #define raw_cpu_read_4(pcp) __raw_cpu_read(4, , pcp) argument
482 #define raw_cpu_xchg_1(pcp, val) raw_percpu_xchg_op(pcp, val) argument
525 #define raw_cpu_read_8(pcp) __raw_cpu_read(8, , pcp) argument
549 #define raw_cpu_read_long(pcp) raw_cpu_read_8(pcp) argument
556 #define raw_cpu_read_long(pcp) raw_cpu_read_4(pcp) argument
[all …]
/linux-6.15/arch/arm64/include/asm/
H A Dpercpu.h165 #define this_cpu_read_1(pcp) \ argument
167 #define this_cpu_read_2(pcp) \ argument
169 #define this_cpu_read_4(pcp) \ argument
171 #define this_cpu_read_8(pcp) \ argument
183 #define this_cpu_add_1(pcp, val) \ argument
185 #define this_cpu_add_2(pcp, val) \ argument
187 #define this_cpu_add_4(pcp, val) \ argument
189 #define this_cpu_add_8(pcp, val) \ argument
201 #define this_cpu_and_1(pcp, val) \ argument
203 #define this_cpu_and_2(pcp, val) \ argument
[all …]
/linux-6.15/arch/loongarch/include/asm/
H A Dpercpu.h119 #define _protect_cmpxchg_local(pcp, o, n) \ argument
128 #define _pcp_protect(operation, pcp, val) \ argument
138 #define _percpu_add(pcp, val) \ argument
143 #define _percpu_and(pcp, val) \ argument
146 #define _percpu_or(pcp, val) \ argument
149 #define _percpu_xchg(pcp, val) ((typeof(pcp)) \ argument
161 #define this_cpu_or_4(pcp, val) _percpu_or(pcp, val) argument
164 #define this_cpu_read_1(pcp) _percpu_read(1, pcp) argument
165 #define this_cpu_read_2(pcp) _percpu_read(2, pcp) argument
166 #define this_cpu_read_4(pcp) _percpu_read(4, pcp) argument
[all …]
/linux-6.15/include/linux/
H A Dpercpu-defs.h418 #define raw_cpu_cmpxchg(pcp, oval, nval) \ argument
423 #define raw_cpu_inc(pcp) raw_cpu_add(pcp, 1) argument
424 #define raw_cpu_dec(pcp) raw_cpu_sub(pcp, 1) argument
433 #define __this_cpu_read(pcp) \ argument
439 #define __this_cpu_write(pcp, val) \ argument
445 #define __this_cpu_add(pcp, val) \ argument
451 #define __this_cpu_and(pcp, val) \ argument
457 #define __this_cpu_or(pcp, val) \ argument
463 #define __this_cpu_add_return(pcp, val) \ argument
469 #define __this_cpu_xchg(pcp, nval) \ argument
[all …]
/linux-6.15/mm/
H A Dvmstat.c348 struct per_cpu_zonestat __percpu *pcp = zone->per_cpu_zonestats; in __mod_zone_page_state() local
379 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __mod_node_page_state() local
437 struct per_cpu_zonestat __percpu *pcp = zone->per_cpu_zonestats; in __inc_zone_state() local
458 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __inc_node_state() local
493 struct per_cpu_zonestat __percpu *pcp = zone->per_cpu_zonestats; in __dec_zone_state() local
514 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in __dec_node_state() local
563 struct per_cpu_zonestat __percpu *pcp = zone->per_cpu_zonestats; in mod_zone_state() local
621 struct per_cpu_nodestat __percpu *pcp = pgdat->per_cpu_nodestats; in mod_node_state() local
822 struct per_cpu_pages __percpu *pcp = zone->per_cpu_pageset; in refresh_cpu_vm_stats() local
1804 struct per_cpu_pages *pcp; in zoneinfo_show_print() local
H A Dpage_alloc.c1307 struct per_cpu_pages *pcp, in free_pcppages_bulk()
2390 int decay_pcp_high(struct zone *zone, struct per_cpu_pages *pcp) in decay_pcp_high()
2525 struct per_cpu_pages *pcp; in __drain_all_pages() local
2711 struct per_cpu_pages *pcp; in __free_frozen_pages() local
2768 struct per_cpu_pages *pcp = NULL; in free_unref_folios() local
3072 struct per_cpu_pages *pcp, in __rmqueue_pcplist()
3104 struct per_cpu_pages *pcp; in rmqueue_pcplist() local
4792 struct per_cpu_pages *pcp; in alloc_pages_bulk_noprof() local
5781 struct per_cpu_pages *pcp; in __zone_set_pageset_high_and_batch() local
5836 struct per_cpu_pages *pcp; in setup_zone_pageset() local
[all …]
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_port.c402 u8 pcp, dp; in lan966x_port_qos_pcp_set() local
471 u8 pcp, dei; in lan966x_port_qos_pcp_rewr_set() local
/linux-6.15/lib/
H A Dpercpu_test.c6 #define CHECK(native, pcp, expected) \ argument
H A Ddebugobjects.c251 struct obj_pool *pcp = this_cpu_ptr(&pool_pcpu); in pcpu_alloc() local
292 struct obj_pool *pcp = this_cpu_ptr(&pool_pcpu); in pcpu_free() local
558 struct obj_pool *pcp = per_cpu_ptr(&pool_pcpu, cpu); in object_cpu_offline() local
/linux-6.15/net/dsa/
H A Dtag_vsc73xx_8021q.c17 u8 pcp; in vsc73xx_xmit() local
H A Dtag_sja1105.c241 struct sk_buff *skb, u8 pcp) in sja1105_pvid_tag_control_pkt()
271 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1105_xmit() local
299 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1110_xmit() local
H A Dtag_ocelot_8021q.c68 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in ocelot_xmit() local
/linux-6.15/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_encap.c371 u8 pcp = OPA_VNIC_VLAN_PCP(vlan_tci); in opa_vnic_get_sc() local
394 u8 pcp = skb_vlan_tag_get(skb) >> VLAN_PRIO_SHIFT; in opa_vnic_get_vl() local
/linux-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_port.c1243 u8 pcp, dei; in sparx5_port_qos_pcp_rewr_set() local
1299 u8 pcp, dp; in sparx5_port_qos_pcp_set() local
H A Dsparx5_port.h164 struct sparx5_port_qos_pcp pcp; member
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c205 u16 pcp = U16_MAX; in sja1105_flower_parse_key() local
H A Dsja1105.h182 int pcp; member
190 u16 pcp; member
/linux-6.15/arch/sparc/kernel/
H A Dpcic.c608 struct pcidev_cookie *pcp; in pcibios_fixup_bus() local
/linux-6.15/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c216 __u8 pcp = FIELD_GET(VLAN_PRIO_MASK, tag); in print_vlan_tci() local
/linux-6.15/drivers/pinctrl/
H A Dpinctrl-aw9523.c200 static int aw9523_pcfg_param_to_reg(enum pin_config_param pcp, int pin, u8 *r) in aw9523_pcfg_param_to_reg()
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpsw.h301 u8 pcp; member
/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c1128 enum mlxsw_afa_vlan_cmd pcp_cmd, u8 pcp, in mlxsw_afa_vlan_pack()
1141 u16 vid, u8 pcp, u8 et, in mlxsw_afa_block_append_vlan_modify()
/linux-6.15/include/soc/mscc/
H A Docelot_vcap.h500 struct ocelot_vcap_u8 pcp; /* PCP (3 bit) */ member
644 u8 pcp; member

12