Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/preemptirq/
Dirqsoff_tracer.tc21 unres() { #msg
28 modprobe $MOD || unres "$MOD module not available"
/kernel/linux/linux-5.10/scripts/mod/
Dmodpost.c733 mod->unres = alloc_symbol(symname, in handle_symbol()
735 mod->unres); in handle_symbol()
2087 mod->unres = alloc_symbol("module_layout", 0, mod->unres); in read_symbols()
2182 for (s = mod->unres; s; s = s->next) { in check_exports()
2297 for (s = mod->unres; s; s = s->next) { in add_versions()
2313 for (s = mod->unres; s; s = s->next) { in add_versions()
2342 for (s = mod->unres; s; s = s->next) in add_depends()
2348 for (s = mod->unres; s; s = s->next) { in add_depends()
Dmodpost.h121 struct symbol *unres; member
/kernel/linux/linux-5.10/net/ipv6/
Dip6mr.c777 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres()
803 if (time_after(c->mfc_un.unres.expires, now)) { in ipmr_do_expire_process()
805 unsigned long interval = c->mfc_un.unres.expires - now; in ipmr_do_expire_process()
995 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ip6mr_cache_alloc_unres()
996 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; in ip6mr_cache_alloc_unres()
1013 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ip6mr_cache_resolve()
1191 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ip6mr_cache_unresolved()
1199 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ip6mr_cache_unresolved()
/kernel/linux/linux-5.10/net/ipv4/
Dipmr.c726 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres()
766 if (time_after(c->mfc_un.unres.expires, now)) { in ipmr_expire_process()
767 unsigned long interval = c->mfc_un.unres.expires - now; in ipmr_expire_process()
967 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres()
968 c->_c.mfc_un.unres.expires = jiffies + 10 * HZ; in ipmr_cache_alloc_unres()
981 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve()
1145 c->_c.mfc_un.unres.expires); in ipmr_cache_unresolved()
1149 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ipmr_cache_unresolved()
1157 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ipmr_cache_unresolved()
/kernel/linux/linux-5.10/include/linux/
Dmroute_base.h139 } unres; member