Searched refs:pkc (Results 1 – 1 of 1) sorted by relevance
518 static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc) in prb_del_retire_blk_timer() argument520 del_timer_sync(&pkc->retire_blk_timer); in prb_del_retire_blk_timer()526 struct tpacket_kbdq_core *pkc; in prb_shutdown_retire_blk_timer() local528 pkc = GET_PBDQC_FROM_RB(&po->rx_ring); in prb_shutdown_retire_blk_timer()531 pkc->delete_blk_timer = 1; in prb_shutdown_retire_blk_timer()534 prb_del_retire_blk_timer(pkc); in prb_shutdown_retire_blk_timer()538 struct tpacket_kbdq_core *pkc, in prb_init_blk_timer() argument541 init_timer(&pkc->retire_blk_timer); in prb_init_blk_timer()542 pkc->retire_blk_timer.data = (long)po; in prb_init_blk_timer()543 pkc->retire_blk_timer.function = func; in prb_init_blk_timer()[all …]