Searched refs:order (Results 1 – 17 of 17) sorted by relevance
| /components/mm/ |
| A D | Kconfig | 12 int "Max order of pages allocatable by page allocator" 20 Max order should at least satisfied usage by huge page.
|
| A D | mm_page.c | 63 #define AFFID_NUMOF_ID_IN_SET(order) \ argument 64 ((RT_PAGE_AFFINITY_BLOCK_SIZE / ARCH_PAGE_SIZE) / (1ul << (order))) 65 #define AFFID_BITS_MASK(order) \ argument 66 (((1 << AFFID_BLK_BITS) - 1) - ((1 << (order)) - 1)) 967 static void _dump_page_list(int order, rt_page_t lp, rt_page_t hp, in _dump_page_list() argument 972 rt_kprintf("level %d ", order); in _dump_page_list() 976 free += (1UL << order); in _dump_page_list() 982 free += (1UL << order); in _dump_page_list()
|
| /components/libc/cplusplus/ |
| A D | README.md | 3 This is the C++ component in RT-Thread RTOS. In order to support C++ language, this component 39 /* This is used by the startup in order to initialize the .data secion */
|
| /components/drivers/usb/cherryusb/ |
| A D | README.md | 19 In order to make it easier for users to learn USB basics, enumeration, driver loading and IP driver… 28 In order to facilitate the use of the USB interface and to take into account the fact that users ha… 227 Thanks to the following companies for their support (in no particular order):
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | UPGRADING | 18 * ip4_route_src: parameter order is reversed: ip4_route_src(dest, src) -> ip4_route_src(src, dest) 19 to make parameter order consistent with other ip*_route*() functions. 20 Same also applies to LWIP_HOOK_IP4_ROUTE_SRC() parameter order.
|
| A D | CHANGELOG | 231 to make parameter order consistent with other ip*_route*() functions 232 Same also applies to LWIP_HOOK_IP4_ROUTE_SRC() parameter order. 894 * ip6.c: fixed bug #41094 (Byte-order bug in IPv6 fragmentation header test) 897 * nd6.c: fixed bug #38153 (nd6_input() byte order issues) 2287 of network byte order 2420 out of window or out of order properly 3113 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for 3372 arrive out-of-order 4142 * Fixed TCP bug in dequeueing of FIN from out of order segment queue. 4389 * Variables named "data" and "code" have been renamed in order to [all …]
|
| /components/drivers/usb/cherryusb/port/ehci/ |
| A D | usb_hc_ehci.c | 166 int order, interval; in ehci_caculate_smask() local 180 for (order = 0; (interval > 1); order++) { in ehci_caculate_smask() 183 return (0x1 << (order % 8)); in ehci_caculate_smask()
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | savannah.txt | 70 following disciplined steps in order to prevent conflicts
|
| A D | rawapi.txt | 83 argument. Also, in order to be able to keep program specific state, 114 can be specified as IP_ADDR_ANY in order to bind the connection to 374 Call these functions in the order of appearance:
|
| A D | snmp_agent.txt | 134 tree must be kept in sorted ascending (lexicographical) order.
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 113 argument. Also, in order to be able to keep program specific state, 144 can be specified as IP_ADDR_ANY in order to bind the connection to 384 Call these functions in the order of appearance:
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 169 # header file to include in order to use a class. If left blank only the name of 316 # tag to YES in order to let doxygen match functions declarations and 542 # which file to include in order to use the member. 561 # name. If set to NO, the members will appear in declaration order. 568 # name. If set to NO, the members will appear in declaration order. Note that 569 # this will also influence the order of the classes in the class list. 587 # of group names into alphabetical order. If set to NO the group names will 588 # appear in their defined order. 1159 # Note: The order of the extra style sheet files is of importance (e.g. the last 2384 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order [all …]
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 169 # header file to include in order to use a class. If left blank only the name of 325 # tag to YES in order to let doxygen match functions declarations and 551 # which file to include in order to use the member. 570 # name. If set to NO, the members will appear in declaration order. 577 # name. If set to NO, the members will appear in declaration order. Note that 578 # this will also influence the order of the classes in the class list. 596 # of group names into alphabetical order. If set to NO the group names will 597 # appear in their defined order. 1170 # Note: The order of the extra style sheet files is of importance (e.g. the last 2407 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order [all …]
|
| A D | lwip.Doxyfile.cmake.in | 169 # header file to include in order to use a class. If left blank only the name of 325 # tag to YES in order to let doxygen match functions declarations and 551 # which file to include in order to use the member. 570 # name. If set to NO, the members will appear in declaration order. 577 # name. If set to NO, the members will appear in declaration order. Note that 578 # this will also influence the order of the classes in the class list. 596 # of group names into alphabetical order. If set to NO the group names will 597 # appear in their defined order. 1170 # Note: The order of the extra style sheet files is of importance (e.g. the last 2407 # Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order [all …]
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 641 * ip6.c: fixed bug #41094 (Byte-order bug in IPv6 fragmentation header test) 644 * nd6.c: fixed bug #38153 (nd6_input() byte order issues) 1538 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in 2033 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead 2034 of network byte order 2167 out of window or out of order properly 2860 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for 3119 arrive out-of-order 3889 * Fixed TCP bug in dequeueing of FIN from out of order segment queue. 4136 * Variables named "data" and "code" have been renamed in order to [all …]
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | 00history.txt | 362 …Changed user provided synchronization functions in order to completely eliminate the platform depe…
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 582 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in 1077 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead 1078 of network byte order 1211 out of window or out of order properly 1904 * etharp.h, etharp.c, ethernetif.c: Modified order of parameters for 2163 arrive out-of-order 2853 delayed ACK in order to open the window if the stack is only receiving data. 2933 * Fixed TCP bug in dequeueing of FIN from out of order segment queue. 3180 * Variables named "data" and "code" have been renamed in order to 3198 * TCP: out of order segments were in some cases handled incorrectly,
|
Completed in 35 milliseconds