Home
last modified time | relevance | path

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

123456

/linux/arch/parisc/math-emu/
H A Dfloat.h48 #define Sall(object) (object) argument
49 #define Ssign(object) Bitfield_extract( 0, 1,object) argument
50 #define Ssignedsign(object) Bitfield_signed_extract( 0, 1,object) argument
51 #define Sexponent(object) Bitfield_extract( 1, 8,object) argument
52 #define Smantissa(object) Bitfield_mask( 9, 23,object) argument
53 #define Ssignaling(object) Bitfield_extract( 9, 1,object) argument
54 #define Ssignalingnan(object) Bitfield_extract( 1, 9,object) argument
55 #define Shigh2mantissa(object) Bitfield_extract( 9, 2,object) argument
56 #define Sexponentmantissa(object) Bitfield_mask( 1, 31,object) argument
57 #define Ssignexponent(object) Bitfield_extract( 0, 9,object) argument
[all …]
H 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
H A Dcnv_float.h20 #define Dintp1(object) (object) argument
21 #define Dintp2(object) (object) argument
23 #define Duintp1(object) (object) argument
24 #define Duintp2(object) (object) argument
26 #define Qintp0(object) (object) argument
27 #define Qintp1(object) (object) argument
28 #define Qintp2(object) (object) argument
29 #define Qintp3(object) (object) argument
/linux/tools/lib/perf/include/internal/
H A Drc_check.h43 #define ADD_RC_CHK(result, object) (result = object, object) argument
46 #define RC_CHK_ACCESS(object) object argument
49 #define RC_CHK_FREE(object) free(object) argument
52 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, object) argument
55 #define RC_CHK_PUT(object) {} argument
77 #define ADD_RC_CHK(result, object) \ argument
86 #define RC_CHK_ACCESS(object) object->orig argument
89 #define RC_CHK_FREE(object) \ argument
96 #define RC_CHK_GET(result, object) ADD_RC_CHK(result, (object ? object->orig : NULL)) argument
99 #define RC_CHK_PUT(object) \ argument
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c32 struct nvkm_object *object; in nvkm_object_search() local
63 nvkm_object_remove(struct nvkm_object *object) in nvkm_object_remove()
74 nvkm_object_insert(struct nvkm_object *object) in nvkm_object_insert()
102 nvkm_object_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_object_mthd()
110 nvkm_object_ntfy(struct nvkm_object *object, u32 mthd, in nvkm_object_ntfy()
119 nvkm_object_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_object_map()
128 nvkm_object_unmap(struct nvkm_object *object) in nvkm_object_unmap()
136 nvkm_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *gpuobj, in nvkm_object_bind()
145 nvkm_object_fini(struct nvkm_object *object, bool suspend) in nvkm_object_fini()
188 nvkm_object_init(struct nvkm_object *object) in nvkm_object_init()
[all …]
H A 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()
59 nvkm_oproxy_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nvkm_oproxy_bind()
67 nvkm_oproxy_sclass(struct nvkm_object *object, int index, in nvkm_oproxy_sclass()
78 nvkm_oproxy_uevent(struct nvkm_object *object, void *argv, u32 argc, in nvkm_oproxy_uevent()
90 nvkm_oproxy_fini(struct nvkm_object *object, bool suspend) in nvkm_oproxy_fini()
117 nvkm_oproxy_init(struct nvkm_object *object) in nvkm_oproxy_init()
144 nvkm_oproxy_dtor(struct nvkm_object *object) in nvkm_oproxy_dtor()
H A Dioctl.c34 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_nop()
42 nvkm_ioctl_sclass_(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ioctl_sclass_()
61 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_sclass()
98 struct nvkm_object *object = NULL; in nvkm_ioctl_new() local
153 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_del()
172 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_mthd()
192 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_rd()
199 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_wr()
206 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_map()
231 struct nvkm_object *object, void *data, u32 size) in nvkm_ioctl_unmap()
[all …]
H 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/mm/
H A Dkmemleak.c293 struct kmemleak_object *object) in hex_dump_object()
326 static bool color_white(const struct kmemleak_object *object) in color_white()
332 static bool color_gray(const struct kmemleak_object *object) in color_gray()
343 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
350 static const char *__object_type_str(struct kmemleak_object *object) in __object_type_str()
364 struct kmemleak_object *object) in print_unreferenced()
390 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
427 struct kmemleak_object *object; in __lookup_object() local
461 static int get_object(struct kmemleak_object *object) in get_object()
472 struct kmemleak_object *object; in mem_pool_alloc() local
[all …]
/linux/fs/cachefiles/
H 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()
47 static void __cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in __cachefiles_unmark_inode_in_use()
54 static void cachefiles_do_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_do_unmark_inode_in_use()
66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_unmark_inode_in_use()
232 struct cachefiles_object *object, in cachefiles_unlink()
268 struct cachefiles_object *object, in cachefiles_bury_object()
419 int cachefiles_delete_object(struct cachefiles_object *object, in cachefiles_delete_object()
443 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object) in cachefiles_create_tmpfile()
522 static bool cachefiles_create_file(struct cachefiles_object *object) in cachefiles_create_file()
[all …]
H A Dondemand.c20 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() local
61 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() local
97 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() local
119 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() local
296 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() local
379 struct cachefiles_object *object; in cachefiles_ondemand_select_req() local
484 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req()
611 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
645 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
662 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
[all …]
H A Dio.c27 struct cachefiles_object *object; member
82 struct cachefiles_object *object; in cachefiles_read() local
203 struct cachefiles_object *object; in cachefiles_query_occupancy() local
259 struct cachefiles_object *object = ki->object; in cachefiles_write_complete() local
281 int __cachefiles_write(struct cachefiles_object *object, in __cachefiles_write()
384 struct cachefiles_object *object = NULL; in cachefiles_do_prepare_read() local
519 int __cachefiles_prepare_write(struct cachefiles_object *object, in __cachefiles_prepare_write()
606 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write() local
649 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_issue_write() local
744 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_begin_operation() local
H A Dxattr.c39 int cachefiles_set_object_xattr(struct cachefiles_object *object) in cachefiles_set_object_xattr()
102 int cachefiles_check_auxdata(struct cachefiles_object *object, struct file *file) in cachefiles_check_auxdata()
161 struct cachefiles_object *object, in cachefiles_remove_object_xattr()
197 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_prepare_to_write() local
/linux/mm/kasan/
H A Dcommon.c156 void __kasan_unpoison_new_object(struct kmem_cache *cache, void *object) in __kasan_unpoison_new_object()
161 void __kasan_poison_new_object(struct kmem_cache *cache, void *object) in __kasan_poison_new_object()
178 const void *object, bool init) in assign_tag()
199 const void *object) in __kasan_init_slab_obj()
212 static bool check_slab_allocation(struct kmem_cache *cache, void *object, in check_slab_allocation()
232 static inline void poison_slab_object(struct kmem_cache *cache, void *object, in poison_slab_object()
246 bool __kasan_slab_pre_free(struct kmem_cache *cache, void *object, in __kasan_slab_pre_free()
254 bool __kasan_slab_free(struct kmem_cache *cache, void *object, bool init, in __kasan_slab_free()
319 static inline void unpoison_slab_object(struct kmem_cache *cache, void *object, in unpoison_slab_object()
334 void *object, gfp_t flags, bool init) in __kasan_slab_alloc()
[all …]
H A Dtags.c97 static void save_stack_info(struct kmem_cache *cache, void *object, in save_stack_info()
140 void kasan_save_alloc_info(struct kmem_cache *cache, void *object, gfp_t flags) in kasan_save_alloc_info()
145 void kasan_save_free_info(struct kmem_cache *cache, void *object) in kasan_save_free_info()
/linux/sound/pci/asihpi/
H 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/tools/bpf/resolve_btfids/
H A Dmain.c114 struct object { struct
115 const char *path;
116 const char *btf;
117 const char *base_btf_path;
119 struct {
129 } efile;
131 struct rb_root sets;
132 struct rb_root structs;
133 struct rb_root unions;
134 struct rb_root typedefs;
[all …]
/linux/drivers/acpi/acpica/
H 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()
H A 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()
H A Ddsmthdat.c282 union acpi_operand_object *object, in acpi_ds_method_data_set_value()
341 union acpi_operand_object *object; in acpi_ds_method_data_get_value() local
445 union acpi_operand_object *object; in acpi_ds_method_data_delete_value() local
657 union acpi_operand_object *object; in acpi_ds_method_data_get_type() local
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duconn.c34 nvkm_uconn_uevent_gsp(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gsp()
51 nvkm_uconn_uevent_aux(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_aux()
68 nvkm_uconn_uevent_gpio(struct nvkm_object *object, u64 token, u32 bits) in nvkm_uconn_uevent_gpio()
95 nvkm_uconn_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uconn_uevent()
152 nvkm_uconn_dtor(struct nvkm_object *object) in nvkm_uconn_dtor()
H A Duhead.c31 nvkm_uhead_uevent(struct nvkm_object *object, void *argv, u32 argc, struct nvkm_uevent *uevent) in nvkm_uhead_uevent()
75 nvkm_uhead_mthd(struct nvkm_object *object, u32 mthd, void *argv, u32 argc) in nvkm_uhead_mthd()
87 nvkm_uhead_dtor(struct nvkm_object *object) in nvkm_uhead_dtor()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H 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/security/keys/
H A Dkeyring.c42 void *object = assoc_array_ptr_to_leaf(x); in keyring_ptr_to_key() local
303 static unsigned long keyring_get_object_key_chunk(const void *object, int level) in keyring_get_object_key_chunk()
309 static bool keyring_compare_object(const void *object, const void *data) in keyring_compare_object()
325 static int keyring_diff_objects(const void *object, const void *data) in keyring_diff_objects()
387 static void keyring_free_object(void *object) in keyring_free_object()
458 static int keyring_read_iterator(const void *object, void *data) in keyring_read_iterator()
574 static int keyring_search_iterator(const void *object, void *iterator_data) in keyring_search_iterator()
649 const void *object; in search_keyring() local
1105 const void *object; in find_key_to_update() local
1192 static int keyring_detect_cycle_iterator(const void *object, in keyring_detect_cycle_iterator()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Ducgrp.c32 struct nvkm_object object; member
46 nvkm_ucgrp_sclass(struct nvkm_object *object, int index, struct nvkm_oclass *oclass) in nvkm_ucgrp_sclass()
66 nvkm_ucgrp_dtor(struct nvkm_object *object) in nvkm_ucgrp_dtor()

123456