Home
last modified time | relevance | path

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

123

/linux-3.3/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
/linux-3.3/fs/fscache/
Dobject.c66 static inline void fscache_done_parent_op(struct fscache_object *object) in fscache_done_parent_op()
89 static void fscache_object_state_machine(struct fscache_object *object) in fscache_object_state_machine()
334 struct fscache_object *object = in fscache_object_work_func() local
359 static void fscache_initialise_object(struct fscache_object *object) in fscache_initialise_object()
436 static void fscache_lookup_object(struct fscache_object *object) in fscache_lookup_object()
489 void fscache_object_lookup_negative(struct fscache_object *object) in fscache_object_lookup_negative()
533 void fscache_obtained_object(struct fscache_object *object) in fscache_obtained_object()
576 static void fscache_object_available(struct fscache_object *object) in fscache_object_available()
613 static void fscache_drop_object(struct fscache_object *object) in fscache_drop_object()
652 static void fscache_release_object(struct fscache_object *object) in fscache_release_object()
[all …]
Doperation.c64 static void fscache_run_op(struct fscache_object *object, in fscache_run_op()
80 int fscache_submit_exclusive_op(struct fscache_object *object, in fscache_submit_exclusive_op()
135 static void fscache_report_unexpected_submission(struct fscache_object *object, in fscache_report_unexpected_submission()
180 int fscache_submit_op(struct fscache_object *object, in fscache_submit_op()
245 void fscache_abort_object(struct fscache_object *object) in fscache_abort_object()
256 void fscache_start_operations(struct fscache_object *object) in fscache_start_operations()
288 struct fscache_object *object = op->object; in fscache_cancel_op() local
319 struct fscache_object *object; in fscache_put_operation() local
390 struct fscache_object *object; in fscache_operation_gc() local
Dpage.c118 static void fscache_end_page_write(struct fscache_object *object, in fscache_end_page_write()
150 struct fscache_object *object = op->object; in fscache_attr_changed_op() local
174 struct fscache_object *object; in __fscache_attr_changed() local
296 static int fscache_wait_for_retrieval_activation(struct fscache_object *object, in fscache_wait_for_retrieval_activation()
346 struct fscache_object *object; in __fscache_read_or_alloc_page() local
465 struct fscache_object *object; in __fscache_read_or_alloc_pages() local
567 struct fscache_object *object; in __fscache_alloc_page() local
649 struct fscache_object *object = op->op.object; in fscache_write_op() local
752 struct fscache_object *object; in __fscache_write_page() local
872 struct fscache_object *object; in __fscache_uncache_page() local
Dcookie.c148 struct fscache_object *object; in fscache_acquire_non_index_cookie() local
239 struct fscache_object *object; in fscache_alloc_object() local
310 struct fscache_object *object) in fscache_attach_object()
377 struct fscache_object *object; in __fscache_update_cookie() local
414 struct fscache_object *object; in __fscache_relinquish_cookie() local
Dcache.c98 struct fscache_object *object; in fscache_select_cache_for_object() local
331 struct fscache_object *object; in fscache_withdraw_all_objects() local
/linux-3.3/sound/pci/asihpi/
Dhpimsginit.c37 static void hpi_init_message(struct hpi_message *phm, u16 object, in hpi_init_message()
60 void hpi_init_response(struct hpi_response *phr, u16 object, u16 function, in hpi_init_response()
77 struct hpi_response *phr, u16 object, u16 function) in hpi_init_message_response()
87 u16 object, u16 function) in hpi_init_messageV1()
101 u16 object, u16 function) in hpi_init_responseV1()
111 struct hpi_response_header *phr, u16 res_size, u16 object, in hpi_init_message_responseV1()
/linux-3.3/mm/
Dkmemleak.c290 struct kmemleak_object *object) in hex_dump_object()
322 static bool color_white(const struct kmemleak_object *object) in color_white()
328 static bool color_gray(const struct kmemleak_object *object) in color_gray()
339 static bool unreferenced_object(struct kmemleak_object *object) in unreferenced_object()
351 struct kmemleak_object *object) in print_unreferenced()
375 static void dump_object_info(struct kmemleak_object *object) in dump_object_info()
404 struct kmemleak_object *object; in lookup_object() local
429 static int get_object(struct kmemleak_object *object) in get_object()
441 struct kmemleak_object *object = in free_object_rcu() local
462 static void put_object(struct kmemleak_object *object) in put_object()
[all …]
Dkmemcheck.c59 void kmemcheck_slab_alloc(struct kmem_cache *s, gfp_t gfpflags, void *object, in kmemcheck_slab_alloc()
92 void kmemcheck_slab_free(struct kmem_cache *s, void *object, size_t size) in kmemcheck_slab_free()
Dslub.c251 struct page *page, const void *object) in check_valid_pointer()
267 static inline void *get_freepointer(struct kmem_cache *s, void *object) in get_freepointer()
272 static inline void *get_freepointer_safe(struct kmem_cache *s, void *object) in get_freepointer_safe()
284 static inline void set_freepointer(struct kmem_cache *s, void *object, void *fp) in set_freepointer()
476 static struct track *get_track(struct kmem_cache *s, void *object, in get_track()
489 static void set_track(struct kmem_cache *s, void *object, in set_track()
521 static void init_tracking(struct kmem_cache *s, void *object) in init_tracking()
549 static void print_tracking(struct kmem_cache *s, void *object) in print_tracking()
628 u8 *object, char *reason) in object_err()
647 static void init_object(struct kmem_cache *s, void *object, u8 val) in init_object()
[all …]
/linux-3.3/fs/cachefiles/
Dinterface.c33 struct cachefiles_object *object; in cachefiles_alloc_object() local
122 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() local
165 struct cachefiles_object *object; in cachefiles_lookup_complete() local
185 struct cachefiles_object *object = in cachefiles_grab_object() local
203 struct cachefiles_object *object; in cachefiles_update_object() local
247 struct cachefiles_object *object; in cachefiles_drop_object() local
302 struct cachefiles_object *object; in cachefiles_put_object() local
379 struct cachefiles_object *object; in cachefiles_attr_changed() local
Drdwr.c28 struct cachefiles_object *object; in cachefiles_read_waiter() local
73 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
151 struct cachefiles_object *object; in cachefiles_read_copier() local
225 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
395 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() local
466 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
693 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() local
807 struct cachefiles_object *object; in cachefiles_allocate_page() local
848 struct cachefiles_object *object; in cachefiles_allocate_pages() local
890 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()
106 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr()
135 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
165 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()
82 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
104 struct cachefiles_object *object; in cachefiles_mark_object_buried() local
152 struct cachefiles_object *object) in cachefiles_mark_object_active()
419 struct cachefiles_object *object) in cachefiles_delete_object()
465 struct cachefiles_object *object, in cachefiles_walk_to_object()
829 struct cachefiles_object *object; in cachefiles_check_active() local
Dmain.c45 struct cachefiles_object *object = _object; in cachefiles_object_init_once() local
/linux-3.3/drivers/acpi/acpica/
Dutdelete.c72 static void acpi_ut_delete_internal_obj(union acpi_operand_object *object) in acpi_ut_delete_internal_obj()
371 acpi_ut_update_ref_count(union acpi_operand_object *object, u32 action) in acpi_ut_update_ref_count()
478 acpi_ut_update_object_reference(union acpi_operand_object *object, u16 action) in acpi_ut_update_object_reference()
642 void acpi_ut_add_reference(union acpi_operand_object *object) in acpi_ut_add_reference()
675 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
334 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object()
383 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local
418 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
Ddsmthdat.c315 union acpi_operand_object *object, in acpi_ds_method_data_set_value()
374 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.c317 char *acpi_ut_get_node_name(void *object) in acpi_ut_get_node_name()
383 char *acpi_ut_get_descriptor_name(void *object) in acpi_ut_get_descriptor_name()
424 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) in acpi_ut_get_reference_name()
Ddswstate.c71 acpi_ds_result_pop(union acpi_operand_object **object, in acpi_ds_result_pop()
145 acpi_ds_result_push(union acpi_operand_object * object, in acpi_ds_result_push()
309 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state * walk_state) in acpi_ds_obj_stack_push()
/linux-3.3/drivers/gpu/drm/
Ddrm_global.c38 void *object; member
70 void *object; in drm_global_item_ref() local
/linux-3.3/net/tipc/
Dref.c48 void *object; member
153 u32 tipc_ref_acquire(void *object, spinlock_t **lock) in tipc_ref_acquire()
/linux-3.3/include/linux/
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()

123