Home
last modified time | relevance | path

Searched defs:object (Results 1 – 142 of 142) sorted by relevance

/linux-4.4.14/arch/parisc/math-emu/
Dfloat.h61 #define Sall(object) (object) argument
62 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
63 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument
64 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument
65 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
66 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument
67 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument
68 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument
69 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument
70 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument
[all …]
Dfpbits.h53 #define Bitfield_extract(start, length, object) \ argument
57 #define Bitfield_signed_extract(start, length, object) \ argument
60 #define Bitfield_mask(start, len, object) \ argument
63 #define Bitfield_deposit(value,start,len,object) object = \ argument
Dcnv_float.h33 #define Dintp1(object) (object) argument
34 #define Dintp2(object) (object) argument
36 #define Duintp1(object) (object) argument
37 #define Duintp2(object) (object) argument
39 #define Qintp0(object) (object) argument
40 #define Qintp1(object) (object) argument
41 #define Qintp2(object) (object) argument
42 #define Qintp3(object) (object) argument
Dsgl_float.h32 #define Sgl_sign(object) Ssign(object) argument
33 #define Sgl_exponent(object) Sexponent(object) argument
34 #define Sgl_signexponent(object) Ssignexponent(object) argument
35 #define Sgl_mantissa(object) Smantissa(object) argument
36 #define Sgl_exponentmantissa(object) Sexponentmantissa(object) argument
37 #define Sgl_all(object) Sall(object) argument
Ddbl_float.h31 #define Dbl_sign(object) Dsign(object) argument
32 #define Dbl_exponent(object) Dexponent(object) argument
33 #define Dbl_signexponent(object) Dsignexponent(object) argument
34 #define Dbl_mantissap1(object) Dmantissap1(object) argument
35 #define Dbl_mantissap2(object) Dmantissap2(object) argument
36 #define Dbl_exponentmantissap1(object) Dexponentmantissap1(object) argument
37 #define Dbl_allp1(object) Dallp1(object) argument
38 #define Dbl_allp2(object) Dallp2(object) argument
/linux-4.4.14/fs/fscache/
Dobject.c149 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
167 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher()
268 struct fscache_object *object = in fscache_object_work_func() local
291 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
334 static inline void fscache_mark_object_dead(struct fscache_object *object) in fscache_mark_object_dead()
344 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, in fscache_abort_initialisation()
361 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, in fscache_initialise_object()
416 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
440 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_object()
499 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
[all …]
Doperation.c93 static void fscache_run_op(struct fscache_object *object, in fscache_run_op()
110 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission()
149 int fscache_submit_exclusive_op(struct fscache_object *object, in fscache_submit_exclusive_op()
233 int fscache_submit_op(struct fscache_object *object, in fscache_submit_op()
310 void fscache_abort_object(struct fscache_object *object) in fscache_abort_object()
321 void fscache_start_operations(struct fscache_object *object) in fscache_start_operations()
354 struct fscache_object *object = op->object; in fscache_cancel_op() local
408 void fscache_cancel_all_ops(struct fscache_object *object) in fscache_cancel_all_ops()
443 struct fscache_object *object = op->object; in fscache_op_complete() local
480 struct fscache_object *object; in fscache_put_operation() local
[all …]
Dcookie.c193 struct fscache_object *object; in fscache_acquire_non_index_cookie() local
281 struct fscache_object *object; in fscache_alloc_object() local
352 struct fscache_object *object) in fscache_attach_object()
418 struct fscache_object *object; in __fscache_invalidate() local
478 struct fscache_object *object; in __fscache_update_cookie() local
514 struct fscache_object *object; in __fscache_disable_cookie() local
657 struct fscache_object *object; in __fscache_check_consistency() local
Dpage.c143 static void fscache_end_page_write(struct fscache_object *object, in fscache_end_page_write()
175 struct fscache_object *object = op->object; in fscache_attr_changed_op() local
200 struct fscache_object *object; in __fscache_attr_changed() local
356 int fscache_wait_for_operation_activation(struct fscache_object *object, in fscache_wait_for_operation_activation()
417 struct fscache_object *object; in __fscache_read_or_alloc_page() local
547 struct fscache_object *object; in __fscache_read_or_alloc_pages() local
659 struct fscache_object *object; in __fscache_alloc_page() local
770 struct fscache_object *object = op->op.object; in fscache_write_op() local
927 struct fscache_object *object; in __fscache_write_page() local
1060 struct fscache_object *object; in __fscache_uncache_page() local
Dcache.c98 struct fscache_object *object; in fscache_select_cache_for_object() local
332 struct fscache_object *object; in fscache_withdraw_all_objects() local
Dinternal.h116 #define fscache_objlist_add(object) do {} while(0) argument
117 #define fscache_objlist_remove(object) do {} while(0) argument
303 static inline void fscache_raise_event(struct fscache_object *object, in fscache_raise_event()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/
Doproxy.c27 nvkm_oproxy_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_oproxy_mthd()
33 nvkm_oproxy_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_oproxy_ntfy()
40 nvkm_oproxy_map(struct nvkm_object *object, u64 *addr, u32 *size) in nvkm_oproxy_map()
46 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08()
52 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_oproxy_rd16()
58 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_oproxy_rd32()
64 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08()
70 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16()
76 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32()
82 nvkm_oproxy_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nvkm_oproxy_bind()
[all …]
Dobject.c29 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
37 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
46 nvkm_object_map(struct nvkm_object *object, u64 *addr, u32 *size) in nvkm_object_map()
54 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_object_rd08()
62 nvkm_object_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_object_rd16()
70 nvkm_object_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_object_rd32()
78 nvkm_object_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_object_wr08()
86 nvkm_object_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_object_wr16()
94 nvkm_object_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_object_wr32()
102 nvkm_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *gpuobj, in nvkm_object_bind()
[all …]
Dioctl.c32 nvkm_ioctl_nop(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
49 nvkm_ioctl_sclass(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
87 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
145 nvkm_ioctl_del(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
163 nvkm_ioctl_mthd(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
182 nvkm_ioctl_rd(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
221 nvkm_ioctl_wr(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
249 nvkm_ioctl_map(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
267 nvkm_ioctl_unmap(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
283 nvkm_ioctl_ntfy_new(struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_ntfy_new()
[all …]
Dclient.c90 nvkm_client_notify_new(struct nvkm_object *object, in nvkm_client_notify_new()
141 nvkm_client_mthd_devlist(struct nvkm_object *object, void *data, u32 size) in nvkm_client_mthd_devlist()
167 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
186 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get()
209 nvkm_client_remove(struct nvkm_client *client, struct nvkm_object *object) in nvkm_client_remove()
216 nvkm_client_insert(struct nvkm_client *client, struct nvkm_object *object) in nvkm_client_insert()
244 struct nvkm_object *object = in nvkm_client_search() local
260 struct nvkm_object *object = &client->object; in nvkm_client_fini() local
Dramht.c59 nvkm_ramht_update(struct nvkm_ramht *ramht, int co, struct nvkm_object *object, in nvkm_ramht_update()
106 nvkm_ramht_insert(struct nvkm_ramht *ramht, struct nvkm_object *object, in nvkm_ramht_insert()
Dnotify.c132 nvkm_notify_init(struct nvkm_object *object, struct nvkm_event *event, in nvkm_notify_init()
/linux-4.4.14/fs/cachefiles/
Dinterface.c31 struct cachefiles_object *object; in cachefiles_alloc_object() local
120 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() local
162 struct cachefiles_object *object; in cachefiles_lookup_complete() local
182 struct cachefiles_object *object = in cachefiles_grab_object() local
200 struct cachefiles_object *object; in cachefiles_update_object() local
253 struct cachefiles_object *object; in cachefiles_drop_object() local
315 struct cachefiles_object *object; in cachefiles_put_object() local
392 struct cachefiles_object *object; in cachefiles_check_consistency() local
417 struct cachefiles_object *object; in cachefiles_attr_changed() local
486 struct cachefiles_object *object; in cachefiles_invalidate_object() local
Drdwr.c29 struct cachefiles_object *object; in cachefiles_read_waiter() local
74 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
152 struct cachefiles_object *object; in cachefiles_read_copier() local
226 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
394 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
463 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
680 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
794 struct cachefiles_object *object; in cachefiles_allocate_page() local
832 struct cachefiles_object *object; in cachefiles_allocate_pages() local
875 struct cachefiles_object *object; in cachefiles_write_page() local
[all …]
Dxattr.c29 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type()
103 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr()
131 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
159 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata()
197 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
Dnamei.c31 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object()
80 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
103 struct cachefiles_object *object; in cachefiles_mark_object_buried() local
149 struct cachefiles_object *object) in cachefiles_mark_object_active()
413 struct cachefiles_object *object) in cachefiles_delete_object()
460 struct cachefiles_object *object, in cachefiles_walk_to_object()
830 struct cachefiles_object *object; in cachefiles_check_active() local
Dmain.c45 struct cachefiles_object *object = _object; in cachefiles_object_init_once() local
Dinternal.h109 struct cachefiles_object *object; member
262 #define cachefiles_io_error_obj(object, FMT, ...) \ argument
/linux-4.4.14/mm/
Dkmemleak.c302 struct kmemleak_object *object) in hex_dump_object()
325 static bool color_white(const struct kmemleak_object *object) in color_white()
331 static bool color_gray(const struct kmemleak_object *object) in color_gray()
342 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
354 struct kmemleak_object *object) in print_unreferenced()
378 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
408 struct kmemleak_object *object = in lookup_object() local
432 static int get_object(struct kmemleak_object *object) in get_object()
444 struct kmemleak_object *object = in free_object_rcu() local
465 static void put_object(struct kmemleak_object *object) in put_object()
[all …]
Dkmemcheck.c60 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
93 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size) in kmemcheck_slab_free()
Dslub.c229 struct page *page, const void *object) in check_valid_pointer()
245 static inline void *get_freepointer(struct kmem_cache *s, void *object) in get_freepointer()
250 static void prefetch_freepointer(const struct kmem_cache *s, void *object) in prefetch_freepointer()
255 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) in get_freepointer_safe()
267 static inline void set_freepointer(struct kmem_cache *s, void *object, void *fp) in set_freepointer()
500 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
513 static void set_track(struct kmem_cache *s, void *object, in set_track()
547 static void init_tracking(struct kmem_cache *s, void *object) in init_tracking()
575 static void print_tracking(struct kmem_cache *s, void *object) in print_tracking()
656 u8 *object, char *reason) in object_err()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c37 struct nvkm_object object; member
44 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() local
140 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd()
155 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
163 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16()
171 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_udevice_rd32()
179 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
187 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16()
195 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32()
203 nvkm_udevice_map(struct nvkm_object *object, u64 *addr, u32 *size) in nvkm_udevice_map()
[all …]
Dctrl.h7 struct nvkm_object object; member
Dctrl.c169 nvkm_control_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_control_mthd()
Dbase.c2048 nvkm_device_event_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_device_event_ctor()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dchan.c41 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_fini() local
74 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_init() local
107 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_del() local
139 struct nvkm_fifo_chan_object *object; in nvkm_fifo_chan_child_new() local
201 nvkm_fifo_chan_child_get(struct nvkm_object *object, int index, in nvkm_fifo_chan_child_get()
246 nvkm_fifo_chan_ntfy(struct nvkm_object *object, u32 type, in nvkm_fifo_chan_ntfy()
256 nvkm_fifo_chan_map(struct nvkm_object *object, u64 *addr, u32 *size) in nvkm_fifo_chan_map()
265 nvkm_fifo_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_fifo_chan_rd32()
280 nvkm_fifo_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_fifo_chan_wr32()
295 nvkm_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_fifo_chan_fini()
[all …]
Dchang84.c162 struct nvkm_object *object) in g84_fifo_chan_engine_ctor()
175 struct nvkm_object *object) in g84_fifo_chan_object_ctor()
Ddmanv40.c127 struct nvkm_object *object) in nv40_fifo_dma_engine_ctor()
141 struct nvkm_object *object) in nv40_fifo_dma_object_ctor()
Dchannv50.c139 struct nvkm_object *object) in nv50_fifo_chan_engine_ctor()
159 struct nvkm_object *object) in nv50_fifo_chan_object_ctor()
Dbase.c94 nvkm_fifo_event_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_fifo_event_ctor()
126 nvkm_fifo_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_fifo_uevent_ctor()
Ddmanv04.c44 struct nvkm_object *object) in nv04_fifo_dma_object_ctor()
Dgpfifogf100.c115 struct nvkm_object *object) in gf100_fifo_gpfifo_engine_ctor()
Dgpfifogk104.c128 struct nvkm_object *object) in gk104_fifo_gpfifo_engine_ctor()
/linux-4.4.14/sound/pci/asihpi/
Dhpimsginit.c37 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
64 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
85 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
95 u16 object, u16 function) in hpi_init_messageV1()
109 u16 object, u16 function) in hpi_init_responseV1()
121 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
Dhpi_internal.h1002 u16 object; /* HPI_OBJ_* */ member
1013 u16 object; /* HPI_OBJ_* */ member
1064 u16 object; /* HPI_OBJ_* */ member
1075 u16 object; /* HPI_OBJ_* */ member
/linux-4.4.14/drivers/acpi/acpica/
Dutdelete.c72 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj()
386 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) in acpi_ut_update_ref_count()
496 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference()
694 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference()
727 void acpi_ut_remove_reference(union acpi_operand_object *object) in acpi_ut_remove_reference()
Dutobject.c93 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local
335 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object()
385 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local
419 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
Ddsmthdat.c316 union acpi_operand_object *object, in acpi_ds_method_data_set_value()
375 union acpi_operand_object *object; in acpi_ds_method_data_get_value() local
479 union acpi_operand_object *object; in acpi_ds_method_data_delete_value() local
689 union acpi_operand_object *object; in acpi_ds_method_data_get_type() local
Dutdecode.c270 char *acpi_ut_get_node_name(void *object) in acpi_ut_get_node_name()
336 char *acpi_ut_get_descriptor_name(void *object) in acpi_ut_get_descriptor_name()
377 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) in acpi_ut_get_reference_name()
Ddbconvert.c137 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer()
197 acpi_status acpi_db_convert_to_package(char *string, union acpi_object * object) in acpi_db_convert_to_package()
255 char *string, union acpi_object * object) in acpi_db_convert_to_object()
Dutcache.c188 acpi_os_release_object(struct acpi_memory_list * cache, void *object) in acpi_os_release_object()
246 void *object; in acpi_os_acquire_object() local
Ddswstate.c72 acpi_ds_result_pop(union acpi_operand_object **object, in acpi_ds_result_pop()
146 acpi_ds_result_push(union acpi_operand_object * object, in acpi_ds_result_push()
310 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state * walk_state) in acpi_ds_obj_stack_push()
Dexresop.c75 acpi_object_type this_type, void *object) in acpi_ex_check_object_type()
Dutstate.c192 union acpi_generic_state *acpi_ut_create_update_state(union acpi_operand_object in acpi_ut_create_update_state()
Dnsobject.c74 union acpi_operand_object *object, acpi_object_type type) in acpi_ns_attach_object()
Dutmisc.c193 acpi_ut_create_update_state_and_push(union acpi_operand_object *object, in acpi_ut_create_update_state_and_push()
Ddbnames.c680 union acpi_operand_object *object; in acpi_db_integrity_walk() local
Dacobject.h336 void *object; /* name_op=>HANDLE to obj, index_op=>union acpi_operand_object */ member
458 union acpi_operand_object object; member
Daclocal.h168 union acpi_operand_object *object; /* Interpreter object */ member
588 ACPI_STATE_COMMON union acpi_operand_object *object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/
Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
59 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
103 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd()
122 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr()
140 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
169 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
192 nvif_object_map(struct nvif_object *object) in nvif_object_map()
214 nvif_object_fini(struct nvif_object *object) in nvif_object_fini()
233 void *data, u32 size, struct nvif_object *object) in nvif_object_init()
Dnotify.c35 struct nvif_object *object = notify->object; in nvif_notify_put_() local
66 struct nvif_object *object = notify->object; in nvif_notify_get_() local
147 struct nvif_object *object = notify->object; in nvif_notify_fini() local
167 nvif_notify_init(struct nvif_object *object, int (*func)(struct nvif_notify *), in nvif_notify_init()
/linux-4.4.14/include/linux/
Dkasan.h77 void *object) {} in kasan_unpoison_object_data()
79 void *object) {} in kasan_poison_object_data()
84 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
86 static inline void kasan_krealloc(const void *object, size_t new_size) {} in kasan_krealloc()
88 static inline void kasan_slab_alloc(struct kmem_cache *s, void *object) {} in kasan_slab_alloc()
89 static inline void kasan_slab_free(struct kmem_cache *s, void *object) {} in kasan_slab_free()
Dfscache-cache.h92 struct fscache_object *object; /* object to be operated upon */ member
387 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live()
392 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying()
397 static inline bool fscache_object_is_available(struct fscache_object *object) in fscache_object_is_available()
402 static inline bool fscache_cache_is_broken(struct fscache_object *object) in fscache_cache_is_broken()
407 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active()
433 static inline void fscache_object_lookup_error(struct fscache_object *object) in fscache_object_lookup_error()
450 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) in fscache_set_store_limit()
485 static inline bool fscache_use_cookie(struct fscache_object *object) in fscache_use_cookie()
508 static inline void fscache_unuse_cookie(struct fscache_object *object) in fscache_unuse_cookie()
Dkmemcheck.h103 kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
108 static inline void kmemcheck_slab_free(struct kmem_cache *s, void *object, in kmemcheck_slab_free()
Ddebugobjects.h31 void *object; member
Dhil_mlc.h97 } object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchannv50.c130 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nv50_disp_chan_uevent_ctor()
157 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nv50_disp_chan_rd32()
167 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32()
177 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, in nv50_disp_chan_ntfy()
193 nv50_disp_chan_map(struct nvkm_object *object, u64 *addr, u32 *size) in nv50_disp_chan_map()
213 nv50_disp_chan_child_get(struct nvkm_object *object, int index, in nv50_disp_chan_child_get()
227 nv50_disp_chan_fini(struct nvkm_object *object, bool suspend) in nv50_disp_chan_fini()
235 nv50_disp_chan_init(struct nvkm_object *object) in nv50_disp_chan_init()
242 nv50_disp_chan_dtor(struct nvkm_object *object) in nv50_disp_chan_dtor()
Drootnv50.c69 nv50_disp_root_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv50_disp_root_mthd_()
212 nv50_disp_root_child_get_(struct nvkm_object *object, int index, in nv50_disp_root_child_get_()
237 nv50_disp_root_fini_(struct nvkm_object *object, bool suspend) in nv50_disp_root_fini_()
245 nv50_disp_root_init_(struct nvkm_object *object) in nv50_disp_root_init_()
252 nv50_disp_root_dtor_(struct nvkm_object *object) in nv50_disp_root_dtor_()
Drootnv04.c33 struct nvkm_object object; member
42 struct nvkm_object *object = &root->object; in nv04_disp_scanoutpos() local
82 nv04_disp_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nv04_disp_mthd()
Ddmacnv50.c43 struct nv50_disp_dmac_object *object = in nv50_disp_dmac_child_del_() local
62 struct nv50_disp_dmac_object *object; in nv50_disp_dmac_child_new_() local
179 struct nvkm_object *object, u32 handle) in nv50_disp_dmac_bind()
Dbase.c53 nvkm_disp_vblank_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_disp_vblank_ctor()
90 nvkm_disp_hpd_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_disp_hpd_ctor()
124 nvkm_disp_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **event) in nvkm_disp_ntfy()
Ddmacgf119.c32 struct nvkm_object *object, u32 handle) in gf119_disp_dmac_bind()
Drootnv50.h11 struct nvkm_object object; member
Dchannv50.h13 struct nvkm_object object; member
/linux-4.4.14/security/keys/
Dkeyring.c48 void *object = assoc_array_ptr_to_leaf(x); in keyring_ptr_to_key() local
272 static unsigned long keyring_get_object_key_chunk(const void *object, int level) in keyring_get_object_key_chunk()
278 static bool keyring_compare_object(const void *object, const void *data) in keyring_compare_object()
293 static int keyring_diff_objects(const void *object, const void *data) in keyring_diff_objects()
360 static void keyring_free_object(void *object) in keyring_free_object()
424 static int keyring_read_iterator(const void *object, void *data) in keyring_read_iterator()
525 static int keyring_search_iterator(const void *object, void *iterator_data) in keyring_search_iterator()
598 const void *object; in search_keyring() local
937 const void *object; in find_key_to_update() local
1025 static int keyring_detect_cycle_iterator(const void *object, in keyring_detect_cycle_iterator()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dbase.c211 struct nvkm_object *object = &dom->object; in nvkm_perfdom_init() local
241 struct nvkm_object *object = &dom->object; in nvkm_perfdom_sample() local
265 struct nvkm_object *object = &dom->object; in nvkm_perfdom_read() local
291 nvkm_perfdom_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfdom_mthd()
308 nvkm_perfdom_dtor(struct nvkm_object *object) in nvkm_perfdom_dtor()
438 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_domain() local
486 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_signal() local
540 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_source() local
586 nvkm_perfmon_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfmon_mthd()
611 nvkm_perfmon_child_get(struct nvkm_object *object, int index, in nvkm_perfmon_child_get()
[all …]
Dpriv.h72 struct nvkm_object object; member
100 struct nvkm_object object; member
/linux-4.4.14/samples/bpf/
Dfds_example.c50 static int bpf_prog_create(const char *object) in bpf_prog_create()
100 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) in bpf_do_prog()
131 const char *file = NULL, *object = NULL; in main() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv44.c44 struct nvkm_object object; member
52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv44_mpeg_chan_bind()
68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_chan_fini()
84 nv44_mpeg_chan_dtor(struct nvkm_object *object) in nv44_mpeg_chan_dtor()
Dnv31.c39 nv31_mpeg_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv31_mpeg_object_bind()
65 nv31_mpeg_chan_dtor(struct nvkm_object *object) in nv31_mpeg_chan_dtor()
Dnv31.h23 struct nvkm_object object; member
Dnv50.c36 nv50_mpeg_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv50_mpeg_cclass_bind()
/linux-4.4.14/mm/kasan/
Dkasan.c324 void kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in kasan_unpoison_object_data()
329 void kasan_poison_object_data(struct kmem_cache *cache, void *object) in kasan_poison_object_data()
336 void kasan_slab_alloc(struct kmem_cache *cache, void *object) in kasan_slab_alloc()
341 void kasan_slab_free(struct kmem_cache *cache, void *object) in kasan_slab_free()
353 void kasan_kmalloc(struct kmem_cache *cache, const void *object, size_t size) in kasan_kmalloc()
391 void kasan_krealloc(const void *object, size_t size) in kasan_krealloc()
Dreport.c127 void *object; in print_address_description() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv40.c44 nv40_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_object_bind()
74 nv40_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_chan_bind()
92 nv40_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv40_gr_chan_fini()
130 nv40_gr_chan_dtor(struct nvkm_object *object) in nv40_gr_chan_dtor()
Dnv20.c16 nv20_gr_chan_init(struct nvkm_object *object) in nv20_gr_chan_init()
29 nv20_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv20_gr_chan_fini()
59 nv20_gr_chan_dtor(struct nvkm_object *object) in nv20_gr_chan_dtor()
Dnv50.h24 struct nvkm_object object; member
Dnv20.h24 struct nvkm_object object; member
Dnv40.h21 struct nvkm_object object; member
Dgf100.c144 gf100_fermi_mthd_zbc_color(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_color()
190 gf100_fermi_mthd_zbc_depth(struct nvkm_object *object, void *data, u32 size) in gf100_fermi_mthd_zbc_depth()
214 gf100_fermi_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in gf100_fermi_mthd()
280 gf100_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in gf100_gr_chan_bind()
315 gf100_gr_chan_dtor(struct nvkm_object *object) in gf100_gr_chan_dtor()
Dnv04.c360 struct nvkm_object object; member
1043 nv04_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv04_gr_object_bind()
1148 nv04_gr_chan_dtor(struct nvkm_object *object) in nv04_gr_chan_dtor()
1161 nv04_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv04_gr_chan_fini()
Dnv10.c400 struct nvkm_object object; member
954 nv10_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv10_gr_chan_fini()
971 nv10_gr_chan_dtor(struct nvkm_object *object) in nv10_gr_chan_dtor()
Dnv50.c41 nv50_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv50_gr_object_bind()
67 nv50_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv50_gr_chan_bind()
Dgf100.h151 struct nvkm_object object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dnvsw.c30 nvkm_nvsw_mthd_(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_nvsw_mthd_()
39 nvkm_nvsw_ntfy_(struct nvkm_object *object, u32 mthd, in nvkm_nvsw_ntfy_()
Dchan.c50 nvkm_sw_chan_event_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_sw_chan_event_ctor()
73 nvkm_sw_chan_dtor(struct nvkm_object *object) in nvkm_sw_chan_dtor()
Dnvsw.h7 struct nvkm_object object; member
Dchan.h9 struct nvkm_object object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/cipher/
Dg84.c34 g84_cipher_oclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in g84_cipher_oclass_bind()
56 g84_cipher_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in g84_cipher_cclass_bind()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/
Dfifo.h9 struct nvkm_object *object; member
18 struct nvkm_object object; member
Ddma.h10 struct nvkm_object object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_usif.c258 usif_object_dtor(struct usif_object *object) in usif_object_dtor()
272 struct usif_object *object; in usif_object_new() local
304 struct usif_object *object; in usif_ioctl() local
381 struct usif_object *object, *otemp; in usif_client_fini() local
Dnouveau_abi16.h16 struct nvif_object object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h7 struct nvif_object object; member
Dnotify.h5 struct nvif_object *object; member
Ddevice.h8 struct nvif_object object; member
Dioctl.h30 __u64 object; member
56 __u64 object; member
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/
Doproxy.h9 struct nvkm_object *object; member
Dobject.h20 u64 object; member
83 u64 object; member
Dgpuobj.h13 struct nvkm_object object; member
Dclient.h6 struct nvkm_object object; member
/linux-4.4.14/include/drm/
Ddrm_global.h43 void *object; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_global.c38 void *object; member
Ddrm_crtc.c335 struct drm_mode_object *object) in drm_mode_object_put()
/linux-4.4.14/lib/
Dassoc_array.c146 int (*iterator)(const void *object, in assoc_array_iterate()
999 void *object) in assoc_array_insert()
1063 void assoc_array_insert_set_object(struct assoc_array_edit *edit, void *object) in assoc_array_insert_set_object()
1487 bool (*iterator)(void *object, void *iterator_data), in assoc_array_gc()
/linux-4.4.14/drivers/input/serio/
Dserio.c158 void *object; member
189 static void serio_remove_duplicate_events(void *object, in serio_remove_duplicate_events()
256 static int serio_queue_event(void *object, struct module *owner, in serio_queue_event()
311 static void serio_remove_pending_events(void *object) in serio_remove_pending_events()
/linux-4.4.14/drivers/input/gameport/
Dgameport.c265 void *object; member
356 static int gameport_queue_event(void *object, struct module *owner, in gameport_queue_event()
411 static void gameport_remove_pending_events(void *object) in gameport_remove_pending_events()
/linux-4.4.14/drivers/acpi/
Dprocessor_pdc.c28 union acpi_object object = { 0 }; in processor_physically_present() local
Dacpi_processor.c233 union acpi_object object = { 0 }; in acpi_processor_get_info() local
Dosl.c1802 acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) in acpi_os_release_object()
/linux-4.4.14/drivers/input/touchscreen/
Datmel_mxt_ts.c606 struct mxt_object *object; in mxt_get_object() local
655 struct mxt_object *object; in mxt_write_object() local
1188 struct mxt_object *object; in mxt_prepare_cfg_mem() local
1550 struct mxt_object *object = object_table + i; in mxt_get_object_table() local
1656 struct mxt_object *object; in mxt_read_t9_resolution() local
1702 struct mxt_object *object; in mxt_read_t100_config() local
2118 struct mxt_object *object, int instance, in mxt_show_instance()
2139 struct mxt_object *object; in mxt_object_show() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/dma/
Dbase.c32 nvkm_dma_search(struct nvkm_dma *dma, struct nvkm_client *client, u64 object) in nvkm_dma_search()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/
Dxtensa.c44 nvkm_xtensa_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nvkm_xtensa_cclass_bind()
Dfalcon.c45 nvkm_falcon_cclass_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nvkm_falcon_cclass_bind()
/linux-4.4.14/drivers/xen/
Dxen-acpi-cpuhotplug.c47 union acpi_object object = { 0 }; in xen_acpi_processor_enable() local
Dxen-acpi-processor.c338 union acpi_object object = { 0 }; in read_acpi_id() local
/linux-4.4.14/tools/usb/usbip/libsrc/
Dusbip_common.c175 #define READ_ATTR(object, type, dev, name, format) \ argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
Dbase.c126 nvkm_gpio_intr_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_gpio_intr_ctor()
/linux-4.4.14/security/smack/
Dsmack_access.c125 int smk_access(struct smack_known *subject, struct smack_known *object, in smk_access()
Dsmack.h273 char *object; member
Dsmack_lsm.c2514 struct smack_known *object, in smk_ipv6_check()
2626 struct smack_known *object; in smk_ipv6_port_check() local
Dsmackfs.c339 static int smk_fill_rule(const char *subject, const char *object, in smk_fill_rule()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbase.c108 nvkm_i2c_intr_ctor(struct nvkm_object *object, void *data, u32 size, in nvkm_i2c_intr_ctor()
/linux-4.4.14/drivers/base/
Dcacheinfo.c228 #define show_one(file_name, object) \ argument
/linux-4.4.14/net/core/
Dflow.c39 struct flow_cache_object *object; member
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlu_object.h781 #define LU_OBJECT_DEBUG(mask, env, object, format, ...) \ argument
794 #define LU_OBJECT_HEADER(mask, env, object, format, ...) \ argument
/linux-4.4.14/drivers/cpufreq/
Dcpufreq.c568 #define show_one(file_name, object) \ argument
598 #define store_one(file_name, object) \ argument
Dintel_pstate.c369 #define show_one(file_name, object) \ argument
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dplatform.h254 void *object; member
/linux-4.4.14/scripts/kconfig/
Dgconf.c461 void on_window1_destroy(GtkObject * object, gpointer user_data) in on_window1_destroy()
/linux-4.4.14/include/scsi/
Dosd_protocol.h157 /*24*/ __be64 object; member
/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c777 union acpi_object *object = NULL; in sony_nc_int_call() local
807 union acpi_object *object = __call_snc_method(handle, name, value); in sony_nc_buffer_call() local
Dthinkpad_acpi.c520 #define TPACPI_HANDLE(object, parent, paths...) \ argument
669 #define TPACPI_ACPIHANDLE_INIT(object) \ argument
/linux-4.4.14/net/ceph/
Dmessenger.c1687 int end, int size, void *object) in read_partial()
/linux-4.4.14/include/linux/mlx5/
Ddriver.h138 void *object; member
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c4072 enum intel_pipe_crc_object object; in display_crc_ctl_parse() local
/linux-4.4.14/include/rdma/
Dib_verbs.h1269 void *object; /* containing object */ member