Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 67) sorted by relevance

123

/linux/mm/
H A Dmempool.c24 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 Dgc.c40 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 Dasn1_compiler.c681 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 Duttrack.c281 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 Ddspkginit.c386 union acpi_operand_object *element = *element_ptr; in acpi_ds_resolve_package_element() local
/linux/drivers/scsi/esas2r/
H A Desas2r_int.c342 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 Desas2r_io.c140 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 Desas2r_disc.c1164 struct list_head *element; in esas2r_disc_fix_curr_requests() local
H A Desas2r_init.c768 struct esas2r_inbound_list_source_entry *element; in esas2r_init_adapter_struct() local
/linux/lib/
H A Dmin_heap.c51 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 Dlru_cache.c82 struct lc_element **element = NULL; in lc_create() local
/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c77 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 Dsi476x-prop.c19 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 Dcounter-sysfs.c367 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 Dcounter-chrdev.c243 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 Dmsgpool.c28 static void msgpool_free(void *element, void *arg) in msgpool_free()
/linux/arch/powerpc/platforms/pseries/
H A Dhvcserver.c65 struct list_head *element; in hvcs_free_partner_info() local
/linux/sound/usb/6fire/
H A Dcontrol.h37 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS]; member
/linux/drivers/gpu/drm/msm/disp/
H A Dmdp_format.h55 u8 element[4]; member
/linux/drivers/platform/chrome/
H A Dchromeos_acpi.c73 union acpi_object *element = obj->package.elements; in chromeos_acpi_handle_package() local
/linux/drivers/net/wireless/intel/iwlwifi/mvm/tests/
H A Dlinks.c182 struct element *element; in KUNIT_ARRAY_PARAM_DESC() local
/linux/arch/s390/include/asm/
H A Dqdio.h220 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 Duhci-debug.c170 __hc32 element = qh_element(qh); in uhci_show_qh() local
/linux/drivers/md/dm-vdo/
H A Dflush.c124 static void free_flush(void *element, void *pool_data __always_unused) in free_flush()
/linux/drivers/acpi/
H A Dacpi_processor.c869 union acpi_object *element; in acpi_processor_evaluate_cst() local

123