Home
last modified time | relevance | path

Searched refs:td_type (Results 1 – 17 of 17) sorted by relevance

/dragonfly/sys/net/
H A Dnetisr2.h150 KASSERT(curthread->td_type != TD_TYPE_NETISR || in netisr_domsg_port()
H A Dif.c286 if (!force && curthread->td_type == TD_TYPE_NETISR && in ifsq_ifstart_schedule()
3343 if (td->td_type == TD_TYPE_NETISR) { in ifq_dispatch()
3767 KASSERT(curthread->td_type != TD_TYPE_NETISR, in ifnet_lock()
3775 KASSERT(curthread->td_type != TD_TYPE_NETISR, in ifnet_unlock()
3868 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in ifnet_array_get()
3878 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in ifnet_array_isempty()
H A Dnetisr.c326 td->td_type = TD_TYPE_NETISR; in netmsg_service_loop()
/dragonfly/sys/netinet/
H A Dip_icmp.c265 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in icmp_mtudisc()
365 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in icmp_ctlinput()
458 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in icmp_redirect()
H A Din_pcb.c1231 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in in_setsockaddr()
1265 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in in_setpeeraddr()
H A Dif_ether.c719 KASSERT(curthread->td_type == TD_TYPE_NETISR, in arp_update_oncpu()
H A Dudp_usrreq.c1763 KASSERT(td->td_type == TD_TYPE_NETISR, ("not in netisr")); in udp_detach_oncpu_dispatch()
H A Dip_input.c2042 if (curthread->td_type == TD_TYPE_NETISR) { in ip_forward()
/dragonfly/sys/dev/raid/twe/
H A Dtwevar.h61 u_int8_t td_type; member
H A Dtwe_freebsd.c584 twe_describe_code(twe_table_unittype, dr->td_type), in twe_attach_drive()
H A Dtwe.c261 dr->td_type = ud->configuration; in twe_add_unit()
/dragonfly/sys/netinet6/
H A Din6_pcb.c429 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in in6_setsockaddr()
478 KASSERT(curthread->td_type == TD_TYPE_NETISR, ("not in netisr")); in in6_setpeeraddr()
/dragonfly/sys/sys/
H A Dthread.h289 int td_type; /* thread type, TD_TYPE_ */ member
/dragonfly/sys/opencrypto/
H A Dcrypto.c817 curthread->td_type == TD_TYPE_CRYPTO) { in crypto_dispatch()
1299 curthread->td_type = TD_TYPE_CRYPTO; in crypto_proc()
/dragonfly/sys/platform/pc64/x86_64/
H A Dgenassym.c190 ASSYM(TD_TYPE, offsetof(struct thread, td_type));
/dragonfly/contrib/gcc-8.0/gcc/
H A Dubsan.c545 tree td_type = ubsan_get_type_descriptor_type (); in ubsan_create_data() local
546 td_type = build_pointer_type (td_type); in ubsan_create_data()
569 td_type); in ubsan_create_data()
/dragonfly/sys/kern/
H A Dlwkt_thread.c450 td->td_type = TD_TYPE_GENERIC; in lwkt_init_thread()