/include/linux/ |
D | dma-resv.h | 78 #define dma_resv_held(obj) lockdep_is_held(&(obj)->lock.base) argument 79 #define dma_resv_assert_held(obj) lockdep_assert_held(&(obj)->lock.base) argument 84 static inline void dma_resv_reset_shared_max(struct dma_resv *obj) {} in dma_resv_reset_shared_max() 102 static inline int dma_resv_lock(struct dma_resv *obj, in dma_resv_lock() 123 static inline int dma_resv_lock_interruptible(struct dma_resv *obj, in dma_resv_lock_interruptible() 138 static inline void dma_resv_lock_slow(struct dma_resv *obj, in dma_resv_lock_slow() 154 static inline int dma_resv_lock_slow_interruptible(struct dma_resv *obj, in dma_resv_lock_slow_interruptible() 174 static inline bool __must_check dma_resv_trylock(struct dma_resv *obj) in dma_resv_trylock() 185 static inline bool dma_resv_is_locked(struct dma_resv *obj) in dma_resv_is_locked() 197 static inline struct ww_acquire_ctx *dma_resv_locking_ctx(struct dma_resv *obj) in dma_resv_locking_ctx() [all …]
|
D | hashtable.h | 126 #define hash_for_each(name, bkt, obj, member) \ argument 138 #define hash_for_each_rcu(name, bkt, obj, member) \ argument 152 #define hash_for_each_safe(name, bkt, tmp, obj, member) \ argument 165 #define hash_for_each_possible(name, obj, member, key) \ argument 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument 191 #define hash_for_each_possible_rcu_notrace(name, obj, member, key) \ argument 204 #define hash_for_each_possible_safe(name, obj, tmp, member, key) \ argument
|
D | rhashtable.h | 387 struct rhash_head *obj) in rht_assign_locked() 396 struct rhash_head *obj) in rht_assign_unlock() 572 const void *obj) in rhashtable_compare() 661 void *obj; in rhashtable_lookup_fast() local 698 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast() 820 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_insert_fast() 897 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_insert_fast() 924 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_get_insert_fast() 951 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_insert_key() 977 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_get_insert_key() [all …]
|
D | livepatch.h | 176 #define klp_for_each_object_static(patch, obj) \ argument 179 #define klp_for_each_object_safe(patch, obj, tmp_obj) \ argument 182 #define klp_for_each_object(patch, obj) \ argument 185 #define klp_for_each_func_static(obj, func) \ argument 190 #define klp_for_each_func_safe(obj, func, tmp_func) \ argument 193 #define klp_for_each_func(obj, func) \ argument
|
D | cpu_rmap.h | 27 void **obj; member
|
D | extcon.h | 330 static inline int extcon_register_interest(struct extcon_specific_cable_nb *obj, in extcon_register_interest() 337 static inline int extcon_unregister_interest(struct extcon_specific_cable_nb *obj) in extcon_unregister_interest()
|
D | compiler-gcc.h | 44 #define __compiletime_object_size(obj) __builtin_object_size(obj, 0) argument
|
D | lcd.h | 113 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) argument
|
D | slub_def.h | 186 void *addr, void *obj) in __obj_to_index() 193 const struct page *page, void *obj) in obj_to_index()
|
D | backlight.h | 450 #define to_backlight_device(obj) container_of(obj, struct backlight_device, dev) argument
|
D | slab_def.h | 109 const struct page *page, void *obj) in obj_to_index()
|
D | thread_info.h | 185 const void *obj, unsigned long len) in arch_within_stack_frames()
|
/include/drm/ |
D | drm_gem_shmem_helper.h | 106 #define to_drm_gem_shmem_obj(obj) \ argument 149 static inline void drm_gem_shmem_object_free(struct drm_gem_object *obj) in drm_gem_shmem_object_free() 166 const struct drm_gem_object *obj) in drm_gem_shmem_object_print_info() 180 static inline int drm_gem_shmem_object_pin(struct drm_gem_object *obj) in drm_gem_shmem_object_pin() 194 static inline void drm_gem_shmem_object_unpin(struct drm_gem_object *obj) in drm_gem_shmem_object_unpin() 211 static inline struct sg_table *drm_gem_shmem_object_get_sg_table(struct drm_gem_object *obj) in drm_gem_shmem_object_get_sg_table() 229 static inline int drm_gem_shmem_object_vmap(struct drm_gem_object *obj, struct dma_buf_map *map) in drm_gem_shmem_object_vmap() 244 static inline void drm_gem_shmem_object_vunmap(struct drm_gem_object *obj, struct dma_buf_map *map) in drm_gem_shmem_object_vunmap() 262 static inline int drm_gem_shmem_object_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma) in drm_gem_shmem_object_mmap()
|
D | drm_syncobj.h | 76 drm_syncobj_get(struct drm_syncobj *obj) in drm_syncobj_get() 86 drm_syncobj_put(struct drm_syncobj *obj) in drm_syncobj_put()
|
D | drm_gem.h | 362 static inline void drm_gem_object_get(struct drm_gem_object *obj) in drm_gem_object_get() 369 __drm_gem_object_put(struct drm_gem_object *obj) in __drm_gem_object_put() 381 drm_gem_object_put(struct drm_gem_object *obj) in drm_gem_object_put()
|
D | drm_atomic.h | 965 #define for_each_oldnew_private_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument 984 #define for_each_old_private_obj_in_state(__state, obj, old_obj_state, __i) \ argument 1002 #define for_each_new_private_obj_in_state(__state, obj, new_obj_state, __i) \ argument
|
D | drm_framebuffer.h | 213 struct drm_gem_object *obj[DRM_FORMAT_MAX_PLANES]; member
|
/include/media/ |
D | media-request.h | 287 static inline void media_request_object_get(struct media_request_object *obj) in media_request_object_get() 402 static inline void media_request_object_get(struct media_request_object *obj) in media_request_object_get() 406 static inline void media_request_object_put(struct media_request_object *obj) in media_request_object_put() 418 static inline void media_request_object_init(struct media_request_object *obj) in media_request_object_init() 427 struct media_request_object *obj) in media_request_object_bind() 432 static inline void media_request_object_unbind(struct media_request_object *obj) in media_request_object_unbind() 436 static inline void media_request_object_complete(struct media_request_object *obj) in media_request_object_complete()
|
/include/net/ |
D | switchdev.h | 81 struct switchdev_obj obj; member 91 struct switchdev_obj obj; member 102 struct switchdev_obj obj; member 114 struct switchdev_obj obj; member 128 struct switchdev_obj obj; member 138 struct switchdev_obj obj; member 148 struct switchdev_obj obj; member 161 struct switchdev_obj obj; member 173 struct switchdev_obj obj; member 230 const struct switchdev_obj *obj; member [all …]
|
/include/net/phonet/ |
D | phonet.h | 71 u16 obj = pn_object(ph->pn_sdev, ph->pn_sobj); in pn_skb_get_src_sockaddr() local 83 u16 obj = pn_object(ph->pn_rdev, ph->pn_robj); in pn_skb_get_dst_sockaddr() local
|
/include/trace/events/ |
D | btrfs.h | 42 #define __show_root_type(obj) \ argument 58 #define show_root_type(obj) \ argument
|
/include/linux/sched/ |
D | task_stack.h | 85 static inline int object_is_on_stack(const void *obj) in object_is_on_stack()
|
/include/net/sctp/ |
D | command.h | 185 union sctp_arg obj; member 214 enum sctp_verb verb, union sctp_arg obj) in sctp_add_cmd_sf()
|
/include/uapi/linux/ |
D | aio_abi.h | 62 __u64 obj; /* what iocb this event came from */ member
|
/include/rdma/ |
D | uverbs_std_types.h | 101 __uobj_alloc(const struct uverbs_api_object *obj, in __uobj_alloc()
|