/linux/mm/ |
H A D | mempool.c | 24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error() argument 41 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element() argument 57 static void check_element(mempool_t *pool, void *element) in check_element() argument 78 __poison_element(void * element,size_t size) __poison_element() argument 86 poison_element(mempool_t * pool,void * element) poison_element() argument 107 check_element(mempool_t * pool,void * element) check_element() argument 110 poison_element(mempool_t * pool,void * element) poison_element() argument 115 kasan_poison_element(mempool_t * pool,void * element) kasan_poison_element() argument 125 kasan_unpoison_element(mempool_t * pool,void * element) kasan_unpoison_element() argument 137 add_element(mempool_t * pool,void * element) add_element() argument 147 void *element = pool->elements[--pool->curr_nr]; remove_element() local 169 void *element = remove_element(pool); mempool_exit() local 215 void *element; mempool_init_node() local 316 void *element; mempool_resize() local 392 void *element; mempool_alloc() local 474 void *element; mempool_alloc_preallocated() local 504 mempool_free(void * element,mempool_t * pool) mempool_free() argument 569 mempool_free_slab(void * element,void * pool_data) mempool_free_slab() argument 587 mempool_kfree(void * element,void * pool_data) mempool_kfree() argument 600 mempool_kvfree(void * element,void * pool_data) mempool_kvfree() argument 617 mempool_free_pages(void * element,void * pool_data) mempool_free_pages() argument [all...] |
/linux/security/tomoyo/ |
H A D | gc.c | 40 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer() 109 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control() 125 static inline void tomoyo_del_aggregator(struct list_head *element) in tomoyo_del_aggregator() 141 static inline void tomoyo_del_manager(struct list_head *element) in tomoyo_del_manager() 156 static void tomoyo_del_acl(struct list_head *element) in tomoyo_del_acl() 251 static inline void tomoyo_del_domain(struct list_head *element) in tomoyo_del_domain() 277 void tomoyo_del_condition(struct list_head *element) in tomoyo_del_condition() 317 static inline void tomoyo_del_name(struct list_head *element) in tomoyo_del_name() 329 static inline void tomoyo_del_path_group(struct list_head *element) in tomoyo_del_path_group() 344 static inline void tomoyo_del_group(struct list_head *element) in tomoyo_del_group() [all …]
|
/linux/scripts/ |
H A D | asn1_compiler.c | 681 struct element { struct 686 struct element *children; argument 687 struct element *next; argument 688 struct element *render_next; argument 689 struct element *list_next; argument 690 uint8_t n_elements; argument 708 struct element *element; argument 856 struct element *top, *element; in parse_type() local 1150 struct element *children, **child_p = &children, *element; in parse_compound() local
|
/linux/drivers/acpi/acpica/ |
H A D | uttrack.c | 281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local 337 struct acpi_debug_mem_block *element; in acpi_ut_track_allocation() local 542 struct acpi_debug_mem_block *element; in acpi_ut_dump_allocations() local
|
H A D | dspkginit.c | 386 union acpi_operand_object *element = *element_ptr; in acpi_ds_resolve_package_element() local
|
/linux/drivers/scsi/esas2r/ |
H A D | esas2r_int.c | 342 struct list_head *element, *next; in esas2r_do_deferred_processes() local 395 struct list_head *element; in esas2r_process_adapter_reset() local 449 struct list_head *element; in esas2r_process_bus_reset() local
|
H A D | esas2r_io.c | 140 struct esas2r_inbound_list_source_entry *element; in esas2r_start_vda_request() local 771 struct list_head *next, *element; in esas2r_send_task_mgmt() local
|
H A D | esas2r_disc.c | 1164 struct list_head *element; in esas2r_disc_fix_curr_requests() local
|
H A D | esas2r_init.c | 768 struct esas2r_inbound_list_source_entry *element; in esas2r_init_adapter_struct() local
|
/linux/lib/ |
H A D | min_heap.c | 51 void __min_heap_pop_push(min_heap_char *heap, const void *element, size_t elem_size, in __min_heap_pop_push() 58 bool __min_heap_push(min_heap_char *heap, const void *element, size_t elem_size, in __min_heap_push()
|
H A D | lru_cache.c | 82 struct lc_element **element = NULL; in lc_create() local
|
/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 77 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() local 151 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() local 272 struct acpi_buffer element = { 0, NULL }; in acpi_parse_psvt() local
|
/linux/drivers/mfd/ |
H A D | si476x-prop.c | 19 static bool si476x_core_element_is_in_array(u16 element, in si476x_core_element_is_in_array() 32 static bool si476x_core_element_is_in_range(u16 element, in si476x_core_element_is_in_range()
|
/linux/drivers/counter/ |
H A D | counter-sysfs.c | 367 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u32_show() local 389 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u32_store() local 417 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u64_show() local 449 const struct counter_array *const element = a->comp.priv; in counter_comp_array_u64_store() local 771 struct counter_array *element; in counter_array_attrs_create() local
|
H A D | counter-chrdev.c | 243 struct counter_array *element; in counter_get_ext() local 493 const struct counter_array *const element = comp->priv; in counter_get_array_data() local
|
/linux/net/ceph/ |
H A D | msgpool.c | 28 static void msgpool_free(void *element, void *arg) in msgpool_free()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | hvcserver.c | 65 struct list_head *element; in hvcs_free_partner_info() local
|
/linux/sound/usb/6fire/ |
H A D | control.h | 37 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS]; member
|
/linux/drivers/gpu/drm/msm/disp/ |
H A D | mdp_format.h | 55 u8 element[4]; member
|
/linux/drivers/platform/chrome/ |
H A D | chromeos_acpi.c | 73 union acpi_object *element = obj->package.elements; in chromeos_acpi_handle_package() local
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/tests/ |
H A D | links.c | 182 struct element *element; in KUNIT_ARRAY_PARAM_DESC() local
|
/linux/arch/s390/include/asm/ |
H A D | qdio.h | 220 struct qdio_buffer_element element[QDIO_MAX_ELEMENTS_PER_BUFFER]; member 236 struct sl_element element[QDIO_MAX_BUFFERS_PER_Q]; member
|
/linux/drivers/usb/host/ |
H A D | uhci-debug.c | 170 __hc32 element = qh_element(qh); in uhci_show_qh() local
|
/linux/drivers/md/dm-vdo/ |
H A D | flush.c | 124 static void free_flush(void *element, void *pool_data __always_unused) in free_flush()
|
/linux/drivers/acpi/ |
H A D | acpi_processor.c | 869 union acpi_object *element; in acpi_processor_evaluate_cst() local
|