Home
last modified time | relevance | path

Searched refs:pkc (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/packet/
H A Daf_packet.c595 pkc->delete_blk_timer = 1; in prb_shutdown_retire_blk_timer()
696 pkc->last_kactive_blk_num = pkc->kactive_blk_num; in _prb_refresh_rx_retire_blk_timer()
753 if (pkc->last_kactive_blk_num == pkc->kactive_blk_num) { in prb_retire_rx_blk_timer_expired()
979 prb_freeze_queue(pkc, po); in prb_dispatch_next_block()
988 prb_open_block(pkc, pbd); in prb_dispatch_next_block()
1058 ppd->hv1.tp_vlan_tci = vlan_get_tci(pkc->skb, pkc->skb->dev); in prb_fill_vlan_info()
1075 prb_fill_rxhash(pkc, ppd); in prb_run_all_ft_ops()
1090 pkc->prev = curr; in prb_fill_curr_block()
1127 prb_open_block(pkc, pbd); in __packet_lookup_frame_in_block()
1132 curr = pkc->nxt_offset; in __packet_lookup_frame_in_block()
[all …]
/linux-6.15/kernel/
H A Dpid_namespace.c42 struct kmem_cache **pkc = &pid_cache[level - 1]; in create_pid_cachep() local
47 kc = READ_ONCE(*pkc); in create_pid_cachep()
55 if (!*pkc) in create_pid_cachep()
56 *pkc = kmem_cache_create(name, len, 0, in create_pid_cachep()
60 return READ_ONCE(*pkc); in create_pid_cachep()