Home
last modified time | relevance | path

Searched defs:element (Results 1 - 25 of 161) sorted by relevance

1234567

/kernel/linux/linux-5.10/net/ceph/
H A Dmsgpool.c28 static void msgpool_free(void *element, void *arg) in msgpool_free() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dmsgpool.c28 static void msgpool_free(void *element, void *arg) in msgpool_free() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dhvcserver.c65 struct list_head *element; in hvcs_free_partner_info() local
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dhvcserver.c65 struct list_head *element; in hvcs_free_partner_info() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddspkginit.c386 union acpi_operand_object *element = *element_ptr; acpi_ds_resolve_package_element() local
[all...]
H A Duttrack.c281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
337 struct acpi_debug_mem_block *element; acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; acpi_ut_dump_allocations() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dmin_heap.h109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push() argument
99 min_heap_pop_push(struct min_heap *heap, const void *element, const struct min_heap_callbacks *func) min_heap_pop_push() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/6fire/
H A Dcontrol.h37 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS]; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue.c305 ia_css_queue_peek( ia_css_queue_t *qhandle, u32 offset, uint32_t *element) ia_css_queue_peek() argument
/kernel/linux/linux-6.6/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; acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; acpi_ut_dump_allocations() local
[all...]
H A Ddspkginit.c386 union acpi_operand_object *element = *element_ptr; acpi_ds_resolve_package_element() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmin_heap.h109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push() argument
99 min_heap_pop_push(struct min_heap *heap, const void *element, const struct min_heap_callbacks *func) min_heap_pop_push() argument
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/queue/src/
H A Dqueue.c290 int ia_css_queue_peek(ia_css_queue_t *qhandle, u32 offset, uint32_t *element) in ia_css_queue_peek() argument
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dcontrol.h37 struct snd_kcontrol *element[CONTROL_MAX_ELEMENTS]; member
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsi476x-prop.c19 static bool si476x_core_element_is_in_array(u16 element, in si476x_core_element_is_in_array() argument
32 static bool si476x_core_element_is_in_range(u16 element, in si476x_core_element_is_in_range() argument
/kernel/linux/linux-6.6/drivers/mfd/
H A Dsi476x-prop.c19 static bool si476x_core_element_is_in_array(u16 element, in si476x_core_element_is_in_array() argument
32 static bool si476x_core_element_is_in_range(u16 element, in si476x_core_element_is_in_range() argument
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dchromeos_acpi.c73 union acpi_object *element = obj->package.elements; in chromeos_acpi_handle_package() local
[all...]
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c78 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() local
155 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() local
/kernel/linux/linux-5.10/drivers/usb/host/
H A Duhci-debug.c170 __hc32 element = qh_element(qh); in uhci_show_qh() local
/kernel/linux/linux-5.10/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() argument
109 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control() argument
125 tomoyo_del_aggregator(struct list_head *element) tomoyo_del_aggregator() argument
141 tomoyo_del_manager(struct list_head *element) tomoyo_del_manager() argument
156 tomoyo_del_acl(struct list_head *element) tomoyo_del_acl() argument
251 tomoyo_del_domain(struct list_head *element) tomoyo_del_domain() argument
277 tomoyo_del_condition(struct list_head *element) tomoyo_del_condition() argument
317 tomoyo_del_name(struct list_head *element) tomoyo_del_name() argument
329 tomoyo_del_path_group(struct list_head *element) tomoyo_del_path_group() argument
344 tomoyo_del_group(struct list_head *element) tomoyo_del_group() argument
359 tomoyo_del_address_group(struct list_head *element) tomoyo_del_address_group() argument
371 tomoyo_del_number_group(struct list_head *element) tomoyo_del_number_group() argument
386 tomoyo_try_to_gc(const enum tomoyo_policy_id type, struct list_head *element) tomoyo_try_to_gc() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dlru_cache.c92 struct lc_element **element = NULL; in lc_create() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmempool.c25 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error() argument
42 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element() argument
58 static void check_element(mempool_t *pool, void *element) in check_element() argument
73 __poison_element(void *element, size_t size) __poison_element() argument
81 poison_element(mempool_t *pool, void *element) poison_element() argument
96 check_element(mempool_t *pool, void *element) check_element() argument
99 poison_element(mempool_t *pool, void *element) poison_element() argument
104 kasan_poison_element(mempool_t *pool, void *element) kasan_poison_element() argument
112 kasan_unpoison_element(mempool_t *pool, void *element) kasan_unpoison_element() argument
120 add_element(mempool_t *pool, void *element) add_element() argument
130 void *element = pool->elements[--pool->curr_nr]; remove_element() local
152 void *element = remove_element(pool); mempool_exit() local
198 void *element; mempool_init_node() local
299 void *element; mempool_resize() local
375 void *element; mempool_alloc() local
450 mempool_free(void *element, mempool_t *pool) mempool_free() argument
515 mempool_free_slab(void *element, void *pool_data) mempool_free_slab() argument
533 mempool_kfree(void *element, void *pool_data) mempool_kfree() argument
550 mempool_free_pages(void *element, void *pool_data) mempool_free_pages() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Desas2r_disc.c1163 struct list_head *element; in esas2r_disc_fix_curr_requests() local
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
[all...]
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
[all...]

Completed in 13 milliseconds

1234567