Searched refs:object_size (Results 1 – 9 of 9) sorted by relevance
| /drivers/acpi/acpica/ |
| A D | utcache.c | 33 u16 object_size, in acpi_os_create_cache() argument 40 if (!cache_name || !return_cache || !object_size) { in acpi_os_create_cache() 55 cache->object_size = object_size; in acpi_os_create_cache() 180 memset(object, 0xCA, cache->object_size); in acpi_os_release_object() 250 memset(object, 0, cache->object_size); in acpi_os_acquire_object() 271 object = ACPI_ALLOCATE_ZEROED(cache->object_size); in acpi_os_acquire_object()
|
| A D | dbstats.c | 80 (list->current_depth * list->object_size)); in acpi_db_list_info() 87 list->requests - list->hits, list->object_size); in acpi_db_list_info() 92 if (list->object_size) { in acpi_db_list_info() 97 outstanding * list->object_size, outstanding); in acpi_db_list_info()
|
| A D | uttrack.c | 60 u16 object_size, struct acpi_memory_list **return_cache) in acpi_ut_create_list() argument 70 cache->object_size = object_size; in acpi_ut_create_list()
|
| A D | acutils.h | 681 u16 object_size, struct acpi_memory_list **return_cache);
|
| /drivers/android/ |
| A D | binder.c | 1796 size_t object_size = 0; in binder_get_object() local 1822 object_size = sizeof(struct binder_fd_object); in binder_get_object() 1834 buffer->data_size >= object_size) in binder_get_object() 1835 return object_size; in binder_get_object() 1871 size_t object_size; in binder_validate_ptr() local 1951 if (object_size != sizeof(*last_bbo)) in binder_validate_fixup() 2058 size_t object_size = 0; in binder_transaction_buffer_release() local 2067 if (object_size == 0) { in binder_transaction_buffer_release() 3404 size_t object_size; in binder_transaction() local 3458 user_offset = object_offset + object_size; in binder_transaction() [all …]
|
| /drivers/infiniband/ulp/srpt/ |
| A D | ib_srpt.c | 116 static struct kmem_cache *srpt_cache_get(unsigned int object_size) in srpt_cache_get() argument 123 e = xa_load(&srpt_memory_caches, object_size); in srpt_cache_get() 128 snprintf(name, sizeof(name), "srpt-%u", object_size); in srpt_cache_get() 133 e->c = kmem_cache_create(name, object_size, /*align=*/512, 0, NULL); in srpt_cache_get() 136 res = xa_store(&srpt_memory_caches, object_size, e, GFP_KERNEL); in srpt_cache_get() 152 unsigned long object_size; in srpt_cache_put() local 155 xa_for_each(&srpt_memory_caches, object_size, e) in srpt_cache_put() 162 WARN_ON_ONCE(xa_erase(&srpt_memory_caches, object_size) != e); in srpt_cache_put()
|
| /drivers/block/ |
| A D | rbd.c | 991 rbd_dev->layout.object_size = rbd_obj_bytes(&rbd_dev->header); in rbd_init_layout() 1326 obj_req->ex.oe_len == rbd_dev->layout.object_size; in rbd_obj_is_entire() 1334 rbd_dev->layout.object_size; in rbd_obj_is_tail() 2146 entire ? rbd_dev->layout.object_size : in rbd_obj_calc_img_extents() 2235 rbd_dev->layout.object_size, in __rbd_osd_setup_write_ops() 2236 rbd_dev->layout.object_size, in __rbd_osd_setup_write_ops() 2299 if (rbd_dev->opts->alloc_size != rbd_dev->layout.object_size || in rbd_obj_init_discard() 2493 return l->stripe_unit != l->object_size; in rbd_layout_is_fancy() 7137 if (rbd_dev->opts->alloc_size > rbd_dev->layout.object_size) { in do_rbd_add() 7139 rbd_dev->layout.object_size); in do_rbd_add() [all …]
|
| /drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| A D | ppatomfwctrl.c | 47 offset += le16_to_cpu(voltage_object->gpio_voltage_obj.header.object_size); in pp_atomfwctrl_lookup_voltage_type_v4()
|
| /drivers/gpu/drm/amd/include/ |
| A D | atomfirmware.h | 3543 uint16_t object_size; //Size of Object member
|
Completed in 828 milliseconds