Home
last modified time | relevance | path

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

1234567

/Linux-v4.19/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
/Linux-v4.19/fs/fscache/
Dobject.c153 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
171 static void fscache_object_sm_dispatcher(struct fscache_object *object) in fscache_object_sm_dispatcher()
282 struct fscache_object *object = in fscache_object_work_func() local
305 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
349 static inline void fscache_mark_object_dead(struct fscache_object *object) in fscache_mark_object_dead()
359 static const struct fscache_state *fscache_abort_initialisation(struct fscache_object *object, in fscache_abort_initialisation()
376 static const struct fscache_state *fscache_initialise_object(struct fscache_object *object, in fscache_initialise_object()
431 static const struct fscache_state *fscache_parent_ready(struct fscache_object *object, in fscache_parent_ready()
455 static const struct fscache_state *fscache_look_up_object(struct fscache_object *object, in fscache_look_up_object()
514 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
[all …]
Doperation.c100 static void fscache_run_op(struct fscache_object *object, in fscache_run_op()
119 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission()
158 int fscache_submit_exclusive_op(struct fscache_object *object, in fscache_submit_exclusive_op()
244 int fscache_submit_op(struct fscache_object *object, in fscache_submit_op()
323 void fscache_abort_object(struct fscache_object *object) in fscache_abort_object()
334 void fscache_start_operations(struct fscache_object *object) in fscache_start_operations()
367 struct fscache_object *object = op->object; in fscache_cancel_op() local
423 void fscache_cancel_all_ops(struct fscache_object *object) in fscache_cancel_all_ops()
460 struct fscache_object *object = op->object; in fscache_op_complete() local
499 struct fscache_object *object; in fscache_put_operation() local
[all …]
Dpage.c150 static void fscache_end_page_write(struct fscache_object *object, in fscache_end_page_write()
193 struct fscache_object *object = op->object; in fscache_attr_changed_op() local
220 struct fscache_object *object; in __fscache_attr_changed() local
377 int fscache_wait_for_operation_activation(struct fscache_object *object, in fscache_wait_for_operation_activation()
440 struct fscache_object *object; in __fscache_read_or_alloc_page() local
571 struct fscache_object *object; in __fscache_read_or_alloc_pages() local
684 struct fscache_object *object; in __fscache_alloc_page() local
796 struct fscache_object *object = op->op.object; in fscache_write_op() local
970 struct fscache_object *object; in __fscache_write_page() local
1114 struct fscache_object *object; in __fscache_uncache_page() local
Dcookie.c36 struct hlist_node *object; in fscache_print_cookie() local
400 struct fscache_object *object; in fscache_acquire_non_index_cookie() local
484 struct fscache_object *object; in fscache_alloc_object() local
556 struct fscache_object *object) in fscache_attach_object()
622 struct fscache_object *object; in __fscache_invalidate() local
679 struct fscache_object *object; in __fscache_update_cookie() local
717 struct fscache_object *object; in __fscache_disable_cookie() local
896 struct fscache_object *object; in __fscache_check_consistency() local
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c32 struct nvkm_object *object; in nvkm_object_search() local
58 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove()
65 nvkm_object_insert(struct nvkm_object *object) in nvkm_object_insert()
88 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
96 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
105 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_object_map()
114 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap()
122 nvkm_object_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_object_rd08()
130 nvkm_object_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_object_rd16()
138 nvkm_object_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_object_rd32()
[all …]
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, void *argv, u32 argc, in nvkm_oproxy_map()
48 nvkm_oproxy_unmap(struct nvkm_object *object) in nvkm_oproxy_unmap()
54 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08()
60 nvkm_oproxy_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_oproxy_rd16()
66 nvkm_oproxy_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_oproxy_rd32()
72 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08()
78 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16()
84 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32()
[all …]
Dioctl.c33 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
51 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
89 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
147 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
166 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
186 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
226 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
255 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
280 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
298 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_ntfy_new()
[all …]
Dclient.c128 nvkm_client_notify_new(struct nvkm_object *object, in nvkm_client_notify_new()
182 struct nvkm_object *object; in nvkm_client_search() local
218 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
238 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get()
256 nvkm_client_fini(struct nvkm_object *object, bool suspend) in nvkm_client_fini()
268 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
/Linux-v4.19/mm/
Dkmemleak.c309 struct kmemleak_object *object) in hex_dump_object()
334 static bool color_white(const struct kmemleak_object *object) in color_white()
340 static bool color_gray(const struct kmemleak_object *object) in color_gray()
351 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
363 struct kmemleak_object *object) in print_unreferenced()
387 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
417 struct kmemleak_object *object = in lookup_object() local
441 static int get_object(struct kmemleak_object *object) in get_object()
453 struct kmemleak_object *object = in free_object_rcu() local
474 static void put_object(struct kmemleak_object *object) in put_object()
[all …]
/Linux-v4.19/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, void *argv, u32 argc, in nvkm_fifo_chan_map()
267 nvkm_fifo_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_fifo_chan_rd32()
282 nvkm_fifo_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_fifo_chan_wr32()
297 nvkm_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_fifo_chan_fini()
[all …]
/Linux-v4.19/fs/cachefiles/
Dinterface.c31 struct cachefiles_object *object; in cachefiles_alloc_object() local
126 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() local
168 struct cachefiles_object *object; in cachefiles_lookup_complete() local
189 struct cachefiles_object *object = in cachefiles_grab_object() local
210 struct cachefiles_object *object; in cachefiles_update_object() local
267 struct cachefiles_object *object; in cachefiles_drop_object() local
329 struct cachefiles_object *object; in cachefiles_put_object() local
411 struct cachefiles_object *object; in cachefiles_check_consistency() local
436 struct cachefiles_object *object; in cachefiles_attr_changed() local
505 struct cachefiles_object *object; in cachefiles_invalidate_object() local
Drdwr.c29 struct cachefiles_object *object; in cachefiles_read_waiter() local
81 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
159 struct cachefiles_object *object; in cachefiles_read_copier() local
233 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
400 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
469 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
685 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
799 struct cachefiles_object *object; in cachefiles_allocate_page() local
837 struct cachefiles_object *object; in cachefiles_allocate_pages() local
880 struct cachefiles_object *object; in cachefiles_write_page() local
[all …]
Dnamei.c32 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object()
74 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
93 struct cachefiles_object *object; in cachefiles_mark_object_buried() local
142 struct cachefiles_object *object) in cachefiles_mark_object_active()
260 struct cachefiles_object *object, in cachefiles_mark_object_inactive()
291 struct cachefiles_object *object, in cachefiles_bury_object()
439 struct cachefiles_object *object) in cachefiles_delete_object()
486 struct cachefiles_object *object, in cachefiles_walk_to_object()
870 struct cachefiles_object *object; in cachefiles_check_active() local
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()
132 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
161 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata()
200 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c38 struct nvkm_object object; member
105 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() local
200 struct nvkm_object *object = &udev->object; in nvkm_udevice_time() local
217 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd()
233 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
241 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16()
249 nvkm_udevice_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_udevice_rd32()
257 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
265 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16()
273 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32()
[all …]
/Linux-v4.19/sound/pci/asihpi/
Dhpimsginit.c38 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
67 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
90 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
100 u16 object, u16 function) in hpi_init_messageV1()
114 u16 object, u16 function) in hpi_init_responseV1()
126 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
/Linux-v4.19/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_handle(struct nvif_object *object) in nvif_object_unmap_handle()
182 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle()
206 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
221 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map()
245 nvif_object_fini(struct nvif_object *object) in nvif_object_fini()
[all …]
/Linux-v4.19/drivers/acpi/acpica/
Dutdelete.c36 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj()
353 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) in acpi_ut_update_ref_count()
469 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference()
667 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference()
700 void acpi_ut_remove_reference(union acpi_operand_object *object) in acpi_ut_remove_reference()
Dutobject.c60 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local
305 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object()
355 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local
389 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dchannv50.c132 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nv50_disp_chan_uevent_ctor()
175 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nv50_disp_chan_rd32()
185 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32()
195 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, in nv50_disp_chan_ntfy()
211 nv50_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nv50_disp_chan_map()
231 struct nv50_disp_chan_object *object = in nv50_disp_chan_child_del_() local
249 struct nv50_disp_chan_object *object; in nv50_disp_chan_child_new() local
271 nv50_disp_chan_child_get(struct nvkm_object *object, int index, in nv50_disp_chan_child_get()
296 nv50_disp_chan_fini(struct nvkm_object *object, bool suspend) in nv50_disp_chan_fini()
305 nv50_disp_chan_init(struct nvkm_object *object) in nv50_disp_chan_init()
[all …]
/Linux-v4.19/include/linux/
Dkasan.h105 void *object) {} in kasan_unpoison_object_data()
107 void *object) {} in kasan_poison_object_data()
109 const void *object) {} in kasan_init_slab_obj()
114 static inline void kasan_kmalloc(struct kmem_cache *s, const void *object, in kasan_kmalloc()
116 static inline void kasan_krealloc(const void *object, size_t new_size, in kasan_krealloc()
119 static inline void kasan_slab_alloc(struct kmem_cache *s, void *object, in kasan_slab_alloc()
121 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, in kasan_slab_free()
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dumem.c39 struct nvkm_object *object; in nvkm_umem_search() local
64 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap()
87 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map()
125 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor()
/Linux-v4.19/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()
431 static int keyring_read_iterator(const void *object, void *data) in keyring_read_iterator()
551 static int keyring_search_iterator(const void *object, void *iterator_data) in keyring_search_iterator()
626 const void *object; in search_keyring() local
1063 const void *object; in find_key_to_update() local
1156 static int keyring_detect_cycle_iterator(const void *object, in keyring_detect_cycle_iterator()
[all …]

1234567