Searched refs:pkc (Results 1 – 1 of 1) sorted by relevance
508 static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc) in prb_del_retire_blk_timer() argument510 del_timer_sync(&pkc->retire_blk_timer); in prb_del_retire_blk_timer()516 struct tpacket_kbdq_core *pkc; in prb_shutdown_retire_blk_timer() local518 pkc = GET_PBDQC_FROM_RB(&po->rx_ring); in prb_shutdown_retire_blk_timer()521 pkc->delete_blk_timer = 1; in prb_shutdown_retire_blk_timer()524 prb_del_retire_blk_timer(pkc); in prb_shutdown_retire_blk_timer()529 struct tpacket_kbdq_core *pkc; in prb_setup_retire_blk_timer() local531 pkc = GET_PBDQC_FROM_RB(&po->rx_ring); in prb_setup_retire_blk_timer()532 timer_setup(&pkc->retire_blk_timer, prb_retire_rx_blk_timer_expired, in prb_setup_retire_blk_timer()534 pkc->retire_blk_timer.expires = jiffies; in prb_setup_retire_blk_timer()[all …]