Home
last modified time | relevance | path

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

12345678

/linux/arch/parisc/math-emu/
A Dfloat.h48 #define Sall(object) (object) argument
49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
62 #define Slow(object) Bitfield_mask( 31, 1,object) argument
63 #define Slow4(object) Bitfield_mask( 28, 4,object) argument
64 #define Slow31(object) Bitfield_mask( 1, 31,object) argument
72 #define Sbit31(object) Bitfield_mask( 31, 1,object) argument
78 #define Deposit_sexponentmantissa(object,value) \ argument
105 #define Dallp1(object) (object) argument
145 #define Dallp2(object) (object) argument
[all …]
A Dfpbits.h40 #define Bitfield_extract(start, length, object) \ argument
44 #define Bitfield_signed_extract(start, length, object) \ argument
47 #define Bitfield_mask(start, len, object) \ argument
50 #define Bitfield_deposit(value,start,len,object) object = \ argument
/linux/fs/fscache/
A Dobject.c277 struct fscache_object *object = in fscache_object_work_func() local
297 void fscache_object_init(struct fscache_object *object, in fscache_object_init()
505 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
537 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object()
765 static int fscache_get_object(struct fscache_object *object, in fscache_get_object()
779 static void fscache_put_object(struct fscache_object *object, in fscache_put_object()
793 void fscache_object_destroy(struct fscache_object *object) in fscache_object_destroy()
804 void fscache_enqueue_object(struct fscache_object *object) in fscache_enqueue_object()
891 static void fscache_dequeue_object(struct fscache_object *object) in fscache_dequeue_object()
1070 void fscache_object_retrying_stale(struct fscache_object *object) in fscache_object_retrying_stale()
[all …]
A Doperation.c99 static void fscache_run_op(struct fscache_object *object, in fscache_run_op()
118 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission()
157 int fscache_submit_exclusive_op(struct fscache_object *object, in fscache_submit_exclusive_op()
243 int fscache_submit_op(struct fscache_object *object, in fscache_submit_op()
322 void fscache_abort_object(struct fscache_object *object) in fscache_abort_object()
333 void fscache_start_operations(struct fscache_object *object) in fscache_start_operations()
366 struct fscache_object *object = op->object; in fscache_cancel_op() local
422 void fscache_cancel_all_ops(struct fscache_object *object) in fscache_cancel_all_ops()
459 struct fscache_object *object = op->object; in fscache_op_complete() local
498 struct fscache_object *object; in fscache_put_operation() local
[all …]
A Dpage.c146 static void fscache_end_page_write(struct fscache_object *object, in fscache_end_page_write()
189 struct fscache_object *object = op->object; in fscache_attr_changed_op() local
216 struct fscache_object *object; in __fscache_attr_changed() local
367 int fscache_wait_for_operation_activation(struct fscache_object *object, in fscache_wait_for_operation_activation()
430 struct fscache_object *object; in __fscache_read_or_alloc_page() local
561 struct fscache_object *object; in __fscache_read_or_alloc_pages() local
674 struct fscache_object *object; in __fscache_alloc_page() local
786 struct fscache_object *object = op->op.object; in fscache_write_op() local
960 struct fscache_object *object; in __fscache_write_page() local
1104 struct fscache_object *object; in __fscache_uncache_page() local
/linux/drivers/gpu/drm/nouveau/nvkm/core/
A 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()
96 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
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()
146 nvkm_object_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_object_wr08()
179 nvkm_object_fini(struct nvkm_object *object, bool suspend) in nvkm_object_fini()
222 nvkm_object_init(struct nvkm_object *object) in nvkm_object_init()
258 nvkm_object_dtor(struct nvkm_object *object) in nvkm_object_dtor()
[all …]
A Doproxy.c33 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()
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()
98 nvkm_oproxy_sclass(struct nvkm_object *object, int index, in nvkm_oproxy_sclass()
109 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) in nvkm_oproxy_fini()
136 nvkm_oproxy_init(struct nvkm_object *object) in nvkm_oproxy_init()
[all …]
A 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
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()
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()
325 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_ntfy_del()
344 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_ntfy_get()
404 struct nvkm_object *object; in nvkm_ioctl_path() local
[all …]
/linux/mm/
A Dkmemleak.c421 struct kmemleak_object *object; in mem_pool_alloc() local
470 struct kmemleak_object *object = in free_object_rcu() local
516 struct kmemleak_object *object; in find_and_get_object() local
549 struct kmemleak_object *object; in find_and_remove_object() local
684 struct kmemleak_object *object; in delete_object_full() local
704 struct kmemleak_object *object; in delete_object_part() local
751 struct kmemleak_object *object; in paint_ptr() local
790 struct kmemleak_object *object; in add_scan_area() local
838 struct kmemleak_object *object; in object_set_excess_ref() local
861 struct kmemleak_object *object; in object_no_scan() local
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
A Duser.c38 struct nvkm_object object; member
75 struct nvkm_object *object = &udev->object; in nvkm_udevice_info() local
172 struct nvkm_object *object = &udev->object; in nvkm_udevice_time() local
205 nvkm_udevice_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_udevice_rd08()
213 nvkm_udevice_rd16(struct nvkm_object *object, u64 addr, u16 *data) in nvkm_udevice_rd16()
229 nvkm_udevice_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_udevice_wr08()
237 nvkm_udevice_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_udevice_wr16()
245 nvkm_udevice_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_udevice_wr32()
265 nvkm_udevice_fini(struct nvkm_object *object, bool suspend) in nvkm_udevice_fini()
286 nvkm_udevice_init(struct nvkm_object *object) in nvkm_udevice_init()
[all …]
/linux/fs/cachefiles/
A Dinterface.c27 struct cachefiles_object *object; in cachefiles_alloc_object() local
122 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() local
164 struct cachefiles_object *object; in cachefiles_lookup_complete() local
185 struct cachefiles_object *object = in cachefiles_grab_object() local
206 struct cachefiles_object *object; in cachefiles_update_object() local
263 struct cachefiles_object *object; in cachefiles_drop_object() local
325 struct cachefiles_object *object; in cachefiles_put_object() local
407 struct cachefiles_object *object; in cachefiles_check_consistency() local
432 struct cachefiles_object *object; in cachefiles_attr_changed() local
501 struct cachefiles_object *object; in cachefiles_invalidate_object() local
A Drdwr.c25 struct cachefiles_object *object; in cachefiles_read_waiter() local
76 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
155 struct cachefiles_object *object; in cachefiles_read_copier() local
229 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
396 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
465 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
687 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
800 struct cachefiles_object *object; in cachefiles_allocate_page() local
838 struct cachefiles_object *object; in cachefiles_allocate_pages() local
881 struct cachefiles_object *object; in cachefiles_write_page() local
[all …]
A Dnamei.c27 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object()
69 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
88 struct cachefiles_object *object; in cachefiles_mark_object_buried() local
137 struct cachefiles_object *object) in cachefiles_mark_object_active()
257 struct cachefiles_object *object, in cachefiles_mark_object_inactive()
288 struct cachefiles_object *object, in cachefiles_bury_object()
442 struct cachefiles_object *object) in cachefiles_delete_object()
489 struct cachefiles_object *object, in cachefiles_walk_to_object()
862 struct cachefiles_object *object; in cachefiles_check_active() local
A Dxattr.c25 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type()
100 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr()
128 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
157 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata()
196 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Dchan.c50 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_fini() local
83 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_init() local
116 struct nvkm_fifo_chan_object *object = in nvkm_fifo_chan_child_del() local
148 struct nvkm_fifo_chan_object *object; in nvkm_fifo_chan_child_new() local
210 nvkm_fifo_chan_child_get(struct nvkm_object *object, int index, in nvkm_fifo_chan_child_get()
254 nvkm_fifo_chan_ntfy(struct nvkm_object *object, u32 type, in nvkm_fifo_chan_ntfy()
264 nvkm_fifo_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_fifo_chan_map()
290 nvkm_fifo_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_fifo_chan_wr32()
305 nvkm_fifo_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_fifo_chan_fini()
313 nvkm_fifo_chan_init(struct nvkm_object *object) in nvkm_fifo_chan_init()
[all …]
A Dga102.c41 struct nvkm_object object; member
57 ga102_chan_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in ga102_chan_sclass()
69 ga102_chan_map(struct nvkm_object *object, void *argv, u32 argc, in ga102_chan_map()
86 ga102_chan_fini(struct nvkm_object *object, bool suspend) in ga102_chan_fini()
106 ga102_chan_init(struct nvkm_object *object) in ga102_chan_init()
123 ga102_chan_dtor(struct nvkm_object *object) in ga102_chan_dtor()
/linux/mm/kasan/
A Dcommon.c232 const void *object) in kasan_get_alloc_meta()
241 const void *object) in kasan_get_free_meta()
260 void __kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in __kasan_unpoison_object_data()
265 void __kasan_poison_object_data(struct kmem_cache *cache, void *object) in __kasan_poison_object_data()
286 const void *object, bool init) in assign_tag()
312 const void *object) in __kasan_init_slab_obj()
328 static inline bool ____kasan_slab_free(struct kmem_cache *cache, void *object, in ____kasan_slab_free()
371 bool __kasan_slab_free(struct kmem_cache *cache, void *object, in __kasan_slab_free()
423 static void set_alloc_info(struct kmem_cache *cache, void *object, in set_alloc_info()
438 void *object, gfp_t flags, bool init) in __kasan_slab_alloc()
[all …]
/linux/sound/pci/asihpi/
A Dhpimsginit.c27 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
56 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
79 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
89 u16 object, u16 function) in hpi_init_messageV1()
103 u16 object, u16 function) in hpi_init_responseV1()
115 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
/linux/drivers/gpu/drm/nouveau/nvif/
A Dobject.c31 nvif_object_ioctl(struct nvif_object *object, void *data, u32 size, void **hack) in nvif_object_ioctl()
58 nvif_object_sclass_get(struct nvif_object *object, struct nvif_sclass **psclass) in nvif_object_sclass_get()
102 nvif_object_rd(struct nvif_object *object, int size, u64 addr) in nvif_object_rd()
121 nvif_object_wr(struct nvif_object *object, int size, u64 addr, u32 data) in nvif_object_wr()
139 nvif_object_mthd(struct nvif_object *object, u32 mthd, void *data, u32 size) in nvif_object_mthd()
168 nvif_object_unmap_handle(struct nvif_object *object) in nvif_object_unmap_handle()
181 nvif_object_map_handle(struct nvif_object *object, void *argv, u32 argc, in nvif_object_map_handle()
205 nvif_object_unmap(struct nvif_object *object) in nvif_object_unmap()
220 nvif_object_map(struct nvif_object *object, void *argv, u32 argc) in nvif_object_map()
244 nvif_object_dtor(struct nvif_object *object) in nvif_object_dtor()
[all …]
/linux/drivers/acpi/acpica/
A Dutdelete.c36 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj()
365 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) in acpi_ut_update_ref_count()
481 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference()
676 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference()
709 void acpi_ut_remove_reference(union acpi_operand_object *object) in acpi_ut_remove_reference()
/linux/tools/bpf/resolve_btfids/
A Dmain.c90 struct object { struct
91 const char *path;
92 const char *btf;
95 struct {
104 } efile;
106 struct rb_root sets;
110 struct rb_root funcs;
112 int nr_funcs;
113 int nr_structs;
114 int nr_unions;
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
A Duser.c31 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_ufault_map()
43 nvkm_ufault_ntfy(struct nvkm_object *object, u32 type, in nvkm_ufault_ntfy()
55 nvkm_ufault_fini(struct nvkm_object *object, bool suspend) in nvkm_ufault_fini()
63 nvkm_ufault_init(struct nvkm_object *object) in nvkm_ufault_init()
71 nvkm_ufault_dtor(struct nvkm_object *object) in nvkm_ufault_dtor()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dchannv50.c134 nv50_disp_chan_uevent_ctor(struct nvkm_object *object, void *data, u32 size, in nv50_disp_chan_uevent_ctor()
177 nv50_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nv50_disp_chan_rd32()
187 nv50_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nv50_disp_chan_wr32()
197 nv50_disp_chan_ntfy(struct nvkm_object *object, u32 type, in nv50_disp_chan_ntfy()
213 nv50_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nv50_disp_chan_map()
233 struct nv50_disp_chan_object *object = in nv50_disp_chan_child_del_() local
251 struct nv50_disp_chan_object *object; in nv50_disp_chan_child_new() local
273 nv50_disp_chan_child_get(struct nvkm_object *object, int index, in nv50_disp_chan_child_get()
298 nv50_disp_chan_fini(struct nvkm_object *object, bool suspend) in nv50_disp_chan_fini()
307 nv50_disp_chan_init(struct nvkm_object *object) in nv50_disp_chan_init()
[all …]
/linux/include/linux/
A Dkasan.h205 void *object) in kasan_unpoison_object_data()
213 void *object) in kasan_poison_object_data()
222 struct kmem_cache *cache, const void *object) in kasan_init_slab_obj()
232 void *object, bool init) in kasan_slab_free()
256 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc()
266 const void *object, size_t size, gfp_t flags) in kasan_kmalloc()
327 void *object) {} in kasan_unpoison_object_data()
329 void *object) {} in kasan_poison_object_data()
331 const void *object) in kasan_init_slab_obj()
341 static inline void *kasan_slab_alloc(struct kmem_cache *s, void *object, in kasan_slab_alloc()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
A Dumem.c39 struct nvkm_object *object; in nvkm_umem_search() local
63 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap()
86 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map()
124 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor()

Completed in 46 milliseconds

12345678