Home
last modified time | relevance | path

Searched refs:unresolved (Results 1 - 25 of 26) sorted by relevance

12

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/full/
H A DIt_posix_queue_090.cpp37 INT32 i, unresolved = 0, failure = 0, numqueues = 0, ret; in Testcase() local
45 unresolved = 1; in Testcase()
78 if (unresolved == 1) { in Testcase()
79 ICUNIT_ASSERT_NOT_EQUAL(unresolved, 1, unresolved); in Testcase()
H A DIt_posix_queue_080.cpp40 INT32 unresolved = 0, failure = 0, i, maxreached = 0, ret = 0; in Testcase() local
66 unresolved = 1; in Testcase()
H A DIt_posix_queue_056.cpp38 INT32 unresolved = 0, failure = 0, ret = 0; in Testcase() local
H A DIt_posix_queue_058.cpp39 INT32 unresolved = 0, failure = 0, ret = 0; in Testcase() local
H A DIt_posix_queue_061.cpp38 INT32 unresolved = 0; in Testcase() local
H A DIt_posix_queue_084.cpp39 INT32 unresolved = 0, failure = 0, ret = 0; in Testcase() local
H A DIt_posix_queue_108.cpp39 INT32 unresolved = 0, failure = 0, ret = 0; in Testcase() local
H A DIt_posix_queue_063.cpp38 INT32 unresolved = 0; in Testcase() local
H A DIt_posix_queue_066.cpp39 INT32 unresolved = 0; in Testcase() local
H A DIt_posix_queue_081.cpp40 INT32 unresolved = 0, ret; in Testcase() local
H A DIt_posix_queue_083.cpp40 INT32 unresolved = 0, failure = 0, i, maxreached = 0, ret = 0; in Testcase() local
/kernel/linux/linux-5.10/net/appletalk/
H A Daarp.c58 /* These first two are only used for unresolved entries */
70 /* Hashed list of resolved, unresolved and proxy entries */
72 static struct aarp_entry *unresolved[AARP_HASH_SIZE]; variable
315 __aarp_kick(&unresolved[ct]); in aarp_expire_timeout()
316 __aarp_expire_timer(&unresolved[ct]); in aarp_expire_timeout()
341 __aarp_expire_device(&unresolved[ct], dev); in aarp_device_event()
370 __aarp_expire_all(&unresolved[ct]); in aarp_purge()
622 /* Do we have an unresolved entry: This is the less common path */ in aarp_send_ddp()
623 a = __aarp_find_entry(unresolved[hash], dev, sa); in aarp_send_ddp()
624 if (a) { /* Queue onto the unresolved queu in aarp_send_ddp()
[all...]
/kernel/linux/linux-6.6/net/appletalk/
H A Daarp.c58 /* These first two are only used for unresolved entries */
70 /* Hashed list of resolved, unresolved and proxy entries */
72 static struct aarp_entry *unresolved[AARP_HASH_SIZE]; variable
315 __aarp_kick(&unresolved[ct]); in aarp_expire_timeout()
316 __aarp_expire_timer(&unresolved[ct]); in aarp_expire_timeout()
341 __aarp_expire_device(&unresolved[ct], dev); in aarp_device_event()
370 __aarp_expire_all(&unresolved[ct]); in aarp_purge()
622 /* Do we have an unresolved entry: This is the less common path */ in aarp_send_ddp()
623 a = __aarp_find_entry(unresolved[hash], dev, sa); in aarp_send_ddp()
624 if (a) { /* Queue onto the unresolved queu in aarp_send_ddp()
[all...]
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H A Dftrace2bconf.sh124 unresolved=$UNRESOLVED_EVENTS
126 for evdir in $unresolved; do
/kernel/linux/linux-6.6/tools/bootconfig/scripts/
H A Dftrace2bconf.sh130 unresolved=$UNRESOLVED_EVENTS
132 for evdir in $unresolved; do
/kernel/linux/linux-6.6/tools/net/ynl/lib/
H A Dnlspec.py413 unresolved = self._resolution_list
416 for elem in unresolved:
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6mr.c69 /* Special spinlock for queue of unresolved entries */
74 with weak lock mrt_lock. Queue of unresolved entries is protected
503 /* unresolved mfc_caches don't contain in ipmr_mfc_seq_show()
768 /* Destroy an unresolved cache entry, killing queued skbs
779 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres()
796 /* Timer process for all the unresolved queue. */
997 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); 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, sk in ip6mr_cache_unresolved()
2380 mr6_msgsize(bool unresolved, int maxvif) mr6_msgsize() argument
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6mr.c74 /* Special spinlock for queue of unresolved entries */
79 with weak lock mrt_lock. Queue of unresolved entries is protected
507 /* unresolved mfc_caches don't contain in ipmr_mfc_seq_show()
768 /* Destroy an unresolved cache entry, killing queued skbs
779 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved)) != NULL) { in ip6mr_destroy_unres()
796 /* Timer process for all the unresolved queue. */
998 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ip6mr_cache_alloc_unres()
1016 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ip6mr_cache_resolve()
1198 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ip6mr_cache_unresolved()
1206 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, sk in ip6mr_cache_unresolved()
2395 mr6_msgsize(bool unresolved, int maxvif) mr6_msgsize() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/
H A Dftracetest20 echo " --fail-unresolved Treat UNRESOLVED as a failure"
122 --fail-unresolved)
444 prlog "# of unresolved: " `echo $UNRESOLVED_CASES | wc -w`
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/
H A Dftracetest21 echo " --fail-unresolved Treat UNRESOLVED as a failure"
127 --fail-unresolved)
498 prlog "# of unresolved: " `echo $UNRESOLVED_CASES | wc -w`
/kernel/linux/linux-5.10/net/core/
H A Dfib_rules.c761 int err = -EINVAL, unresolved = 0; in fib_nl_newrule() local
810 unresolved = 1; in fib_nl_newrule()
825 * There are unresolved goto rules in the list, check if in fib_nl_newrule()
842 if (unresolved) in fib_nl_newrule()
/kernel/linux/linux-6.6/net/core/
H A Dfib_rules.c782 int err = -EINVAL, unresolved = 0; in fib_nl_newrule() local
831 unresolved = 1; in fib_nl_newrule()
846 * There are unresolved goto rules in the list, check if in fib_nl_newrule()
863 if (unresolved) in fib_nl_newrule()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipmr.c84 /* Special spinlock for queue of unresolved entries */
89 * with weak lock mrt_lock. Queue of unresolved entries is protected
717 /* Destroy an unresolved cache entry, killing queued skbs
728 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres()
748 /* Timer process for the unresolved queue. */
969 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres()
983 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve()
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()
2330 /* do not break the dump if cache is unresolved */ in ipmr_fill_mroute()
2350 mroute_msgsize(bool unresolved, int maxvif) mroute_msgsize() argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dipmr.c89 /* Special spinlock for queue of unresolved entries */
94 * with weak lock mrt_lock. Queue of unresolved entries is protected
717 /* Destroy an unresolved cache entry, killing queued skbs
728 while ((skb = skb_dequeue(&c->_c.mfc_un.unres.unresolved))) { in ipmr_destroy_unres()
748 /* Timer process for the unresolved queue. */
973 skb_queue_head_init(&c->_c.mfc_un.unres.unresolved); in ipmr_cache_alloc_unres()
987 while ((skb = __skb_dequeue(&uc->_c.mfc_un.unres.unresolved))) { in ipmr_cache_resolve()
1158 if (c->_c.mfc_un.unres.unresolved.qlen > 3) { in ipmr_cache_unresolved()
1166 skb_queue_tail(&c->_c.mfc_un.unres.unresolved, skb); in ipmr_cache_unresolved()
2346 /* do not break the dump if cache is unresolved */ in ipmr_fill_mroute()
2366 mroute_msgsize(bool unresolved, int maxvif) mroute_msgsize() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmroute_base.h115 * @expires: unresolved entry expire time
116 * @unresolved: unresolved cached skbs
138 struct sk_buff_head unresolved; member
230 * @ipmr_expire_timer: timer for handling unresolved routes
231 * @mfc_unres_queue: list of unresolved MFC entries
236 * @cache_resolve_queue_len: current size of unresolved queue
384 /* Lock protecting the mr_table's unresolved queue */

Completed in 22 milliseconds

12