Home
last modified time | relevance | path

Searched refs:unres (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/preemptirq/
H A Dirqsoff_tracer.tc21 unres() { #msg
28 modprobe $MOD || unres "$MOD module not available"
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c737 mod->unres = alloc_symbol(symname, in handle_symbol()
739 mod->unres); in handle_symbol()
2091 mod->unres = alloc_symbol("module_layout", 0, mod->unres); in read_symbols()
2185 for (s = mod->unres; s; s = s->next) { in check_exports()
2302 for (s = mod->unres; s; s = s->next) { in add_versions()
2318 for (s = mod->unres; s; s = s->next) { in add_versions()
2344 for (s = mod->unres; s; s = s->next) in add_depends()
2350 for (s = mod->unres; s; s = s->next) { in add_depends()
H A Dmodpost.h121 struct symbol *unres; member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6mr.c779 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres()
805 if (time_after(c->mfc_un.unres.expires, now)) { in ipmr_do_expire_process()
807 unsigned long interval = c->mfc_un.unres.expires - now; in ipmr_do_expire_process()
997 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ip6mr_cache_alloc_unres()
998 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; in ip6mr_cache_alloc_unres()
1015 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ip6mr_cache_resolve()
1193 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ip6mr_cache_unresolved()
1201 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ip6mr_cache_unresolved()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipmr.c728 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres()
768 if (time_after(c->mfc_un.unres.expires, now)) { in ipmr_expire_process()
769 unsigned long interval = c->mfc_un.unres.expires - now; in ipmr_expire_process()
969 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres()
970 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; in ipmr_cache_alloc_unres()
983 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve()
1147 c->_c.mfc_un.unres.expires); in ipmr_cache_unresolved()
1151 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ipmr_cache_unresolved()
1159 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ipmr_cache_unresolved()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmroute_base.h139 } unres; member