Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 76) sorted by relevance

1234

/linux-4.19.296/include/linux/
Dreservation.h82 #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()
185 reservation_object_lock_interruptible(struct reservation_object *obj, in reservation_object_lock_interruptible()
207 reservation_object_trylock(struct reservation_object *obj) in reservation_object_trylock()
219 reservation_object_unlock(struct reservation_object *obj) in reservation_object_unlock()
236 reservation_object_get_excl(struct reservation_object *obj) in reservation_object_get_excl()
[all …]
Dhashtable.h126 #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
Drhashtable.h457 const void *obj) in rhashtable_compare()
539 void *obj; in rhashtable_lookup_fast() local
576 struct rhashtable *ht, const void *key, struct rhash_head *obj, in __rhashtable_insert_fast()
693 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_insert_fast()
776 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_insert_fast()
803 struct rhashtable *ht, struct rhash_head *obj, in rhashtable_lookup_get_insert_fast()
836 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_insert_key()
862 struct rhashtable *ht, const void *key, struct rhash_head *obj, in rhashtable_lookup_get_insert_key()
873 struct rhash_head *obj, const struct rhashtable_params params, in __rhashtable_remove_fast_one()
947 struct rhashtable *ht, struct rhash_head *obj, in __rhashtable_remove_fast()
[all …]
Dlivepatch.h155 #define klp_for_each_object(patch, obj) \ argument
158 #define klp_for_each_func(obj, func) \ argument
/linux-4.19.296/drivers/dma-buf/
Dsw_sync.c89 struct sync_timeline *obj; in sync_timeline_create() local
110 struct sync_timeline *obj = in sync_timeline_free() local
118 static void sync_timeline_get(struct sync_timeline *obj) in sync_timeline_get()
123 static void sync_timeline_put(struct sync_timeline *obj) in sync_timeline_put()
201 static void sync_timeline_signal(struct sync_timeline *obj, unsigned int inc) in sync_timeline_signal()
242 static struct sync_pt *sync_pt_create(struct sync_timeline *obj, in sync_pt_create()
304 struct sync_timeline *obj; in sw_sync_debugfs_open() local
320 struct sync_timeline *obj = file->private_data; in sw_sync_debugfs_release() local
336 static long sw_sync_ioctl_create_fence(struct sync_timeline *obj, in sw_sync_ioctl_create_fence()
382 static long sw_sync_ioctl_inc(struct sync_timeline *obj, unsigned long arg) in sw_sync_ioctl_inc()
[all …]
Dreservation.c69 int reservation_object_reserve_shared(struct reservation_object *obj) in reservation_object_reserve_shared()
103 reservation_object_add_shared_inplace(struct reservation_object *obj, in reservation_object_add_shared_inplace()
156 reservation_object_add_shared_replace(struct reservation_object *obj, in reservation_object_add_shared_replace()
226 void reservation_object_add_shared_fence(struct reservation_object *obj, in reservation_object_add_shared_fence()
248 void reservation_object_add_excl_fence(struct reservation_object *obj, in reservation_object_add_excl_fence()
381 int reservation_object_get_fences_rcu(struct reservation_object *obj, in reservation_object_get_fences_rcu()
486 long reservation_object_wait_timeout_rcu(struct reservation_object *obj, in reservation_object_wait_timeout_rcu()
590 bool reservation_object_test_signaled_rcu(struct reservation_object *obj, in reservation_object_test_signaled_rcu()
Dsync_debug.c27 void sync_timeline_debug_add(struct sync_timeline *obj) in sync_timeline_debug_add()
36 void sync_timeline_debug_remove(struct sync_timeline *obj) in sync_timeline_debug_remove()
116 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj()
158 struct sync_timeline *obj = in sync_debugfs_show() local
/linux-4.19.296/lib/
Ddebugobjects.c122 struct debug_obj *new, *obj; in fill_pool() local
170 struct debug_obj *obj; in lookup_object() local
189 struct debug_obj *obj = NULL; in __alloc_object() local
203 struct debug_obj *obj; in alloc_object() local
247 struct debug_obj *obj; in free_obj_work() local
285 static bool __free_object(struct debug_obj *obj) in __free_object()
323 static void free_object(struct debug_obj *obj) in free_object()
338 struct debug_obj *obj; in debug_objects_oom() local
369 static void debug_print_object(struct debug_obj *obj, char *msg) in debug_print_object()
437 struct debug_obj *obj = lookup_object(addr, b); in lookup_object_or_alloc() local
[all …]
Dtest_rhashtable.c84 const struct test_obj_rhl *obj = data; in my_hashfn() local
89 static int my_cmpfn(struct rhashtable_compare_arg *arg, const void *obj) in my_cmpfn()
118 static int insert_retry(struct rhashtable *ht, struct test_obj *obj, in insert_retry()
146 struct test_obj *obj; in test_rht_lookup() local
219 struct test_obj *obj; in test_rhashtable() local
231 struct test_obj *obj = &array[i]; in test_rhashtable() local
320 struct test_obj_rhl *obj; in test_rhltable() local
468 struct test_obj *obj = &array[i]; in test_rhashtable_max() local
615 struct test_obj *obj; in thread_lookup_test() local
Drhashtable.c482 const void *key, struct rhash_head *obj) in rhashtable_lookup_one()
530 struct rhash_head *obj, in rhashtable_insert_one()
580 struct rhash_head *obj) in rhashtable_try_insert()
634 struct rhash_head *obj) in rhashtable_insert_slow()
1104 static void rhashtable_free_one(struct rhashtable *ht, struct rhash_head *obj, in rhashtable_free_one()
/linux-4.19.296/include/drm/
Ddrm_gem.h196 static inline void drm_gem_object_get(struct drm_gem_object *obj) in drm_gem_object_get()
217 __drm_gem_object_put(struct drm_gem_object *obj) in __drm_gem_object_put()
232 static inline void drm_gem_object_reference(struct drm_gem_object *obj) in drm_gem_object_reference()
245 static inline void __drm_gem_object_unreference(struct drm_gem_object *obj) in __drm_gem_object_unreference()
258 drm_gem_object_unreference_unlocked(struct drm_gem_object *obj) in drm_gem_object_unreference_unlocked()
270 static inline void drm_gem_object_unreference(struct drm_gem_object *obj) in drm_gem_object_unreference()
Ddrm_syncobj.h94 drm_syncobj_get(struct drm_syncobj *obj) in drm_syncobj_get()
104 drm_syncobj_put(struct drm_syncobj *obj) in drm_syncobj_put()
/linux-4.19.296/fs/adfs/
Ddir.c25 struct object_info obj; in adfs_readdir() local
68 adfs_dir_update(struct super_block *sb, struct object_info *obj, int wait) in adfs_dir_update()
104 adfs_match(const struct qstr *name, struct object_info *obj) in adfs_match()
129 adfs_dir_lookup_byname(struct inode *inode, const struct qstr *name, struct object_info *obj) in adfs_dir_lookup_byname()
250 struct object_info obj; in adfs_lookup() local
Ddir_f.c210 adfs_dir2obj(struct adfs_dir *dir, struct object_info *obj, in adfs_dir2obj()
242 adfs_obj2dir(struct adfs_direntry *de, struct object_info *obj) in adfs_obj2dir()
256 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get()
286 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put()
338 struct object_info obj; in adfs_dir_find_entry() local
380 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext()
392 adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update()
Dinode.c243 adfs_iget(struct super_block *sb, struct object_info *obj) in adfs_iget()
358 struct object_info obj; in adfs_write_inode() local
/linux-4.19.296/drivers/char/tpm/
Dtpm_ppi.c61 union acpi_object *obj; in tpm_show_ppi_request() local
97 union acpi_object *obj, tmp; in tpm_store_ppi_request() local
149 union acpi_object *obj = NULL; in tpm_show_ppi_transition_action() local
194 union acpi_object *obj, *ret_obj; in tpm_show_ppi_response() local
256 union acpi_object *obj, tmp; in show_ppi_operations() local
335 union acpi_object *obj; in tpm_add_ppi() local
/linux-4.19.296/drivers/base/
Dbase.h45 #define to_subsys_private(obj) container_of(obj, struct subsys_private, subsys.kobj) argument
54 #define to_driver(obj) container_of(obj, struct driver_private, kobj) argument
84 #define to_device_private_parent(obj) \ argument
86 #define to_device_private_driver(obj) \ argument
88 #define to_device_private_bus(obj) \ argument
/linux-4.19.296/fs/fscache/
Dobject-list.c46 void fscache_objlist_add(struct fscache_object *obj) in fscache_objlist_add()
76 void fscache_objlist_remove(struct fscache_object *obj) in fscache_objlist_remove()
94 struct fscache_object *pobj, *obj = NULL, *minobj = NULL; in fscache_objlist_lookup() local
167 struct fscache_object *obj = v; in fscache_objlist_show() local
/linux-4.19.296/include/net/
Dswitchdev.h92 struct switchdev_obj obj; member
98 #define SWITCHDEV_OBJ_PORT_VLAN(obj) \ argument
103 struct switchdev_obj obj; member
108 #define SWITCHDEV_OBJ_PORT_MDB(obj) \ argument
209 const struct switchdev_obj *obj) in switchdev_port_obj_add()
215 const struct switchdev_obj *obj) in switchdev_port_obj_del()
/linux-4.19.296/include/net/phonet/
Dphonet.h84 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
/linux-4.19.296/include/trace/events/
Dbtrfs.h47 #define __show_root_type(obj) \ argument
63 #define show_root_type(obj) \ argument
/linux-4.19.296/fs/ocfs2/cluster/
Dmasklog.c141 static ssize_t mlog_show(struct kobject *obj, struct attribute *attr, in mlog_show()
149 static ssize_t mlog_store(struct kobject *obj, struct attribute *attr, in mlog_store()
/linux-4.19.296/drivers/xen/
Dgntdev-dmabuf.c101 struct gntdev_dmabuf_wait_obj *obj; in dmabuf_exp_wait_obj_new() local
119 struct gntdev_dmabuf_wait_obj *obj) in dmabuf_exp_wait_obj_free()
127 static int dmabuf_exp_wait_obj_wait(struct gntdev_dmabuf_wait_obj *obj, in dmabuf_exp_wait_obj_wait()
140 struct gntdev_dmabuf_wait_obj *obj; in dmabuf_exp_wait_obj_signal() local
171 struct gntdev_dmabuf_wait_obj *obj; in dmabuf_exp_wait_released() local
/linux-4.19.296/drivers/i2c/busses/
Di2c-scmi.c95 union acpi_object *obj; in acpi_smbus_cmi_access() local
308 union acpi_object *obj; in acpi_smbus_cmi_add_cap() local
/linux-4.19.296/drivers/pci/
Dpci-label.c159 static void dsm_label_utf16s_to_utf8s(union acpi_object *obj, char *buf) in dsm_label_utf16s_to_utf8s()
173 union acpi_object *obj, *tmp; in dsm_get_label() local

1234