/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_blockinfo.c | 274 //search cached block in uffs_BlockInfoFindInCache() 286 * \brief Find a cached block in cache pool, 287 * if the cached block exist then return the pointer, 288 * if the block does not cached already, find a non-used cache. 289 * if all of cached are used out, return NULL. 301 //search cached block in uffs_BlockInfoGet()
|
H A D | uffs_buf.c | 750 // First, try to find existing cached buffer. in uffs_BufFlush_Exist_With_BlockCover() 754 if (buf == NULL) { // no cached page buffer, use clone buffer. in uffs_BufFlush_Exist_With_BlockCover()
|
/nrf52832-nimble/rt-thread/libcpu/arm/am335x/ |
H A D | mmu.c | 161 mmu_setmtt(0x00000000, 0xFFFFFFFF, 0x00000000, RW_NCNB); /* None cached for 4G memory */ in mmu_setmtts() 162 mmu_setmtt(0x80200000, 0x80800000 - 1, 0x80200000, RW_CB); /* 126M cached DDR memory */ in mmu_setmtts() 163 mmu_setmtt(0x80000000, 0x80200000 - 1, 0x80000000, RW_NCNB); /* 2M none-cached DDR memory */ in mmu_setmtts()
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | configure | 1771 $as_echo_n "(cached) " >&6 1880 $as_echo_n "(cached) " >&6 2071 $as_echo_n "(cached) " >&6 2138 $as_echo_n "(cached) " >&6 2162 $as_echo_n "(cached) " >&6 2605 $as_echo_n "(cached) " >&6 2797 $as_echo_n "(cached) " >&6 2837 $as_echo_n "(cached) " >&6 2890 $as_echo_n "(cached) " >&6 2935 $as_echo_n "(cached) " >&6 [all …]
|
H A D | aclocal.m4 | 1425 # Go ahead even if we have the value already cached. We do so because we 1464 # If the value was cached, stop now. We just wanted to have am__tar
|
/nrf52832-nimble/rt-thread/libcpu/mips/common/ |
H A D | mips_asm.h | 213 * CACHED : Alias for KSEG0 macro . 215 * field of Config register, but this is typically cached). 237 #define CACHED(addr) KSEG0(addr) macro
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/ |
H A D | nd6.c | 1543 * Find the cached entry for an on-link prefix. 1600 * The last entry index is cached for fast entry search. 1618 /* per-pcb cached entry was given */ in nd6_get_next_hop_entry() 1628 /* the cached entry index is the right one! */ in nd6_get_next_hop_entry() 1635 /* found destination entry. make it our new cached index. */ in nd6_get_next_hop_entry() 1641 /* got new destination entry. make it our new cached index. */ in nd6_get_next_hop_entry() 1679 /* per-pcb cached entry was given */ in nd6_get_next_hop_entry() 1693 /* Found a matching record, make it new cached entry. */ in nd6_get_next_hop_entry() 1699 /* got new neighbor entry. make it our new cached index. */ in nd6_get_next_hop_entry()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/ |
H A D | nd6.c | 1861 * Find the cached entry for an on-link prefix. 1915 * The last entry index is cached for fast entry search. 1936 /* per-pcb cached entry was given */ in nd6_get_next_hop_entry() 1946 /* the cached entry index is the right one! */ in nd6_get_next_hop_entry() 1953 /* found destination entry. make it our new cached index. */ in nd6_get_next_hop_entry() 1960 /* got new destination entry. make it our new cached index. */ in nd6_get_next_hop_entry() 1999 /* per-pcb cached entry was given */ in nd6_get_next_hop_entry() 2013 /* Found a matching record, make it new cached entry. */ in nd6_get_next_hop_entry() 2019 /* got new neighbor entry. make it our new cached index. */ in nd6_get_next_hop_entry()
|
/nrf52832-nimble/rt-thread/libcpu/mips/x1000/ |
H A D | cpu.c | 49 /* cached D:allow-W V:valid G */ in rt_hw_tlb_init()
|
/nrf52832-nimble/nordic/nrfx/soc/ |
H A D | nrfx_coredep.h | 148 // Make sure that code is cached properly, so that no extra wait states appear. in nrfx_coredep_delay_us()
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | mmu.c | 148 /* 128M cached DDR memory */ in rt_hw_mmu_init()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | dns.c | 601 * was not found in the cached dns_table. 1121 transaction in progress, and should not be cached." in dns_correct_response() 1461 * cached in the dns_table (only valid if ERR_OK is returned!) 1479 * cached in the dns_table (only valid if ERR_OK is returned!) 1531 /* already have this address cached? */ in dns_gethostbyname_addrtype()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | dns.c | 598 * was not found in the cached dns_table. 1157 transaction in progress, and should not be cached." in dns_correct_response() 1519 * cached in the dns_table (only valid if ERR_OK is returned!) 1537 * cached in the dns_table (only valid if ERR_OK is returned!) 1589 /* already have this address cached? */ in dns_gethostbyname_addrtype()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | dns.c | 447 * was not found in the cached dns_table. 929 * cached in the dns_table (only valid if ERR_OK is returned!) 958 /* already have this address cached? */ in dns_gethostbyname()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | 00history.txt | 85 Fixed cached sector is not flushed when create and close without write.
|
H A D | ff.h | 255 FRESULT f_sync (FIL* fp); /* Flush cached data of the writing file */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | net.h | 53 u8_t beacon_cache[21]; /* Cached last authenticated beacon */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 110 Number of messages that are cached for the network. This description
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/ |
H A D | fs-ecos.c | 204 // remove all cached inodes with i_count of zero (these are only in icache_evict() 1801 inode->i_cache_next = NULL; // Newest inode, about to be cached in new_inode() 1835 // Must first check for cached inode in jffs2_iget() 1847 // Not cached, so malloc it in jffs2_iget()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_gatts.c | 63 /** A cached array of handles for the configurable characteristics. */ 1241 /* Allocate the cached array of handles for the configuration in ble_gatts_start()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | etharp.c | 854 /* per-pcb cached entry was given */ 863 /* the per-pcb-cached entry is stable and the right one! */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | etharp.c | 857 /* per-pcb cached entry was given */ 866 /* the per-pcb-cached entry is stable and the right one! */
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ |
H A D | etharp.c | 946 /* per-pcb cached entry was given */ 952 /* the per-pcb-cached entry is stable and the right one! */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_msg.c | 942 * 2) securityParameters are already cached. in snmp_parse_inbound_frame() 1096 * 11) security data is cached? in snmp_parse_inbound_frame()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/http/ |
H A D | http_client.c | 477 /* cached or IP-string */ in httpc_get_internal_dns()
|