Searched refs:pkc (Results 1 – 2 of 2) sorted by relevance
585 struct tpacket_kbdq_core *pkc; in prb_shutdown_retire_blk_timer() local587 pkc = GET_PBDQC_FROM_RB(&po->rx_ring); in prb_shutdown_retire_blk_timer()588 hrtimer_cancel(&pkc->retire_blk_timer); in prb_shutdown_retire_blk_timer()685 struct tpacket_kbdq_core *pkc = GET_PBDQC_FROM_RB(&po->rx_ring); in prb_retire_rx_blk_timer_expired() local691 frozen = prb_queue_frozen(pkc); in prb_retire_rx_blk_timer_expired()692 pbd = GET_CURR_PBLOCK_DESC_FROM_CORE(pkc); in prb_retire_rx_blk_timer_expired()705 write_lock(&pkc->blk_fill_in_prog_lock); in prb_retire_rx_blk_timer_expired()706 write_unlock(&pkc->blk_fill_in_prog_lock); in prb_retire_rx_blk_timer_expired()712 prb_retire_current_block(pkc, po, TP_STATUS_BLK_TMO); in prb_retire_rx_blk_timer_expired()713 prb_dispatch_next_block(pkc, po); in prb_retire_rx_blk_timer_expired()[all …]
43 struct kmem_cache **pkc = &pid_cache[level - 1]; in create_pid_cachep() local48 kc = READ_ONCE(*pkc); in create_pid_cachep()56 if (!*pkc) in create_pid_cachep()57 *pkc = kmem_cache_create(name, len, 0, in create_pid_cachep()61 return READ_ONCE(*pkc); in create_pid_cachep()