Searched refs:cache (Results 1 - 25 of 39) sorted by relevance

12

/openwrt/package/libs/libnl-tiny/src/
H A Dcache.c2 * lib/cache.c Caching Module
14 * @defgroup cache Cache
26 * 2) destroy old cache +----------- pp_cb ---------|---+
45 #include <netlink/cache.h>
55 * Allocate an empty cache
56 * @arg ops cache operations to base the cache on
58 * @return A newly allocated and initialized cache.
62 struct nl_cache *cache; local
64 cache
79 struct nl_cache *cache; local
100 nl_cache_clear(struct nl_cache *cache) argument
118 nl_cache_free(struct nl_cache *cache) argument
135 __cache_add(struct nl_cache *cache, struct nl_object *obj) argument
158 nl_cache_add(struct nl_cache *cache, struct nl_object *obj) argument
187 struct nl_cache *cache = obj->ce_cache; local
219 nl_cache_request_full_dump(struct nl_sock *sk, struct nl_cache *cache) argument
244 __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, struct nl_parser_param *param) argument
289 nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) argument
341 nl_cache_parse_and_add(struct nl_cache *cache, struct nl_msg *msg) argument
361 nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) argument
[all...]
H A Dgenl_ctrl.c147 * Look up generic netlink family by id in the provided cache.
148 * @arg cache Generic netlink family cache.
151 * Searches through the cache looking for a registered family
158 struct genl_family *genl_ctrl_search(struct nl_cache *cache, int id) argument
162 if (cache->c_ops != &genl_ctrl_ops)
165 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
181 * Look up generic netlink family by family name in the provided cache.
182 * @arg cache Generic netlink family cache
192 genl_ctrl_search_by_name(struct nl_cache *cache, const char *name) argument
224 struct nl_cache *cache; local
[all...]
H A DMakefile13 LIBNL_OBJ=nl.o handlers.o msg.o attr.o cache.o cache_mngt.o object.o socket.o error.o
H A Dcache_mngt.c20 #include <netlink/cache.h>
31 * Lookup the set cache operations of a certain cache type
32 * @arg name name of the cache type
34 * @return The cache operations or NULL if no operations
49 * Associate a message type to a set of cache operations
54 * a registered set of cache operations.
56 * @return The cache operations or NULL if no association
77 * Register a set of cache operations
78 * @arg ops cache operation
[all...]
H A Dunl.c38 if (genl_ctrl_alloc_cache(unl->sock, &unl->cache))
41 unl->family = genl_ctrl_search_by_name(unl->cache, family);
61 if (unl->cache)
62 nl_cache_free(unl->cache);
H A Dobject.c13 * @ingroup cache
20 #include <netlink/cache.h>
39 * @arg ops cache operations handle
/openwrt/package/libs/libnl-tiny/src/include/netlink/genl/
H A Dctrl.h16 #include <netlink/cache.h>
H A Dfamily.h16 #include <netlink/cache.h>
/openwrt/package/libs/libnl-tiny/src/include/
H A Dnetlink-local.h51 #include <netlink/cache.h>
53 #include <netlink/cache-api.h>
139 static inline char *nl_cache_name(struct nl_cache *cache) argument
141 return cache->c_ops ? cache->c_ops->co_name : "unknown";
H A Dunl.h11 struct nl_cache *cache; member in struct:unl
/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1427 * In these cases, a short read/write cache can provide a huge perfomance
1429 * In Linux, the page cache provides read buffering and the short op cache
1432 * There are a small number (~10) of cache chunks per device so that we don't
1440 struct yaffs_cache *cache; local
1444 cache = &dev->cache[i];
1445 if (cache->object == obj && cache->dirty)
1452 static void yaffs_flush_single_cache(struct yaffs_cache *cache, in argument
1477 struct yaffs_cache *cache; local
1536 struct yaffs_cache *cache; local
1599 yaffs_use_cache(struct yaffs_dev *dev, struct yaffs_cache *cache, int is_write) argument
1628 struct yaffs_cache *cache; local
3413 struct yaffs_cache *cache; local
3563 struct yaffs_cache *cache; local
[all...]
/openwrt/target/linux/generic/image/relocate/
H A Dhead.S88 /* flush cache */
101 cache Hit_Writeback_Inv_D, 0(t0)
102 cache Hit_Invalidate_I, 0(t0)
130 /* flush cache */
144 cache Hit_Writeback_Inv_D, 0(t0)
145 cache Hit_Invalidate_I, 0(t0)
/openwrt/target/linux/ar71xx/image/lzma-loader/src/
H A Dhead.S70 /* flush cache */
83 cache Hit_Writeback_Inv_D, 0(t0)
84 cache Hit_Invalidate_I, 0(t0)
/openwrt/target/linux/brcm63xx/image/lzma-loader/src/
H A Dhead.S70 /* flush cache */
83 cache Hit_Writeback_Inv_D, 0(t0)
84 cache Hit_Invalidate_I, 0(t0)
H A DMakefile45 OBJECTS := head.o loader.o cache.o board.o printf.o LzmaDecode.o
/openwrt/target/linux/lantiq/image/lzma-loader/src/
H A Dhead.S70 /* flush cache */
83 cache Hit_Writeback_Inv_D, 0(t0)
84 cache Hit_Invalidate_I, 0(t0)
/openwrt/target/linux/ramips/image/lzma-loader/src/
H A Dhead.S70 /* flush cache */
83 cache Hit_Writeback_Inv_D, 0(t0)
84 cache Hit_Invalidate_I, 0(t0)
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A Dhead.S2 /* cache manipulation adapted from Broadcom code */
31 #define CONF1_IS_SHIFT 22 /* Instruction cache sets/way */
63 1: /* Get cache sizes */
75 sll s1,t0,s1 /* s1 has D$ cache line size */
89 mflo t0 /* total cache lines */
99 addu t1,t0,s2 /* + size of cache == end */
102 1: cache Index_Writeback_Inv_D,0(t0)
120 sll s3,t0 /* s3 has I$ cache line size */
134 mflo t0 /* s4 is now total cache lines */
137 mflo s4 /* s4 is cache siz
[all...]
/openwrt/target/linux/generic/image/lzma-loader/src/
H A Dstart.S25 #define CONF1_IS_SHIFT 22 /* Instruction cache sets/way */
64 1: /* Get cache sizes */
74 sll s1,t0,s1 /* s1 has D$ cache line size */
88 mflo t0 /* total cache lines */
98 addu t1,t0,s2 /* + size of cache == end */
100 1: cache Index_Writeback_Inv_D,0(t0)
117 sll s3,t0 /* s3 has I$ cache line size */
131 mflo t0 /* s4 is now total cache lines */
134 mflo s4 /* s4 is cache size in bytes */
141 addu t1,t0,s4 /* + size of cache
[all...]
/openwrt/toolchain/musl/
H A Dcommon.mk49 ( cd $(HOST_BUILD_DIR); rm -f config.cache; \
/openwrt/package/libs/libnl-tiny/src/include/netlink/
H A Dcache.h2 * netlink/cache.h Caching Module
19 #include <netlink/cache-api.h>
92 /* --- cache management --- */
102 /* Global cache provisioning/requiring */
/openwrt/package/network/services/ead/src/tinysrp/
H A Dconfigure19 cache_file=./config.cache
86 -cache-file | --cache-file | --cache-fil | --cache-fi \
87 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
89 -cache-file=* | --cache
[all...]
/openwrt/toolchain/gcc/final/
H A DMakefile37 (cd $(GCC_BUILD_DIR) && rm -f config.cache; \
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A Dhead.S5 /* cache manipulation adapted from Broadcom code */
38 #define CONF1_IS_SHIFT 22 /* Instruction cache sets/way */
98 1: /* Get cache sizes */
110 sll s1,t0,s1 /* s1 has D$ cache line size */
124 mflo t0 /* total cache lines */
134 addu t1,t0,s2 /* + size of cache == end */
137 1: cache Index_Writeback_Inv_D,0(t0)
155 sll s3,t0 /* s3 has I$ cache line size */
169 mflo t0 /* s4 is now total cache lines */
172 mflo s4 /* s4 is cache siz
[all...]
/openwrt/toolchain/glibc/
H A Dcommon.mk94 ( cd $(CUR_BUILD_DIR); rm -f config.cache; \

Completed in 90 milliseconds

12