Searched defs:object (Results 1 – 11 of 11) sorted by relevance
/include/linux/ |
D | kasan.h | 141 void *object) in kasan_unpoison_object_data() 149 void *object) in kasan_poison_object_data() 158 struct kmem_cache *cache, const void *object) in kasan_init_slab_obj() 168 void *object, bool init) in kasan_slab_free() 192 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc() 202 const void *object, size_t size, gfp_t flags) in kasan_kmalloc() 221 static __always_inline void * __must_check kasan_krealloc(const void *object, in kasan_krealloc() 254 void *object) {} in kasan_unpoison_object_data() 256 void *object) {} in kasan_poison_object_data() 258 const void *object) in kasan_init_slab_obj() [all …]
|
D | fscache-cache.h | 100 struct fscache_object *object; /* object to be operated upon */ member 398 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live() 403 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying() 408 static inline bool fscache_object_is_available(struct fscache_object *object) in fscache_object_is_available() 413 static inline bool fscache_cache_is_broken(struct fscache_object *object) in fscache_cache_is_broken() 418 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active() 444 static inline void fscache_object_lookup_error(struct fscache_object *object) in fscache_object_lookup_error() 461 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) in fscache_set_store_limit() 496 static inline bool fscache_use_cookie(struct fscache_object *object) in fscache_use_cookie() 519 static inline void fscache_unuse_cookie(struct fscache_object *object) in fscache_unuse_cookie()
|
D | kfence.h | 240 static inline bool __kfence_obj_info(struct kmem_obj_info *kpp, void *object, struct page *page) in __kfence_obj_info()
|
D | debugobjects.h | 32 void *object; member
|
D | vmalloc.h | 296 static inline bool vmalloc_dump_obj(void *object) { return false; } in vmalloc_dump_obj()
|
D | slab_def.h | 93 void *object = x - (x - page->s_mem) % cache->size; in nearest_obj() local
|
D | hil_mlc.h | 97 } object; member
|
D | slub_def.h | 175 void *object = x - (x - page_address(page)) % cache->size; in nearest_obj() local
|
D | mm.h | 3346 static inline void mem_dump_obj(void *object) {} in mem_dump_obj()
|
/include/linux/mlx5/ |
D | driver.h | 208 void *object; member
|
/include/rdma/ |
D | ib_verbs.h | 1505 void *object; /* containing object */ member
|