Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/mm/
Dmempool.c25 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error()
42 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element()
58 static void check_element(mempool_t *pool, void *element) in check_element()
73 static void __poison_element(void *element, size_t size) in __poison_element()
81 static void poison_element(mempool_t *pool, void *element) in poison_element()
96 static inline void check_element(mempool_t *pool, void *element) in check_element()
99 static inline void poison_element(mempool_t *pool, void *element) in poison_element()
104 static __always_inline void kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element()
112 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element()
120 static __always_inline void add_element(mempool_t *pool, void *element) in add_element()
[all …]
/kernel/linux/linux-6.6/mm/
Dmempool.c24 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error()
41 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element()
57 static void check_element(mempool_t *pool, void *element) in check_element()
74 static void __poison_element(void *element, size_t size) in __poison_element()
82 static void poison_element(mempool_t *pool, void *element) in poison_element()
99 static inline void check_element(mempool_t *pool, void *element) in check_element()
102 static inline void poison_element(mempool_t *pool, void *element) in poison_element()
107 static __always_inline void kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element()
116 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element()
127 static __always_inline void add_element(mempool_t *pool, void *element) in add_element()
[all …]
/kernel/linux/linux-6.6/security/tomoyo/
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 …]
/kernel/linux/linux-5.10/security/tomoyo/
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 …]
/kernel/linux/linux-6.6/scripts/
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
/kernel/linux/linux-5.10/scripts/
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
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_keys.c144 enum mlxsw_afk_element element) in mlxsw_afk_picker_count_hits()
204 enum mlxsw_afk_element element; in mlxsw_afk_picker_key_info_add() local
226 enum mlxsw_afk_element element; in mlxsw_afk_picker() local
333 enum mlxsw_afk_element element) in mlxsw_afk_block_elinst_get()
349 enum mlxsw_afk_element element, in mlxsw_afk_key_info_elinst_get()
385 enum mlxsw_afk_element element, in mlxsw_afk_values_add_u32()
403 enum mlxsw_afk_element element, in mlxsw_afk_values_add_buf()
475 enum mlxsw_afk_element element; in mlxsw_afk_encode() local
Dcore_acl_flex_keys.h47 enum mlxsw_afk_element element; /* element ID */ member
75 enum mlxsw_afk_element element; member
131 #define mlxsw_afk_element_usage_for_each(element, elusage) \ argument
136 enum mlxsw_afk_element element) in mlxsw_afk_element_usage_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
Dcore_acl_flex_keys.c147 enum mlxsw_afk_element element) in mlxsw_afk_picker_count_hits()
207 enum mlxsw_afk_element element; in mlxsw_afk_picker_key_info_add() local
229 enum mlxsw_afk_element element; in mlxsw_afk_picker() local
334 enum mlxsw_afk_element element) in mlxsw_afk_block_elinst_get()
350 enum mlxsw_afk_element element, in mlxsw_afk_key_info_elinst_get()
386 enum mlxsw_afk_element element, in mlxsw_afk_values_add_u32()
404 enum mlxsw_afk_element element, in mlxsw_afk_values_add_buf()
476 enum mlxsw_afk_element element; in mlxsw_afk_encode() local
Dcore_acl_flex_keys.h51 enum mlxsw_afk_element element; /* element ID */ member
79 enum mlxsw_afk_element element; member
144 #define mlxsw_afk_element_usage_for_each(element, elusage) \ argument
149 enum mlxsw_afk_element element) in mlxsw_afk_element_usage_add()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
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
/kernel/linux/linux-5.10/drivers/acpi/acpica/
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
/kernel/liteos_a/apps/shell/include/
Dshell_list.h537 #define SH_ListPeekHeadType(list, type, element) do { \ argument
547 #define SH_ListRemoveHeadType(list, type, element) do { \ argument
558 #define SH_ListNextType(list, item, type, element) do { \ argument
/kernel/liteos_a/kernel/include/
Dlos_list.h572 #define LOS_ListPeekHeadType(list, type, element) ({ \ argument
582 #define LOS_ListRemoveHeadType(list, type, element) ({ \ argument
593 #define LOS_ListNextType(list, item, type, element) ({ \ argument
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
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
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
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
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
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
/kernel/linux/linux-6.6/include/linux/
Dmin_heap.h100 const void *element, in min_heap_pop_push()
109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push()
/kernel/linux/linux-5.10/include/linux/
Dmin_heap.h100 const void *element, in min_heap_pop_push()
109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push()
/kernel/linux/linux-5.10/drivers/acpi/
Dutils.c85 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
185 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
271 union acpi_object element; in acpi_evaluate_integer() local
307 union acpi_object *element = NULL; in acpi_evaluate_reference() local
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/
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
/kernel/linux/linux-5.10/drivers/mfd/
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()
/kernel/linux/linux-6.6/drivers/mfd/
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()
/kernel/linux/linux-6.6/drivers/acpi/
Dutils.c74 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
166 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
252 union acpi_object element; in acpi_evaluate_integer() local
340 union acpi_object *element = NULL; in acpi_evaluate_reference() local

1234567