Home
last modified time | relevance | path

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

12345678

/linux-6.3-rc2/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-6.3-rc2/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()
59 nvkm_oproxy_rd08(struct nvkm_object *object, u64 addr, u8 *data) in nvkm_oproxy_rd08()
77 nvkm_oproxy_wr08(struct nvkm_object *object, u64 addr, u8 data) in nvkm_oproxy_wr08()
83 nvkm_oproxy_wr16(struct nvkm_object *object, u64 addr, u16 data) in nvkm_oproxy_wr16()
89 nvkm_oproxy_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_oproxy_wr32()
103 nvkm_oproxy_sclass(struct nvkm_object *object, int index, in nvkm_oproxy_sclass()
126 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) in nvkm_oproxy_fini()
153 nvkm_oproxy_init(struct nvkm_object *object) in nvkm_oproxy_init()
[all …]
A Dioctl.c34 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
72 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
109 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
167 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
186 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
206 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
246 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
275 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
300 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
336 struct nvkm_object *object; in nvkm_ioctl_path() local
[all …]
A Dclient.c74 struct nvkm_object *object; in nvkm_client_search() local
110 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd()
130 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get()
148 nvkm_client_fini(struct nvkm_object *object, bool suspend) in nvkm_client_fini()
154 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
A Duevent.c29 struct nvkm_object object; member
61 nvkm_uevent_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uevent_mthd()
76 nvkm_uevent_fini(struct nvkm_object *object, bool suspend) in nvkm_uevent_fini()
85 nvkm_uevent_init(struct nvkm_object *object) in nvkm_uevent_init()
96 nvkm_uevent_dtor(struct nvkm_object *object) in nvkm_uevent_dtor()
/linux-6.3-rc2/fs/cachefiles/
A Dinterface.c26 struct cachefiles_object *object; in cachefiles_alloc_object() local
51 void cachefiles_see_object(struct cachefiles_object *object, in cachefiles_see_object()
74 void cachefiles_put_object(struct cachefiles_object *object, in cachefiles_put_object()
109 static int cachefiles_adjust_size(struct cachefiles_object *object) in cachefiles_adjust_size()
174 struct cachefiles_object *object; in cachefiles_lookup_cookie() local
227 static bool cachefiles_shorten_object(struct cachefiles_object *object, in cachefiles_shorten_object()
276 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_resize_cookie() local
303 static void cachefiles_commit_object(struct cachefiles_object *object, in cachefiles_commit_object()
322 static void cachefiles_clean_up_object(struct cachefiles_object *object, in cachefiles_clean_up_object()
351 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_withdraw_cookie() local
[all …]
A Dnamei.c17 static bool __cachefiles_mark_inode_in_use(struct cachefiles_object *object, in __cachefiles_mark_inode_in_use()
33 static bool cachefiles_mark_inode_in_use(struct cachefiles_object *object, in cachefiles_mark_inode_in_use()
66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_unmark_inode_in_use()
229 struct cachefiles_object *object, in cachefiles_unlink()
265 struct cachefiles_object *object, in cachefiles_bury_object()
414 int cachefiles_delete_object(struct cachefiles_object *object, in cachefiles_delete_object()
438 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object) in cachefiles_create_tmpfile()
516 static bool cachefiles_create_file(struct cachefiles_object *object) in cachefiles_create_file()
541 static bool cachefiles_open_file(struct cachefiles_object *object, in cachefiles_open_file()
618 bool cachefiles_look_up_object(struct cachefiles_object *object) in cachefiles_look_up_object()
[all …]
A Dondemand.c10 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() local
43 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() local
71 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() local
83 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() local
186 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() local
398 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
432 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
457 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
476 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object()
500 void cachefiles_ondemand_clean_object(struct cachefiles_object *object) in cachefiles_ondemand_clean_object()
[all …]
A Dio.c25 struct cachefiles_object *object; member
80 struct cachefiles_object *object; in cachefiles_read() local
201 struct cachefiles_object *object; in cachefiles_query_occupancy() local
257 struct cachefiles_object *object = ki->object; in cachefiles_write_complete() local
280 int __cachefiles_write(struct cachefiles_object *object, in __cachefiles_write()
394 struct cachefiles_object *object = NULL; in cachefiles_do_prepare_read() local
529 int __cachefiles_prepare_write(struct cachefiles_object *object, in __cachefiles_prepare_write()
608 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write() local
656 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_begin_operation() local
/linux-6.3-rc2/mm/
A Dkmemleak.c409 struct kmemleak_object *object; in __lookup_object() local
454 struct kmemleak_object *object; in mem_pool_alloc() local
550 struct kmemleak_object *object; in __find_and_get_object() local
596 struct kmemleak_object *object; in find_and_remove_object() local
760 struct kmemleak_object *object; in delete_object_full() local
780 struct kmemleak_object *object; in delete_object_part() local
827 struct kmemleak_object *object; in paint_ptr() local
866 struct kmemleak_object *object; in add_scan_area() local
919 struct kmemleak_object *object; in object_set_excess_ref() local
942 struct kmemleak_object *object; in object_no_scan() local
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dchan.c30 nvkm_disp_chan_rd32(struct nvkm_object *object, u64 addr, u32 *data) in nvkm_disp_chan_rd32()
41 nvkm_disp_chan_wr32(struct nvkm_object *object, u64 addr, u32 data) in nvkm_disp_chan_wr32()
52 nvkm_disp_chan_ntfy(struct nvkm_object *object, u32 type, struct nvkm_event **pevent) in nvkm_disp_chan_ntfy()
69 nvkm_disp_chan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_disp_chan_map()
90 struct nvkm_disp_chan_object *object = container_of(base, typeof(*object), oproxy); in nvkm_disp_chan_child_del_() local
108 struct nvkm_disp_chan_object *object; in nvkm_disp_chan_child_new() local
129 nvkm_disp_chan_child_get(struct nvkm_object *object, int index, struct nvkm_oclass *sclass) in nvkm_disp_chan_child_get()
153 nvkm_disp_chan_fini(struct nvkm_object *object, bool suspend) in nvkm_disp_chan_fini()
163 nvkm_disp_chan_init(struct nvkm_object *object) in nvkm_disp_chan_init()
172 nvkm_disp_chan_dtor(struct nvkm_object *object) in nvkm_disp_chan_dtor()
A Duconn.c34 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_aux()
51 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gpio()
66 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent()
130 nvkm_uconn_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uconn_mthd()
144 nvkm_uconn_dtor(struct nvkm_object *object) in nvkm_uconn_dtor()
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/mm/kasan/
A Dcommon.c136 void __kasan_unpoison_object_data(struct kmem_cache *cache, void *object) in __kasan_unpoison_object_data()
141 void __kasan_poison_object_data(struct kmem_cache *cache, void *object) in __kasan_poison_object_data()
162 const void *object, bool init) in assign_tag()
188 const void *object) in __kasan_init_slab_obj()
200 static inline bool ____kasan_slab_free(struct kmem_cache *cache, void *object, in ____kasan_slab_free()
241 bool __kasan_slab_free(struct kmem_cache *cache, void *object, in __kasan_slab_free()
299 void *object, gfp_t flags, bool init) in __kasan_slab_alloc()
334 const void *object, size_t size, gfp_t flags) in ____kasan_kmalloc()
380 void * __must_check __kasan_kmalloc(struct kmem_cache *cache, const void *object, in __kasan_kmalloc()
422 void * __must_check __kasan_krealloc(const void *object, size_t size, gfp_t flags) in __kasan_krealloc()
/linux-6.3-rc2/tools/bpf/resolve_btfids/
A Dmain.c105 struct object { struct
106 const char *path;
107 const char *btf;
110 struct {
119 } efile;
121 struct rb_root sets;
125 struct rb_root funcs;
127 int nr_funcs;
128 int nr_structs;
129 int nr_unions;
[all …]
/linux-6.3-rc2/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()
482 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference()
677 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference()
710 void acpi_ut_remove_reference(union acpi_operand_object *object) in acpi_ut_remove_reference()
/linux-6.3-rc2/include/linux/
A Dkasan.h132 void *object) in kasan_unpoison_object_data()
140 void *object) in kasan_poison_object_data()
149 struct kmem_cache *cache, const void *object) in kasan_init_slab_obj()
159 void *object, bool init) in kasan_slab_free()
183 struct kmem_cache *s, void *object, gfp_t flags, bool init) in kasan_slab_alloc()
193 const void *object, size_t size, gfp_t flags) in kasan_kmalloc()
244 void *object) {} in kasan_unpoison_object_data()
246 void *object) {} in kasan_poison_object_data()
248 const void *object) in kasan_init_slab_obj()
258 static inline void *kasan_slab_alloc(struct kmem_cache *s, void *object, in kasan_slab_alloc()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
A Duser.c32 nvkm_ufault_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_ufault_uevent()
47 nvkm_ufault_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_ufault_map()
59 nvkm_ufault_fini(struct nvkm_object *object, bool suspend) in nvkm_ufault_fini()
67 nvkm_ufault_init(struct nvkm_object *object) in nvkm_ufault_init()
75 nvkm_ufault_dtor(struct nvkm_object *object) in nvkm_ufault_dtor()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
A Duchan.c37 struct nvkm_object object; member
42 nvkm_uchan_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uchan_uevent()
204 nvkm_uchan_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_uchan_sclass()
255 nvkm_uchan_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_uchan_map()
272 nvkm_uchan_fini(struct nvkm_object *object, bool suspend) in nvkm_uchan_fini()
286 nvkm_uchan_init(struct nvkm_object *object) in nvkm_uchan_init()
302 nvkm_uchan_dtor(struct nvkm_object *object) in nvkm_uchan_dtor()
/linux-6.3-rc2/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()
/linux-6.3-rc2/drivers/gpu/drm/nouveau/
A Dnouveau_usif.c43 usif_object_dtor(struct usif_object *object) in usif_object_dtor()
57 struct usif_object *object; in usif_object_new() local
114 struct usif_object *object; in usif_ioctl() local
183 struct usif_object *object, *otemp; in usif_client_fini() local

Completed in 44 milliseconds

12345678