Home
last modified time | relevance | path

Searched defs:element (Results 476 - 500 of 1052) sorted by relevance

1...<<11121314151617181920>>...43

/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...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Duhci-debug.c170 __hc32 element = qh_element(qh); in uhci_show_qh() local
/kernel/linux/linux-6.6/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
[all...]
/kernel/linux/linux-6.6/drivers/counter/
H A Dcounter-chrdev.c243 struct counter_array *element; in counter_get_ext() local
494 const struct counter_array *const element = comp->priv; in counter_get_array_data() local
/kernel/linux/linux-6.6/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-6.6/drivers/scsi/esas2r/
H A Desas2r_disc.c1164 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...]
/kernel/linux/linux-6.6/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
74 __poison_element(void *element, size_t size) __poison_element() argument
82 poison_element(mempool_t *pool, void *element) poison_element() argument
99 check_element(mempool_t *pool, void *element) check_element() argument
102 poison_element(mempool_t *pool, void *element) poison_element() argument
107 kasan_poison_element(mempool_t *pool, void *element) kasan_poison_element() argument
116 kasan_unpoison_element(mempool_t *pool, void *element) kasan_unpoison_element() argument
127 add_element(mempool_t *pool, void *element) add_element() argument
137 void *element = pool->elements[--pool->curr_nr]; remove_element() local
159 void *element = remove_element(pool); mempool_exit() local
205 void *element; mempool_init_node() local
306 void *element; mempool_resize() local
382 void *element; mempool_alloc() local
457 mempool_free(void *element, mempool_t *pool) mempool_free() argument
522 mempool_free_slab(void *element, void *pool_data) mempool_free_slab() argument
540 mempool_kfree(void *element, void *pool_data) mempool_kfree() argument
557 mempool_free_pages(void *element, void *pool_data) mempool_free_pages() argument
[all...]
/kernel/linux/linux-6.6/lib/
H A Dlru_cache.c82 struct lc_element **element = NULL; in lc_create() local
[all...]
/test/testfwk/arkxtest/uitest/test/
H A Dmock_element_node_iterator.h215 std::string GenerateNodeHashCode(const MockAccessibilityElementInfo &element) in GenerateNodeHashCode() argument
225 void WrapperNodeAttrToVec(Widget &widget, const MockAccessibilityElementInfo &element) in WrapperNodeAttrToVec() argument
261 MockAccessibilityElementInfo element = elementInfoLists_[currentIndex_]; global() variable
[all...]
/test/xts/acts/ability_lite/ability_posix/src/
H A DAbilityMgrTest.cpp168 ElementName element = { nullptr }; in HWTEST_F() local
188 ElementName element = { nullptr }; in HWTEST_F() local
210 ElementName element = { nullptr }; HWTEST_F() local
236 ElementName element = { nullptr }; HWTEST_F() local
257 ElementName element = { nullptr }; HWTEST_F() local
283 ElementName element = { nullptr }; HWTEST_F() local
370 ElementName element = { nullptr }; HWTEST_F() local
403 ElementName element = { nullptr }; HWTEST_F() local
449 ElementName element; HWTEST_F() local
472 ElementName element = { nullptr }; HWTEST_F() local
493 ElementName element = { nullptr }; HWTEST_F() local
516 ElementName element; HWTEST_F() local
540 ElementName element = { nullptr }; HWTEST_F() local
577 ElementName element = { nullptr }; HWTEST_F() local
617 ElementName element = { nullptr }; HWTEST_F() local
647 ElementName element = { nullptr }; HWTEST_F() local
679 ElementName element = { nullptr }; HWTEST_F() local
703 ElementName element = { nullptr }; HWTEST_F() local
734 ElementName element = { nullptr }; HWTEST_F() local
763 ElementName element; HWTEST_F() local
798 ElementName element; HWTEST_F() local
827 ElementName element; HWTEST_F() local
856 ElementName element; HWTEST_F() local
885 ElementName element; HWTEST_F() local
918 ElementName element; HWTEST_F() local
[all...]
H A DAbilityMgrTest2.cpp166 ElementName element = { nullptr }; in HWTEST_F() local
186 ElementName element = { nullptr }; in HWTEST_F() local
208 ElementName element = { nullptr }; HWTEST_F() local
234 ElementName element = { nullptr }; HWTEST_F() local
255 ElementName element = { nullptr }; HWTEST_F() local
281 ElementName element = { nullptr }; HWTEST_F() local
368 ElementName element = { nullptr }; HWTEST_F() local
401 ElementName element = { nullptr }; HWTEST_F() local
447 ElementName element; HWTEST_F() local
472 ElementName element = { nullptr }; HWTEST_F() local
496 ElementName element = { nullptr }; HWTEST_F() local
521 ElementName element; HWTEST_F() local
547 ElementName element = { nullptr }; HWTEST_F() local
586 ElementName element = { nullptr }; HWTEST_F() local
626 ElementName element = { nullptr }; HWTEST_F() local
657 ElementName element = { nullptr }; HWTEST_F() local
690 ElementName element = { nullptr }; HWTEST_F() local
714 ElementName element = { nullptr }; HWTEST_F() local
746 ElementName element = { nullptr }; HWTEST_F() local
775 ElementName element; HWTEST_F() local
814 ElementName element; HWTEST_F() local
847 ElementName element; HWTEST_F() local
880 ElementName element; HWTEST_F() local
913 ElementName element; HWTEST_F() local
946 ElementName element; HWTEST_F() local
[all...]
/test/xts/acts/appexecfwk_lite/appexecfwk_posix/src/
H A DBundleMgrTest.cpp160 ElementName element = { nullptr }; in HWTEST_F() local
181 ElementName element = { nullptr }; in HWTEST_F() local
205 ElementName element = { nullptr }; HWTEST_F() local
225 ElementName element = { nullptr }; HWTEST_F() local
249 ElementName element = { nullptr }; HWTEST_F() local
268 ElementName element = { nullptr }; HWTEST_F() local
562 ElementName element; HWTEST_F() local
601 ElementName element; HWTEST_F() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dgraphparser.c239 static void insert_inout(AVFilterInOut **inouts, AVFilterInOut *element) in insert_inout() argument
245 static void append_inout(AVFilterInOut **inouts, AVFilterInOut **element) in append_inout() argument
/third_party/gn/src/base/json/
H A Djson_value_converter.h270 const base::Value* element = NULL; variable
304 const base::Value* element = NULL; variable
341 const base::Value* element = NULL; variable
/third_party/cups-filters/backend/
H A Dimplicitclass.c54 ippGetInteger(ipp_attribute_t *attr, int element) ippGetInteger() argument
/third_party/googletest/googletest/src/hwext/
H A Dgtest-tag.cc25 void TestFlag::element(const char* desc, int hex) in element() function in testing::ext::TestFlag
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp180 const UXMLElement *element; in readTestFile() local
[all...]
/third_party/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp176 const UXMLElement *element; in readTestFile() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcurrpinf.cpp388 const UHashElement* element = nullptr; in deleteHash() local
419 const UHashElement* element = nullptr; in copyHash() local

Completed in 19 milliseconds

1...<<11121314151617181920>>...43