| /include/linux/ |
| D | reservation.h | 82 #define reservation_object_held(obj) lockdep_is_held(&(obj)->lock.base) argument 83 #define reservation_object_assert_held(obj) \ argument 91 reservation_object_init(struct reservation_object *obj) in reservation_object_init() 106 reservation_object_fini(struct reservation_object *obj) in reservation_object_fini() 141 reservation_object_get_list(struct reservation_object *obj) in reservation_object_get_list() 163 reservation_object_lock(struct reservation_object *obj, in reservation_object_lock() 184 reservation_object_trylock(struct reservation_object *obj) in reservation_object_trylock() 196 reservation_object_unlock(struct reservation_object *obj) in reservation_object_unlock() 213 reservation_object_get_excl(struct reservation_object *obj) in reservation_object_get_excl() 231 reservation_object_get_excl_rcu(struct reservation_object *obj) in reservation_object_get_excl_rcu()
|
| 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) \ 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 | 591 const void *obj) in rhashtable_compare() 673 void *obj; in rhashtable_lookup_fast() local 710 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast() 828 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_insert_fast() 914 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_insert_fast() 941 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_get_insert_fast() 975 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_insert_key() 1001 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_get_insert_key() 1012 struct rhash_head *obj, const struct rhashtable_params params, in __rhashtable_remove_fast_one() 1086 struct rhashtable *ht, struct rhash_head *obj, in __rhashtable_remove_fast() [all …]
|
| D | livepatch.h | 133 #define klp_for_each_object(patch, obj) \ argument 136 #define klp_for_each_func(obj, func) \ argument
|
| D | cpu_rmap.h | 30 void **obj; member
|
| D | extcon.h | 403 static inline int extcon_register_interest(struct extcon_specific_cable_nb *obj, in extcon_register_interest() 410 static inline int extcon_unregister_interest(struct extcon_specific_cable_nb *obj) in extcon_unregister_interest()
|
| D | thread_info.h | 94 const void *obj, unsigned long len) in arch_within_stack_frames()
|
| D | lcd.h | 123 #define to_lcd_device(obj) container_of(obj, struct lcd_device, dev) argument
|
| D | backlight.h | 150 #define to_backlight_device(obj) container_of(obj, struct backlight_device, dev) argument
|
| D | compiler-gcc.h | 188 # define __compiletime_object_size(obj) __builtin_object_size(obj, 0) argument
|
| D | compiler.h | 286 # define __compiletime_object_size(obj) -1 argument
|
| /include/drm/ |
| D | drm_gem.h | 211 static inline void drm_gem_object_get(struct drm_gem_object *obj) in drm_gem_object_get() 232 __drm_gem_object_put(struct drm_gem_object *obj) in __drm_gem_object_put() 247 static inline void drm_gem_object_reference(struct drm_gem_object *obj) in drm_gem_object_reference() 260 static inline void __drm_gem_object_unreference(struct drm_gem_object *obj) in __drm_gem_object_unreference() 273 drm_gem_object_unreference_unlocked(struct drm_gem_object *obj) in drm_gem_object_unreference_unlocked() 285 static inline void drm_gem_object_unreference(struct drm_gem_object *obj) in drm_gem_object_unreference()
|
| D | drm_syncobj.h | 94 drm_syncobj_get(struct drm_syncobj *obj) in drm_syncobj_get() 104 drm_syncobj_put(struct drm_syncobj *obj) in drm_syncobj_put()
|
| D | drm_mode_object.h | 127 static inline void drm_mode_object_reference(struct drm_mode_object *obj) in drm_mode_object_reference() 139 static inline void drm_mode_object_unreference(struct drm_mode_object *obj) in drm_mode_object_unreference()
|
| D | drm_atomic.h | 825 #define for_each_oldnew_private_obj_in_state(__state, obj, old_obj_state, new_obj_state, __i) \ argument 845 #define for_each_old_private_obj_in_state(__state, obj, old_obj_state, __i) \ argument 864 #define for_each_new_private_obj_in_state(__state, obj, new_obj_state, __i) \ argument
|
| D | drm_framebuffer.h | 199 struct drm_gem_object *obj[4]; member
|
| /include/net/ |
| D | switchdev.h | 90 struct switchdev_obj obj; member 96 #define SWITCHDEV_OBJ_PORT_VLAN(obj) \ argument 101 struct switchdev_obj obj; member 106 #define SWITCHDEV_OBJ_PORT_MDB(obj) \ argument 206 const struct switchdev_obj *obj) in switchdev_port_obj_add() 212 const struct switchdev_obj *obj) in switchdev_port_obj_del()
|
| /include/net/phonet/ |
| D | phonet.h | 84 u16 obj = pn_object(ph->pn_sdev, ph->pn_sobj); in pn_skb_get_src_sockaddr() local 96 u16 obj = pn_object(ph->pn_rdev, ph->pn_robj); in pn_skb_get_dst_sockaddr() local
|
| /include/trace/events/ |
| D | btrfs.h | 40 #define __show_root_type(obj) \ argument 56 #define show_root_type(obj) \ argument
|
| /include/linux/sched/ |
| D | task_stack.h | 81 static inline int object_is_on_stack(void *obj) in object_is_on_stack()
|
| /include/net/sctp/ |
| D | command.h | 199 union sctp_arg obj; member 228 enum sctp_verb verb, union sctp_arg obj) in sctp_add_cmd_sf()
|
| /include/uapi/linux/ |
| D | aio_abi.h | 61 __u64 obj; /* what iocb this event came from */ member
|
| /include/acpi/ |
| D | acoutput.h | 235 #define ACPI_DEBUG_OBJECT(obj,l,i) acpi_ex_do_debug_object(obj,l,i) argument 247 #define ACPI_DEBUG_OBJECT(obj,l,i) argument
|
| /include/scsi/ |
| D | osd_initiator.h | 317 struct osd_obj_id obj; member
|
| D | osd_ore.h | 32 struct osd_obj_id obj; member
|