| /components/utilities/libadt/bitmap/ |
| A D | bitmap.h | 42 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 D | mm_aspace.c | 1141 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 D | Kconfig | 12 This upper limit is set to protect kernel memory from draining
|
| /components/drivers/ofw/ |
| A D | irq.c | 47 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 D | usbh_rtl8152.c | 999 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 D | pic-gicv3.c | 578 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 D | lwp_futex.c | 882 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 D | README.md | 31 - 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 D | rawapi.txt | 205 the queue of outgoing segment is larger than the upper limit defined
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 226 the queue of outgoing segment is larger than the upper limit defined
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 2305 # 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 D | lwip.Doxyfile | 2328 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|
| A D | lwip.Doxyfile.cmake.in | 2328 # for no limit. Note that the threshold may be exceeded by 50% before the limit
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1205 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 D | CHANGELOG | 2161 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 D | CHANGELOG | 2414 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
|