Home
last modified time | relevance | path

Searched refs:CUR_OP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2282 VERIFY(ipsq_enter(ill, B_FALSE, CUR_OP) == B_TRUE); in ill_capability_ack_thr()
5001 ill_set_phys_addr_tail, CUR_OP, B_TRUE); in ipif_ill_refrele_tail()
5005 ill_replumb_tail, CUR_OP, B_TRUE); in ipif_ill_refrele_tail()
5015 qwriter_ip(ill, ill->ill_rq, mp, ipif_all_down_tail, CUR_OP, in ipif_ill_refrele_tail()
5022 ill->ill_wq), mp, ip_reprocess_ioctl, CUR_OP, B_TRUE); in ipif_ill_refrele_tail()
6228 case CUR_OP: in ipsq_enq()
6611 if (ipx->ipx_writer == NULL && (type == CUR_OP || in ipsq_enter()
6690 (ipx->ipx_writer == NULL && (type == CUR_OP || (type == NEW_OP && in ipsq_try_enter_internal()
H A Dip_arp.c635 CUR_OP, B_TRUE); in arp_rput_dlpi()
H A Dip.c8011 qwriter_ip(ill, ill->ill_rq, mp, ip_rput_other, CUR_OP, in ip_rput_notdata()
8216 qwriter_ip(ill, q, mp, ip_rput_dlpi_writer, CUR_OP, B_FALSE); in ip_rput_dlpi()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1188 #define CUR_OP 0 /* request writer within current operation */ macro