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

/linux-master/net/packet/
H A Daf_packet.c541 static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc) argument
543 del_timer_sync(&pkc->retire_blk_timer);
549 struct tpacket_kbdq_core *pkc; local
551 pkc = GET_PBDQC_FROM_RB(&po->rx_ring);
554 pkc->delete_blk_timer = 1;
557 prb_del_retire_blk_timer(pkc);
562 struct tpacket_kbdq_core *pkc; local
564 pkc = GET_PBDQC_FROM_RB(&po->rx_ring);
565 timer_setup(&pkc->retire_blk_timer, prb_retire_rx_blk_timer_expired,
567 pkc
651 _prb_refresh_rx_retire_blk_timer(struct tpacket_kbdq_core *pkc) argument
685 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(&po->rx_ring); local
839 prb_thaw_queue(struct tpacket_kbdq_core *pkc) argument
911 prb_freeze_queue(struct tpacket_kbdq_core *pkc, struct packet_sock *po) argument
926 prb_dispatch_next_block(struct tpacket_kbdq_core *pkc, struct packet_sock *po) argument
951 prb_retire_current_block(struct tpacket_kbdq_core *pkc, struct packet_sock *po, unsigned int status) argument
982 prb_queue_frozen(struct tpacket_kbdq_core *pkc) argument
990 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb); variable in typeref:struct:tpacket_kbdq_core
995 prb_fill_rxhash(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
1001 prb_clear_rxhash(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
1007 prb_fill_vlan_info(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
1021 prb_run_all_ft_ops(struct tpacket_kbdq_core *pkc, struct tpacket3_hdr *ppd) argument
1057 struct tpacket_kbdq_core *pkc; local
1138 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(rb); local
[all...]
/linux-master/kernel/
H A Dpid_namespace.c42 struct kmem_cache **pkc = &pid_cache[level - 1]; local
47 kc = READ_ONCE(*pkc);
55 if (!*pkc)
56 *pkc = kmem_cache_create(name, len, 0,
60 return READ_ONCE(*pkc);

Completed in 251 milliseconds