Searched refs:atok (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kloop.c110 /* Make sure that loads from atok->head and atok->cur are not delayed
973 netmap_pt_guest_txsync(struct nm_csb_atok *atok, struct nm_csb_ktoa *ktoa, argument
979 atok->appl_need_kick = 0;
986 nm_sync_kloop_appl_write(atok, kring->rcur, kring->rhead);
992 atok->sync_flags = flags;
1011 atok->appl_need_kick = 1;
1018 atok->appl_need_kick = 0;
1023 kring->name, atok->head, atok
1041 netmap_pt_guest_rxsync(struct nm_csb_atok *atok, struct nm_csb_ktoa *ktoa, struct netmap_kring *kring, int flags) argument
[all...]
H A Dnetmap_kern.h2252 bool netmap_pt_guest_txsync(struct nm_csb_atok *atok,
2255 bool netmap_pt_guest_rxsync(struct nm_csb_atok *atok,
/freebsd-11-stable/sys/net/
H A Dnetmap.h822 nm_sync_kloop_appl_write(struct nm_csb_atok *atok, uint32_t cur, argument
826 * netmap ring do not overcome updates on atok->cur and atok->head. */
850 atok->cur = cur;
852 atok->head = head;
/freebsd-11-stable/contrib/mdocml/
H A Dmdoc_macro.c549 enum roff_tok atok, ntok; local
568 atok = rew_alt(tok);
571 if (n->flags & NODE_ENDED || n->tok != atok ||
612 if (atok == n->tok) {
634 roff_name[atok], roff_name[later->tok]);
637 atok, body);
688 mdoc_tail_alloc(mdoc, line, ppos, atok);

Completed in 83 milliseconds