Searched refs:req3 (Results 1 – 3 of 3) sorted by relevance
89 struct tpacket_req3 req3; member609 ring->req3.tp_retire_blk_tov = 64; in __v3_fill()610 ring->req3.tp_sizeof_priv = 0; in __v3_fill()611 ring->req3.tp_feature_req_word = TP_FT_REQ_FILL_RXHASH; in __v3_fill()613 ring->req3.tp_block_size = getpagesize() << 2; in __v3_fill()614 ring->req3.tp_frame_size = TPACKET_ALIGNMENT << 7; in __v3_fill()615 ring->req3.tp_block_nr = blocks; in __v3_fill()617 ring->req3.tp_frame_nr = ring->req3.tp_block_size / in __v3_fill()618 ring->req3.tp_frame_size * in __v3_fill()619 ring->req3.tp_block_nr; in __v3_fill()[all …]
56 Request req3 = mock(Request.class); in cancelAll_onlyCorrectTag() local57 when(req3.getTag()).thenReturn(tagA); in cancelAll_onlyCorrectTag()63 queue.add(req3); // A in cancelAll_onlyCorrectTag()68 verify(req3).cancel(); // A cancelled in cancelAll_onlyCorrectTag()
286 struct tpacket_req3 req3; member