• Home
  • Raw
  • Download

Lines Matching defs:cache

68 int nl_cache_nitems(struct nl_cache *cache)  in nl_cache_nitems()
78 int nl_cache_nitems_filter(struct nl_cache *cache, struct nl_object *filter) in nl_cache_nitems_filter()
101 int nl_cache_is_empty(struct nl_cache *cache) in nl_cache_is_empty()
110 struct nl_cache_ops *nl_cache_get_ops(struct nl_cache *cache) in nl_cache_get_ops()
119 struct nl_object *nl_cache_get_first(struct nl_cache *cache) in nl_cache_get_first()
132 struct nl_object *nl_cache_get_last(struct nl_cache *cache) in nl_cache_get_last()
185 struct nl_cache *cache; in nl_cache_alloc() local
236 struct nl_cache *cache; in nl_cache_alloc_and_fill() local
267 struct nl_cache *cache; in nl_cache_alloc_name() local
300 struct nl_cache *cache; in nl_cache_subset() local
337 struct nl_cache *nl_cache_clone(struct nl_cache *cache) in nl_cache_clone()
366 void nl_cache_clear(struct nl_cache *cache) in nl_cache_clear()
376 static void __nl_cache_free(struct nl_cache *cache) in __nl_cache_free()
391 void nl_cache_get(struct nl_cache *cache) in nl_cache_get()
408 void nl_cache_free(struct nl_cache *cache) in nl_cache_free()
422 void nl_cache_put(struct nl_cache *cache) in nl_cache_put()
434 static int __cache_add(struct nl_cache *cache, struct nl_object *obj) in __cache_add()
479 int nl_cache_add(struct nl_cache *cache, struct nl_object *obj) in nl_cache_add()
523 int nl_cache_move(struct nl_cache *cache, struct nl_object *obj) in nl_cache_move()
554 struct nl_cache *cache = obj->ce_cache; in nl_cache_remove() local
590 void nl_cache_set_arg1(struct nl_cache *cache, int arg) in nl_cache_set_arg1()
603 void nl_cache_set_arg2(struct nl_cache *cache, int arg) in nl_cache_set_arg2()
613 void nl_cache_set_flags(struct nl_cache *cache, unsigned int flags) in nl_cache_set_flags()
643 struct nl_cache *cache) in nl_cache_request_full_dump()
682 static int __cache_pickup(struct nl_sock *sk, struct nl_cache *cache, in __cache_pickup()
713 struct nl_cache *cache = (struct nl_cache *)p->pp_arg; in pickup_cb() local
743 int nl_cache_pickup(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_pickup()
756 static int cache_include(struct nl_cache *cache, struct nl_object *obj, in cache_include()
806 int nl_cache_include(struct nl_cache *cache, struct nl_object *obj, in nl_cache_include()
833 int nl_cache_resync(struct nl_sock *sk, struct nl_cache *cache, in nl_cache_resync()
940 int nl_cache_parse_and_add(struct nl_cache *cache, struct nl_msg *msg) in nl_cache_parse_and_add()
960 int nl_cache_refill(struct nl_sock *sk, struct nl_cache *cache) in nl_cache_refill()
1004 static struct nl_object *__cache_fast_lookup(struct nl_cache *cache, in __cache_fast_lookup()
1033 struct nl_object *nl_cache_search(struct nl_cache *cache, in nl_cache_search()
1068 struct nl_object *nl_cache_find(struct nl_cache *cache, in nl_cache_find()
1097 void nl_cache_mark_all(struct nl_cache *cache) in nl_cache_mark_all()
1122 void nl_cache_dump(struct nl_cache *cache, struct nl_dump_params *params) in nl_cache_dump()
1136 void nl_cache_dump_filter(struct nl_cache *cache, in nl_cache_dump_filter()
1185 void nl_cache_foreach(struct nl_cache *cache, in nl_cache_foreach()
1202 void nl_cache_foreach_filter(struct nl_cache *cache, struct nl_object *filter, in nl_cache_foreach_filter()