Searched refs:pkc (Results 1 – 1 of 1) sorted by relevance
515 static void prb_del_retire_blk_timer(struct tpacket_kbdq_core *pkc) in prb_del_retire_blk_timer() argument517 del_timer_sync(&pkc->retire_blk_timer); in prb_del_retire_blk_timer()524 struct tpacket_kbdq_core *pkc; in prb_shutdown_retire_blk_timer() local526 pkc = tx_ring ? GET_PBDQC_FROM_RB(&po->tx_ring) : in prb_shutdown_retire_blk_timer()530 pkc->delete_blk_timer = 1; in prb_shutdown_retire_blk_timer()533 prb_del_retire_blk_timer(pkc); in prb_shutdown_retire_blk_timer()537 struct tpacket_kbdq_core *pkc, in prb_init_blk_timer() argument540 init_timer(&pkc->retire_blk_timer); in prb_init_blk_timer()541 pkc->retire_blk_timer.data = (long)po; in prb_init_blk_timer()542 pkc->retire_blk_timer.function = func; in prb_init_blk_timer()[all …]