Home
last modified time | relevance | path

Searched refs:limit (Results 1 – 16 of 16) sorted by relevance

/components/utilities/libadt/bitmap/
A Dbitmap.h42 for (bit = start; bit < limit && !rt_bitmap_test_bit(bitmap, bit); ++bit) in rt_bitmap_next_set_bit()
53 for (bit = start; bit < limit && rt_bitmap_test_bit(bitmap, bit); ++bit) in rt_bitmap_next_clear_bit()
63 (bit) = rt_bitmap_next_##state##_bit((bitmap), (bit + 1), (limit)))
65 #define rt_bitmap_for_each_set_bit_from(bitmap, from, bit, limit) \ argument
66 rt_bitmap_for_each_bit_from(set, bitmap, from, bit, limit)
68 #define rt_bitmap_for_each_set_bit(bitmap, bit, limit) \ argument
69 rt_bitmap_for_each_set_bit_from(bitmap, 0, bit, limit)
71 #define rt_bitmap_for_each_clear_bit_from(bitmap, from, bit, limit) \ argument
72 rt_bitmap_for_each_bit_from(clear, bitmap, from, bit, limit)
74 #define rt_bitmap_for_each_clear_bit(bitmap, bit, limit) \ argument
[all …]
/components/mm/
A Dmm_aspace.c1141 while (varea && varea->start < limit.end) in _ascending_search()
1146 if (candidate > (char *)limit.end || (char *)limit.end - candidate + 1 < req_size) in _ascending_search()
1155 (char *)_lower(limit.end, (char *)nx_va->start - 1) - in _ascending_search()
1177 struct _mm_range limit) in _find_head_and_asc_search() argument
1180 char *candidate = _align(limit.start, align_mask); in _find_head_and_asc_search()
1207 va = _ascending_search(varea, req_size, align_mask, limit); in _find_head_and_asc_search()
1212 rt_size_t gap_size = (char *)limit.end - candidate + 1; in _find_head_and_asc_search()
1281 va = _ascending_search(varea, req_size, align_mask, limit); in _find_free()
1285 limit.end = (char *)varea->start - 1; in _find_free()
1287 limit); in _find_free()
[all …]
/components/lwp/terminal/
A DKconfig12 This upper limit is set to protect kernel memory from draining
/components/drivers/ofw/
A Dirq.c47 int addr_cells, pin_cells, icaddr_cells, idx1, idx2, limit; in ofw_parse_irq_map() local
226 … for (idx1 = _idx, idx2 = _idx2, limit = idx1 + _count; idx1 < limit __VA_ARGS__; ++idx1, ++idx2) in ofw_parse_irq_map()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.c999 uint16_t limit = 64; in generic_ocp_read() local
1011 if (size > limit) { in generic_ocp_read()
1016 index += limit; in generic_ocp_read()
1017 buf += limit; in generic_ocp_read()
1018 size -= limit; in generic_ocp_read()
1039 uint16_t limit = 512; in generic_ocp_write() local
1073 if (size > limit) { in generic_ocp_write()
1076 limit, buf); in generic_ocp_write()
1080 index += limit; in generic_ocp_write()
1081 buf += limit; in generic_ocp_write()
[all …]
/components/drivers/pic/
A Dpic-gicv3.c578 int cpu_id, last_cpu_id, limit; in gicv3_irq_send_ipi() local
590 limit = rt_min(cpu_id + ICC_SGI1R_TARGET_LIST_MAX, RT_CPUS_NR); in gicv3_irq_send_ipi()
593 rt_bitmap_for_each_set_bit_from(cpumask, cpu_id, cpu_id, limit) in gicv3_irq_send_ipi()
/components/lwp/
A Dlwp_futex.c882 unsigned int limit = 2048; in lwp_futex_exit_robust_list() local
927 if (!--limit) in lwp_futex_exit_robust_list()
/components/drivers/usb/cherryusb/
A DREADME.md31 - There is no limit to the length of send and receive, the user does not need to care about the USB…
/components/net/lwip/lwip-1.4.1/doc/
A Drawapi.txt205 the queue of outgoing segment is larger than the upper limit defined
/components/net/lwip/lwip-2.0.3/doc/
A Drawapi.txt226 the queue of outgoing segment is larger than the upper limit defined
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile2305 # for no limit. Note that the threshold may be exceeded by 50% before the limit
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile2328 # for no limit. Note that the threshold may be exceeded by 50% before the limit
A Dlwip.Doxyfile.cmake.in2328 # for no limit. Note that the threshold may be exceeded by 50% before the limit
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1205 Added option to limit loopback packets for each netifs.
1539 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG2161 Added option to limit loopback packets for each netifs.
2495 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG2414 Added option to limit loopback packets for each netifs.
2748 tcp_in.c, init.c, opt.h: rename backlog options with TCP_ prefix, limit the

Completed in 39 milliseconds