Home
last modified time | relevance | path

Searched refs:size (Results 1 - 25 of 28103) sorted by relevance

12345678910>>...1125

/kernel/linux/linux-6.6/include/linux/
H A Dfind.h21 extern unsigned long _find_first_bit(const unsigned long *addr, unsigned long size);
22 unsigned long __find_nth_bit(const unsigned long *addr, unsigned long size, unsigned long n);
24 unsigned long size, unsigned long n);
26 unsigned long size, unsigned long n);
28 const unsigned long *addr3, unsigned long size,
31 const unsigned long *addr2, unsigned long size);
32 extern unsigned long _find_first_zero_bit(const unsigned long *addr, unsigned long size);
33 extern unsigned long _find_last_bit(const unsigned long *addr, unsigned long size);
36 unsigned long _find_first_zero_bit_le(const unsigned long *addr, unsigned long size);
38 long size, unsigne
54 find_next_bit(const unsigned long *addr, unsigned long size, unsigned long offset) find_next_bit() argument
83 find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long offset) find_next_and_bit() argument
114 find_next_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long offset) find_next_andnot_bit() argument
144 find_next_or_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long offset) find_next_or_bit() argument
173 find_next_zero_bit(const unsigned long *addr, unsigned long size, unsigned long offset) find_next_zero_bit() argument
200 find_first_bit(const unsigned long *addr, unsigned long size) find_first_bit() argument
226 find_nth_bit(const unsigned long *addr, unsigned long size, unsigned long n) find_nth_bit() argument
251 find_nth_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long n) find_nth_and_bit() argument
278 find_nth_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long n) find_nth_andnot_bit() argument
306 find_nth_and_andnot_bit(const unsigned long *addr1, const unsigned long *addr2, const unsigned long *addr3, unsigned long size, unsigned long n) find_nth_and_andnot_bit() argument
334 find_first_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size) find_first_and_bit() argument
358 find_first_zero_bit(const unsigned long *addr, unsigned long size) find_first_zero_bit() argument
379 find_last_bit(const unsigned long *addr, unsigned long size) find_last_bit() argument
402 find_next_and_bit_wrap(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long offset) find_next_and_bit_wrap() argument
425 find_next_bit_wrap(const unsigned long *addr, unsigned long size, unsigned long offset) find_next_bit_wrap() argument
442 __for_each_wrap(const unsigned long *bitmap, unsigned long size, unsigned long start, unsigned long n) __for_each_wrap() argument
482 find_next_zero_bit_le(const void *addr, unsigned long size, unsigned long offset) find_next_zero_bit_le() argument
488 find_next_bit_le(const void *addr, unsigned long size, unsigned long offset) find_next_bit_le() argument
494 find_first_zero_bit_le(const void *addr, unsigned long size) find_first_zero_bit_le() argument
504 find_next_zero_bit_le(const void *addr, unsigned long size, unsigned long offset) find_next_zero_bit_le() argument
523 find_first_zero_bit_le(const void *addr, unsigned long size) find_first_zero_bit_le() argument
537 find_next_bit_le(const void *addr, unsigned long size, unsigned long offset) find_next_bit_le() argument
[all...]
H A Dslab.h189 struct kmem_cache *kmem_cache_create(const char *name, unsigned int size,
193 unsigned int size, unsigned int align,
234 * ksize - Report actual allocation size of associated object
239 * allocation size. Either use krealloc() or round up the allocation size
241 * access beyond the originally requested allocation size, UBSAN_BOUNDS
243 * originally allocated size via the __alloc_size attribute.
324 /* Maximum allocatable size */
326 /* Maximum size for which we actually use a slab cache */
340 * Page size i
443 __kmalloc_index(size_t size, bool size_is_constant) __kmalloc_index() argument
514 kfree_bulk(size_t size, void **p) kfree_bulk() argument
590 kmalloc(size_t size, gfp_t flags) kmalloc() argument
606 kmalloc_node(size_t size, gfp_t flags, int node) kmalloc_node() argument
628 kmalloc_array(size_t n, size_t size, gfp_t flags) kmalloc_array() argument
665 kcalloc(size_t n, size_t size, gfp_t flags) kcalloc() argument
688 kmalloc_array_node(size_t n, size_t size, gfp_t flags, int node) kmalloc_array_node() argument
700 kcalloc_node(size_t n, size_t size, gfp_t flags, int node) kcalloc_node() argument
718 kzalloc(size_t size, gfp_t flags) kzalloc() argument
729 kzalloc_node(size_t size, gfp_t flags, int node) kzalloc_node() argument
735 kvmalloc(size_t size, gfp_t flags) kvmalloc() argument
739 kvzalloc_node(size_t size, gfp_t flags, int node) kvzalloc_node() argument
743 kvzalloc(size_t size, gfp_t flags) kvzalloc() argument
748 kvmalloc_array(size_t n, size_t size, gfp_t flags) kvmalloc_array() argument
758 kvcalloc(size_t n, size_t size, gfp_t flags) kvcalloc() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/memblock/tests/
H A Dbasic_api.c37 * and size to the collection of available memory regions (memblock.memory).
49 .size = SZ_4M in memblock_add_simple_check()
55 memblock_add(r.base, r.size); in memblock_add_simple_check()
58 ASSERT_EQ(rgn->size, r.size); in memblock_add_simple_check()
61 ASSERT_EQ(memblock.memory.total_size, r.size); in memblock_add_simple_check()
69 * A simple test that adds a memory block of a specified base address, size,
82 .size = SZ_16M in memblock_add_node_simple_check()
88 memblock_add_node(r.base, r.size, 1, MEMBLOCK_HOTPLUG); in memblock_add_node_simple_check()
91 ASSERT_EQ(rgn->size, in memblock_add_node_simple_check()
441 phys_addr_t base, size = SZ_64; memblock_add_many_check() local
[all...]
H A Dalloc_nid_api.c30 static inline void *run_memblock_alloc_nid(phys_addr_t size, in run_memblock_alloc_nid() argument
42 return memblock_alloc_exact_nid_raw(size, align, min_addr, in run_memblock_alloc_nid()
45 return memblock_alloc_try_nid_raw(size, align, min_addr, in run_memblock_alloc_nid()
47 return memblock_alloc_try_nid(size, align, min_addr, max_addr, nid); in run_memblock_alloc_nid()
68 phys_addr_t size = SZ_128; in alloc_nid_top_down_simple_check() local
79 allocated_ptr = run_memblock_alloc_nid(size, SMP_CACHE_BYTES, in alloc_nid_top_down_simple_check()
82 rgn_end = rgn->base + rgn->size; in alloc_nid_top_down_simple_check()
85 assert_mem_content(allocated_ptr, size, alloc_nid_test_flags); in alloc_nid_top_down_simple_check()
87 ASSERT_EQ(rgn->size, size); in alloc_nid_top_down_simple_check()
120 phys_addr_t size = SZ_128; alloc_nid_top_down_end_misaligned_check() local
171 phys_addr_t size = SZ_1K; alloc_nid_exact_address_generic_check() local
223 phys_addr_t size = SZ_256; alloc_nid_top_down_narrow_range_check() local
274 phys_addr_t size = SZ_1K; alloc_nid_low_max_generic_check() local
654 phys_addr_t size = SZ_256; alloc_nid_top_down_cap_max_check() local
691 phys_addr_t size = SZ_1K; alloc_nid_top_down_cap_min_check() local
737 phys_addr_t size = SZ_128; alloc_nid_bottom_up_simple_check() local
789 phys_addr_t size = SZ_128; alloc_nid_bottom_up_start_misaligned_check() local
842 phys_addr_t size = SZ_256; alloc_nid_bottom_up_narrow_range_check() local
1018 phys_addr_t size = SZ_256; alloc_nid_bottom_up_cap_max_check() local
1055 phys_addr_t size = SZ_1K; alloc_nid_bottom_up_cap_min_check() local
1249 phys_addr_t size; alloc_nid_top_down_numa_simple_check() local
1302 phys_addr_t size; alloc_nid_top_down_numa_small_node_check() local
1355 phys_addr_t size; alloc_nid_top_down_numa_node_reserved_check() local
1407 phys_addr_t size; alloc_nid_top_down_numa_part_reserved_check() local
1467 phys_addr_t size; alloc_nid_top_down_numa_part_reserved_fallback_check() local
1527 phys_addr_t size = SZ_512; alloc_nid_top_down_numa_split_range_low_check() local
1584 phys_addr_t size = SZ_512; alloc_nid_top_down_numa_split_range_high_check() local
1641 phys_addr_t size; alloc_nid_top_down_numa_no_overlap_split_check() local
1698 phys_addr_t size = SZ_64; alloc_nid_top_down_numa_no_overlap_low_check() local
1754 phys_addr_t size = SZ_64; alloc_nid_top_down_numa_no_overlap_high_check() local
1793 phys_addr_t size; alloc_nid_bottom_up_numa_simple_check() local
1846 phys_addr_t size; alloc_nid_bottom_up_numa_small_node_check() local
1900 phys_addr_t size; alloc_nid_bottom_up_numa_node_reserved_check() local
1952 phys_addr_t size; alloc_nid_bottom_up_numa_part_reserved_check() local
2014 phys_addr_t size; alloc_nid_bottom_up_numa_part_reserved_fallback_check() local
2074 phys_addr_t size = SZ_512; alloc_nid_bottom_up_numa_split_range_low_check() local
2132 phys_addr_t size = SZ_512; alloc_nid_bottom_up_numa_split_range_high_check() local
2189 phys_addr_t size; alloc_nid_bottom_up_numa_no_overlap_split_check() local
2246 phys_addr_t size = SZ_64; alloc_nid_bottom_up_numa_no_overlap_low_check() local
2302 phys_addr_t size = SZ_64; alloc_nid_bottom_up_numa_no_overlap_high_check() local
2348 phys_addr_t size = MEM_SIZE / SZ_2; alloc_nid_numa_large_region_generic_check() local
2397 phys_addr_t size = req_node->size; alloc_nid_numa_reserved_full_merge_generic_check() local
2467 phys_addr_t size = SZ_256; alloc_nid_numa_split_all_reserved_generic_check() local
2509 phys_addr_t size = SZ_512; alloc_node_on_correct_nid() local
[all...]
H A Dalloc_exact_nid_api.c24 * has enough memory to allocate a region of the requested size.
33 phys_addr_t size; in alloc_exact_nid_top_down_numa_simple_check() local
40 ASSERT_LE(SZ_4, req_node->size); in alloc_exact_nid_top_down_numa_simple_check()
41 size = req_node->size / SZ_4; in alloc_exact_nid_top_down_numa_simple_check()
45 allocated_ptr = memblock_alloc_exact_nid_raw(size, SMP_CACHE_BYTES, in alloc_exact_nid_top_down_numa_simple_check()
50 ASSERT_MEM_NE(allocated_ptr, 0, size); in alloc_exact_nid_top_down_numa_simple_check()
52 ASSERT_EQ(new_rgn->size, size); in alloc_exact_nid_top_down_numa_simple_check()
53 ASSERT_EQ(new_rgn->base, region_end(req_node) - size); in alloc_exact_nid_top_down_numa_simple_check()
86 phys_addr_t size; alloc_exact_nid_top_down_numa_part_reserved_check() local
146 phys_addr_t size = SZ_512; alloc_exact_nid_top_down_numa_split_range_low_check() local
204 phys_addr_t size; alloc_exact_nid_top_down_numa_no_overlap_split_check() local
263 phys_addr_t size = SZ_64; alloc_exact_nid_top_down_numa_no_overlap_low_check() local
302 phys_addr_t size; alloc_exact_nid_bottom_up_numa_simple_check() local
355 phys_addr_t size; alloc_exact_nid_bottom_up_numa_part_reserved_check() local
417 phys_addr_t size = SZ_512; alloc_exact_nid_bottom_up_numa_split_range_low_check() local
475 phys_addr_t size; alloc_exact_nid_bottom_up_numa_no_overlap_split_check() local
534 phys_addr_t size = SZ_64; alloc_exact_nid_bottom_up_numa_no_overlap_low_check() local
582 phys_addr_t size; alloc_exact_nid_numa_small_node_generic_check() local
623 phys_addr_t size; alloc_exact_nid_numa_node_reserved_generic_check() local
667 phys_addr_t size; alloc_exact_nid_numa_part_reserved_fail_generic_check() local
714 phys_addr_t size = SZ_512; alloc_exact_nid_numa_split_range_high_generic_check() local
757 phys_addr_t size = SZ_64; alloc_exact_nid_numa_no_overlap_high_generic_check() local
796 phys_addr_t size = MEM_SIZE / SZ_2; alloc_exact_nid_numa_large_region_generic_check() local
846 phys_addr_t size = req_node->size; alloc_exact_nid_numa_reserved_full_merge_generic_check() local
917 phys_addr_t size = SZ_256; alloc_exact_nid_numa_split_all_reserved_generic_check() local
[all...]
/base/global/resource_management/test/fuzztest/resmgr_fuzzer/
H A Dresmgr_fuzzer.cpp33 bool AddResourceFuzzTest(const char* data, size_t size, ResourceManager *rm) in AddResourceFuzzTest() argument
36 if (size > 0) { in AddResourceFuzzTest()
37 std::string testName(data, size); in AddResourceFuzzTest()
43 bool RemoveResourceFuzzTest(const char* data, size_t size, ResourceManager *rm) in RemoveResourceFuzzTest() argument
47 if (size > 0) { in RemoveResourceFuzzTest()
48 std::string testName(data, size); in RemoveResourceFuzzTest()
54 bool AddAppOverlayFuzzTest(const char* data, size_t size, ResourceManager *rm) in AddAppOverlayFuzzTest() argument
57 if (size > 0) { in AddAppOverlayFuzzTest()
58 std::string testName(data, size); in AddAppOverlayFuzzTest()
64 bool RemoveAppOverlayFuzzTest(const char* data, size_t size, ResourceManage argument
74 GetStringByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetStringByIdFuzzTest() argument
85 GetStringByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetStringByNameFuzzTest() argument
96 GetStringArrayByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetStringArrayByIdFuzzTest() argument
107 GetStringArrayByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetStringArrayByNameFuzzTest() argument
118 GetPatternByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetPatternByIdFuzzTest() argument
129 GetPatternByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetPatternByNameFuzzTest() argument
140 GetPluralStringByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetPluralStringByIdFuzzTest() argument
151 GetPluralStringByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetPluralStringByNameFuzzTest() argument
162 GetThemeByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetThemeByIdFuzzTest() argument
173 GetThemeByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetThemeByNameFuzzTest() argument
184 GetIntegerByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetIntegerByIdFuzzTest() argument
195 GetIntegerByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetIntegerByNameFuzzTest() argument
206 GetBooleanByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetBooleanByIdFuzzTest() argument
217 GetBooleanByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetBooleanByNameFuzzTest() argument
228 GetFloatByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetFloatByIdFuzzTest() argument
239 GetFloatByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetFloatByNameFuzzTest() argument
250 GetIntArrayByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetIntArrayByIdFuzzTest() argument
261 GetIntArrayByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetIntArrayByNameFuzzTest() argument
272 GetMediaByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetMediaByIdFuzzTest() argument
283 GetMediaByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetMediaByNameFuzzTest() argument
294 GetRawFilePathByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetRawFilePathByNameFuzzTest() argument
305 GetRawFileDescriptorFuzzTest(const char* data, size_t size, ResourceManager *rm) GetRawFileDescriptorFuzzTest() argument
316 GetRawFdNdkFromHapFuzzTest(const char* data, size_t size, ResourceManager *rm) GetRawFdNdkFromHapFuzzTest() argument
327 CloseRawFileDescriptorFuzzTest(const char* data, size_t size, ResourceManager *rm) CloseRawFileDescriptorFuzzTest() argument
337 GetMediaDataByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetMediaDataByIdFuzzTest() argument
349 GetMediaDataByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetMediaDataByNameFuzzTest() argument
361 GetMediaBase64DataByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetMediaBase64DataByIdFuzzTest() argument
372 GetMediaBase64DataByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetMediaBase64DataByNameFuzzTest() argument
383 GetProfileDataByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetProfileDataByIdFuzzTest() argument
395 GetProfileDataByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetProfileDataByNameFuzzTest() argument
407 GetRawFileFromHapFuzzTest(const char* data, size_t size, ResourceManager *rm) GetRawFileFromHapFuzzTest() argument
419 GetRawFileDescriptorFromHapFuzzTest(const char* data, size_t size, ResourceManager *rm) GetRawFileDescriptorFromHapFuzzTest() argument
430 IsLoadHapFuzzTest(const char* data, size_t size, ResourceManager *rm) IsLoadHapFuzzTest() argument
440 GetRawFileListFuzzTest(const char* data, size_t size, ResourceManager *rm) GetRawFileListFuzzTest() argument
451 GetResIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetResIdFuzzTest() argument
462 GetThemeIconsFuzzTest(const char* data, size_t size, ResourceManager *rm) GetThemeIconsFuzzTest() argument
474 GetStringFormatByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetStringFormatByIdFuzzTest() argument
485 GetColorByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetColorByIdFuzzTest() argument
496 GetColorByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetColorByNameFuzzTest() argument
507 GetSymbolByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetSymbolByIdFuzzTest() argument
518 GetSymbolByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetSymbolByNameFuzzTest() argument
529 GetProfileByIdFuzzTest(const char* data, size_t size, ResourceManager *rm) GetProfileByIdFuzzTest() argument
540 GetProfileByNameFuzzTest(const char* data, size_t size, ResourceManager *rm) GetProfileByNameFuzzTest() argument
551 ResourceManagerImplAdd(const char* data, size_t size, ResourceManager *rm) ResourceManagerImplAdd() argument
579 ResourceManagerImplFuzzTest(const char* data, size_t size) ResourceManagerImplFuzzTest() argument
615 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/telephony/cellular_call/test/fuzztest/registercallmanagercallback_fuzzer/
H A Dregistercallmanagercallback_fuzzer.cpp49 void ReportCallsInfo(const uint8_t *data, size_t size) in ReportCallsInfo() argument
57 callsReportInfo.slotId = static_cast<int32_t>(size % SLOT_NUM); in ReportCallsInfo()
59 std::string number(reinterpret_cast<const char *>(data), size); in ReportCallsInfo() local
65 TelCallState callState = static_cast<TelCallState>(size % CALL_STATE_NUM); in ReportCallsInfo()
68 info.eventId = static_cast<RequestResultEventId>(size % EVENT_ID_NUM); in ReportCallsInfo()
70 response.classCw = static_cast<int32_t>(size); in ReportCallsInfo()
71 response.result = static_cast<int32_t>(size % BOOL_NUM); in ReportCallsInfo()
72 response.status = static_cast<int32_t>(size % BOOL_NUM); in ReportCallsInfo()
73 int32_t result = static_cast<int32_t>(size % BOOL_NUM); in ReportCallsInfo()
75 callRestrictionResponse.classCw = static_cast<int32_t>(size); in ReportCallsInfo()
90 ReportSetRestrictionResult(const uint8_t *data, size_t size) ReportSetRestrictionResult() argument
105 std::string number(reinterpret_cast<const char *>(data), size); ReportSetRestrictionResult() local
133 ReportSetImsConfigResult(const uint8_t *data, size_t size) ReportSetImsConfigResult() argument
148 std::string number(reinterpret_cast<const char *>(data), size); ReportSetImsConfigResult() local
181 ReportUpdateCallMediaMode(const uint8_t *data, size_t size) ReportUpdateCallMediaMode() argument
197 ReportCallSessionEventChanged(const uint8_t *data, size_t size) ReportCallSessionEventChanged() argument
210 ReportPeerDimensionsChanged(const uint8_t *data, size_t size) ReportPeerDimensionsChanged() argument
224 ReportCallDataUsageChanged(const uint8_t *data, size_t size) ReportCallDataUsageChanged() argument
237 ReportCameraCapabilitiesChanged(const uint8_t *data, size_t size) ReportCameraCapabilitiesChanged() argument
251 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
269 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/kernel/linux/linux-6.6/tools/include/linux/
H A Dfind.h17 extern unsigned long _find_first_bit(const unsigned long *addr, unsigned long size);
19 const unsigned long *addr2, unsigned long size);
20 extern unsigned long _find_first_zero_bit(const unsigned long *addr, unsigned long size);
26 * @size: The bitmap size in bits
30 * If no bits are set, returns @size.
33 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit() argument
36 if (small_const_nbits(size)) { in find_next_bit()
39 if (unlikely(offset >= size)) in find_next_bit()
40 return size; in find_next_bit()
62 find_next_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size, unsigned long offset) find_next_and_bit() argument
91 find_next_zero_bit(const unsigned long *addr, unsigned long size, unsigned long offset) find_next_zero_bit() argument
118 find_first_bit(const unsigned long *addr, unsigned long size) find_first_bit() argument
141 find_first_and_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long size) find_first_and_bit() argument
165 find_first_zero_bit(const unsigned long *addr, unsigned long size) find_first_zero_bit() argument
[all...]
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp47 void CSCallFunc(const uint8_t *data, size_t size) in CSCallFunc() argument
54 dialParaInfo.dialType = static_cast<DialType>(size % DIAL_TYPE); in CSCallFunc()
55 dialParaInfo.callType = static_cast<CallType>(size % CALL_TYPE_NUM); in CSCallFunc()
56 dialParaInfo.videoState = static_cast<VideoStateType>(size % VIDIO_TYPE_NUM); in CSCallFunc()
57 dialParaInfo.callState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in CSCallFunc()
59 int32_t videoState = static_cast<int32_t>(size % VIDIO_TYPE_NUM); in CSCallFunc()
60 int32_t mute = static_cast<int32_t>(size % BOOL_NUM); in CSCallFunc()
61 int32_t slotId = static_cast<int32_t>(size % SLOT_NUM); in CSCallFunc()
62 TelCallState nextState = static_cast<TelCallState>(size % TEL_CALL_STATE_NUM); in CSCallFunc()
63 TelConferenceState telConferenceState = static_cast<TelConferenceState>(size in CSCallFunc()
95 DialingProcess(const uint8_t *data, size_t size) DialingProcess() argument
134 GetCallerInfo(const uint8_t *data, size_t size) GetCallerInfo() argument
149 std::string phoneNumber(reinterpret_cast<const char *>(data), size); GetCallerInfo() local
181 IMSCallFunc(const uint8_t *data, size_t size) IMSCallFunc() argument
196 std::string msg(reinterpret_cast<const char *>(data), size); IMSCallFunc() local
228 VoIPCallFunc(const uint8_t *data, size_t size) VoIPCallFunc() argument
267 IMSVideoCallFunc(const uint8_t *data, size_t size) IMSVideoCallFunc() argument
279 std::string msg(reinterpret_cast<const char *>(data), size); IMSVideoCallFunc() local
309 IMSVideoCallWindowFunc(const uint8_t *data, size_t size) IMSVideoCallWindowFunc() argument
321 std::string msg(reinterpret_cast<const char *>(data), size); IMSVideoCallWindowFunc() local
339 OttCallFunc(const uint8_t *data, size_t size) OttCallFunc() argument
384 OttVideoCallFunc(const uint8_t *data, size_t size) OttVideoCallFunc() argument
395 std::string msg(reinterpret_cast<const char *>(data), size); OttVideoCallFunc() local
423 OttVideoCallWindowFunc(const uint8_t *data, size_t size) OttVideoCallWindowFunc() argument
434 std::string msg(reinterpret_cast<const char *>(data), size); OttVideoCallWindowFunc() local
452 SatelliteCallFunc(const uint8_t *data, size_t size) SatelliteCallFunc() argument
474 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
495 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c97 const size_t size = SJA1105ET_SIZE_AVB_PARAMS_ENTRY; in sja1105et_avb_params_entry_packing() local
100 sja1105_packing(buf, &entry->destmeta, 95, 48, size, op); in sja1105et_avb_params_entry_packing()
101 sja1105_packing(buf, &entry->srcmeta, 47, 0, size, op); in sja1105et_avb_params_entry_packing()
102 return size; in sja1105et_avb_params_entry_packing()
108 const size_t size = SJA1105PQRS_SIZE_AVB_PARAMS_ENTRY; in sja1105pqrs_avb_params_entry_packing() local
111 sja1105_packing(buf, &entry->cas_master, 126, 126, size, op); in sja1105pqrs_avb_params_entry_packing()
112 sja1105_packing(buf, &entry->destmeta, 125, 78, size, op); in sja1105pqrs_avb_params_entry_packing()
113 sja1105_packing(buf, &entry->srcmeta, 77, 30, size, op); in sja1105pqrs_avb_params_entry_packing()
114 return size; in sja1105pqrs_avb_params_entry_packing()
120 const size_t size in sja1105et_general_params_entry_packing() local
152 const size_t size = SJA1105PQRS_SIZE_GENERAL_PARAMS_ENTRY; sja1105pqrs_general_params_entry_packing() local
187 const size_t size = SJA1110_SIZE_GENERAL_PARAMS_ENTRY; sja1110_general_params_entry_packing() local
224 const size_t size = SJA1105_SIZE_L2_FORWARDING_PARAMS_ENTRY; sja1105_l2_forwarding_params_entry_packing() local
239 const size_t size = SJA1105_SIZE_L2_FORWARDING_PARAMS_ENTRY; sja1110_l2_forwarding_params_entry_packing() local
252 const size_t size = SJA1105_SIZE_L2_FORWARDING_ENTRY; sja1105_l2_forwarding_entry_packing() local
269 const size_t size = SJA1105_SIZE_L2_FORWARDING_ENTRY; sja1110_l2_forwarding_entry_packing() local
290 const size_t size = SJA1105ET_SIZE_L2_LOOKUP_PARAMS_ENTRY; sja1105et_l2_lookup_params_entry_packing() local
305 const size_t size = SJA1105PQRS_SIZE_L2_LOOKUP_PARAMS_ENTRY; sja1105pqrs_l2_lookup_params_entry_packing() local
328 const size_t size = SJA1110_SIZE_L2_LOOKUP_PARAMS_ENTRY; sja1110_l2_lookup_params_entry_packing() local
349 const size_t size = SJA1105ET_SIZE_L2_LOOKUP_ENTRY; sja1105et_l2_lookup_entry_packing() local
363 const size_t size = SJA1105PQRS_SIZE_L2_LOOKUP_ENTRY; sja1105pqrs_l2_lookup_entry_packing() local
391 const size_t size = SJA1110_SIZE_L2_LOOKUP_ENTRY; sja1110_l2_lookup_entry_packing() local
421 const size_t size = SJA1105_SIZE_L2_POLICING_ENTRY; sja1105_l2_policing_entry_packing() local
436 const size_t size = SJA1105_SIZE_L2_POLICING_ENTRY; sja1110_l2_policing_entry_packing() local
449 const size_t size = SJA1105ET_SIZE_MAC_CONFIG_ENTRY; sja1105et_mac_config_entry_packing() local
483 const size_t size = SJA1105PQRS_SIZE_MAC_CONFIG_ENTRY; sja1105pqrs_mac_config_entry_packing() local
517 const size_t size = SJA1105PQRS_SIZE_MAC_CONFIG_ENTRY; sja1110_mac_config_entry_packing() local
553 const size_t size = SJA1105_SIZE_SCHEDULE_ENTRY_POINTS_PARAMS_ENTRY; sja1105_schedule_entry_points_params_entry_packing() local
565 const size_t size = SJA1105_SIZE_SCHEDULE_ENTRY_POINTS_ENTRY; sja1105_schedule_entry_points_entry_packing() local
578 const size_t size = SJA1110_SIZE_SCHEDULE_ENTRY_POINTS_ENTRY; sja1110_schedule_entry_points_entry_packing() local
589 const size_t size = SJA1105_SIZE_SCHEDULE_PARAMS_ENTRY; sja1105_schedule_params_entry_packing() local
603 const size_t size = SJA1105_SIZE_SCHEDULE_PARAMS_ENTRY; sja1110_schedule_params_entry_packing() local
615 const size_t size = SJA1105_SIZE_SCHEDULE_ENTRY; sja1105_schedule_entry_packing() local
634 const size_t size = SJA1110_SIZE_SCHEDULE_ENTRY; sja1110_schedule_entry_packing() local
655 const size_t size = SJA1105_SIZE_VL_FORWARDING_PARAMS_ENTRY; sja1105_vl_forwarding_params_entry_packing() local
670 const size_t size = SJA1105_SIZE_VL_FORWARDING_PARAMS_ENTRY; sja1110_vl_forwarding_params_entry_packing() local
684 const size_t size = SJA1105_SIZE_VL_FORWARDING_ENTRY; sja1105_vl_forwarding_entry_packing() local
697 const size_t size = SJA1105_SIZE_VL_FORWARDING_ENTRY; sja1110_vl_forwarding_entry_packing() local
710 const size_t size = SJA1105_SIZE_VL_LOOKUP_ENTRY; sja1105_vl_lookup_entry_packing() local
744 const size_t size = SJA1105_SIZE_VL_LOOKUP_ENTRY; sja1110_vl_lookup_entry_packing() local
778 const size_t size = SJA1105_SIZE_VL_POLICING_ENTRY; sja1105_vl_policing_entry_packing() local
794 const size_t size = SJA1105_SIZE_VL_POLICING_ENTRY; sja1110_vl_policing_entry_packing() local
809 const size_t size = SJA1105_SIZE_VLAN_LOOKUP_ENTRY; sja1105_vlan_lookup_entry_packing() local
825 const size_t size = SJA1110_SIZE_VLAN_LOOKUP_ENTRY; sja1110_vlan_lookup_entry_packing() local
840 const size_t size = SJA1105_SIZE_XMII_PARAMS_ENTRY; sja1105_xmii_params_entry_packing() local
856 const size_t size = SJA1110_SIZE_XMII_PARAMS_ENTRY; sja1110_xmii_params_entry_packing() local
875 const size_t size = SJA1105_SIZE_RETAGGING_ENTRY; sja1105_retagging_entry_packing() local
891 const size_t size = SJA1105_SIZE_RETAGGING_ENTRY; sja1110_retagging_entry_packing() local
907 const size_t size = SJA1110_SIZE_PCP_REMAPPING_ENTRY; sja1110_pcp_remapping_entry_packing() local
920 const size_t size = SJA1105_SIZE_TABLE_HEADER; sja1105_table_header_packing() local
[all...]
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
H A Dlocatorabilitystub_fuzzer.cpp57 char* ParseData(const uint8_t* data, size_t size) in ParseData() argument
63 if (size > MAX_MEM_SIZE) { in ParseData()
67 char* ch = (char *)malloc(size + 1); in ParseData()
72 (void)memset_s(ch, size + 1, 0x00, size + 1); in ParseData()
73 if (memcpy_s(ch, size, data, size) != EOK) { in ParseData()
81 bool LocatorAbilityStub001FuzzTest(const char* data, size_t size) in LocatorAbilityStub001FuzzTest() argument
85 requestParcel.WriteBuffer(data, size); in LocatorAbilityStub001FuzzTest()
98 bool LocatorAbilityStub002FuzzTest(const char* data, size_t size) in LocatorAbilityStub002FuzzTest() argument
115 LocatorAbilityStub003FuzzTest(const char* data, size_t size) LocatorAbilityStub003FuzzTest() argument
132 LocatorAbilityStub004FuzzTest(const char* data, size_t size) LocatorAbilityStub004FuzzTest() argument
149 LocatorAbilityStub005FuzzTest(const char* data, size_t size) LocatorAbilityStub005FuzzTest() argument
166 LocatorAbilityStub006FuzzTest(const char* data, size_t size) LocatorAbilityStub006FuzzTest() argument
183 LocatorAbilityStub007FuzzTest(const char* data, size_t size) LocatorAbilityStub007FuzzTest() argument
200 LocatorAbilityStub008FuzzTest(const char* data, size_t size) LocatorAbilityStub008FuzzTest() argument
217 LocatorAbilityStub009FuzzTest(const char* data, size_t size) LocatorAbilityStub009FuzzTest() argument
234 LocatorAbilityStub010FuzzTest(const char* data, size_t size) LocatorAbilityStub010FuzzTest() argument
251 LocatorAbilityStub011FuzzTest(const char* data, size_t size) LocatorAbilityStub011FuzzTest() argument
268 LocatorAbilityStub012FuzzTest(const char* data, size_t size) LocatorAbilityStub012FuzzTest() argument
285 LocatorAbilityStub013FuzzTest(const char* data, size_t size) LocatorAbilityStub013FuzzTest() argument
302 LocatorAbilityStub014FuzzTest(const char* data, size_t size) LocatorAbilityStub014FuzzTest() argument
318 LocatorAbilityStub015FuzzTest(const char* data, size_t size) LocatorAbilityStub015FuzzTest() argument
335 LocatorAbilityStub016FuzzTest(const char* data, size_t size) LocatorAbilityStub016FuzzTest() argument
352 LocatorAbilityStub017FuzzTest(const char* data, size_t size) LocatorAbilityStub017FuzzTest() argument
368 LocatorAbilityStub018FuzzTest(const char* data, size_t size) LocatorAbilityStub018FuzzTest() argument
385 LocatorAbilityStub019FuzzTest(const char* data, size_t size) LocatorAbilityStub019FuzzTest() argument
402 LocatorAbilityStub020FuzzTest(const char* data, size_t size) LocatorAbilityStub020FuzzTest() argument
419 LocatorAbilityStub021FuzzTest(const char* data, size_t size) LocatorAbilityStub021FuzzTest() argument
436 LocatorAbilityStub022FuzzTest(const char* data, size_t size) LocatorAbilityStub022FuzzTest() argument
453 LocatorAbilityStub023FuzzTest(const char* data, size_t size) LocatorAbilityStub023FuzzTest() argument
470 LocatorAbilityStub024FuzzTest(const char* data, size_t size) LocatorAbilityStub024FuzzTest() argument
487 LocatorAbilityStub025FuzzTest(const char* data, size_t size) LocatorAbilityStub025FuzzTest() argument
504 LocatorAbilityStub026FuzzTest(const char* data, size_t size) LocatorAbilityStub026FuzzTest() argument
521 LocatorAbilityStub027FuzzTest(const char* data, size_t size) LocatorAbilityStub027FuzzTest() argument
538 LocatorAbilityStub028FuzzTest(const char* data, size_t size) LocatorAbilityStub028FuzzTest() argument
555 LocatorAbilityStub029FuzzTest(const char* data, size_t size) LocatorAbilityStub029FuzzTest() argument
572 LocatorAbilityStub030FuzzTest(const char* data, size_t size) LocatorAbilityStub030FuzzTest() argument
589 LocatorAbilityStub031FuzzTest(const char* data, size_t size) LocatorAbilityStub031FuzzTest() argument
606 LocatorAbilityStub032FuzzTest(const char* data, size_t size) LocatorAbilityStub032FuzzTest() argument
623 LocatorAbilityStub033FuzzTest(const char* data, size_t size) LocatorAbilityStub033FuzzTest() argument
640 LocatorAbilityStub034FuzzTest(const char* data, size_t size) LocatorAbilityStub034FuzzTest() argument
657 LocatorAbilityStub035FuzzTest(const char* data, size_t size) LocatorAbilityStub035FuzzTest() argument
674 LocatorAbilityStub036FuzzTest(const char* data, size_t size) LocatorAbilityStub036FuzzTest() argument
690 LocatorAbilityStub037FuzzTest(const char* data, size_t size) LocatorAbilityStub037FuzzTest() argument
706 LocatorAbilityStub038FuzzTest(const char* data, size_t size) LocatorAbilityStub038FuzzTest() argument
722 LocatorAbilityStub039FuzzTest(const char* data, size_t size) LocatorAbilityStub039FuzzTest() argument
738 LocatorAbilityStub040FuzzTest(const char* data, size_t size) LocatorAbilityStub040FuzzTest() argument
754 LocatorAbilityStub041FuzzTest(const char* data, size_t size) LocatorAbilityStub041FuzzTest() argument
770 LocatorAbilityStub042FuzzTest(const char* data, size_t size) LocatorAbilityStub042FuzzTest() argument
786 LocatorAbilityStub043FuzzTest(const char* data, size_t size) LocatorAbilityStub043FuzzTest() argument
802 LocatorAbilityStub044FuzzTest(const char* data, size_t size) LocatorAbilityStub044FuzzTest() argument
818 LocatorAbilityStub045FuzzTest(const char* data, size_t size) LocatorAbilityStub045FuzzTest() argument
837 LocatorAbilityStub046FuzzTest(const char* data, size_t size) LocatorAbilityStub046FuzzTest() argument
854 GeoCodeFuzzTest(const char* ch, size_t size) GeoCodeFuzzTest() argument
864 SwitchFuzzTest(const char* ch, size_t size) SwitchFuzzTest() argument
872 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/telephony/cellular_call/test/fuzztest/getcallrestriction_fuzzer/
H A Dgetcallrestriction_fuzzer.cpp48 void OnRemoteRequest(const uint8_t *data, size_t size) in OnRemoteRequest() argument
58 int32_t maxSize = static_cast<int32_t>(size) + OFFSET_SIZE; in OnRemoteRequest()
60 dataMessageParcel.WriteBuffer(data, size); in OnRemoteRequest()
62 uint32_t code = static_cast<uint32_t>(size); in OnRemoteRequest()
68 void UnRegisterCallManagerCallBack(const uint8_t *data, size_t size) in UnRegisterCallManagerCallBack() argument
74 int32_t maxSize = static_cast<int32_t>(size); in UnRegisterCallManagerCallBack()
77 dataMessageParcel.WriteBuffer(data, size); in UnRegisterCallManagerCallBack()
83 void IsEmergencyPhoneNumber(const uint8_t *data, size_t size) in IsEmergencyPhoneNumber() argument
89 int32_t errorCode = static_cast<int32_t>(size); in IsEmergencyPhoneNumber()
90 std::string phoneNum(reinterpret_cast<const char *>(data), size); in IsEmergencyPhoneNumber() local
99 HangUpAllConnection(const uint8_t *data, size_t size) HangUpAllConnection() argument
114 SetReadyToCall(const uint8_t *data, size_t size) SetReadyToCall() argument
132 StartRtt(const uint8_t *data, size_t size) StartRtt() argument
138 std::string msg(reinterpret_cast<const char *>(data), size); StartRtt() local
146 StopRtt(const uint8_t *data, size_t size) StopRtt() argument
159 GetCallTransferInfo(const uint8_t *data, size_t size) GetCallTransferInfo() argument
174 GetCallWaiting(const uint8_t *data, size_t size) GetCallWaiting() argument
187 SetCallWaiting(const uint8_t *data, size_t size) SetCallWaiting() argument
201 GetCallRestriction(const uint8_t *data, size_t size) GetCallRestriction() argument
216 SetCallRestrictionPassword(const uint8_t *data, size_t size) SetCallRestrictionPassword() argument
233 Dial(const uint8_t *data, size_t size) Dial() argument
246 std::string tempNum(reinterpret_cast<const char *>(data), size); Dial() local
268 InviteToConference(const uint8_t *data, size_t size) InviteToConference() argument
274 std::string number(reinterpret_cast<const char *>(data), size); InviteToConference() local
284 KickOutFromConference(const uint8_t *data, size_t size) KickOutFromConference() argument
297 std::string tempNum(reinterpret_cast<const char *>(data), size); KickOutFromConference() local
319 doFuzzCellularCallService_1(const uint8_t *data, size_t size) doFuzzCellularCallService_1() argument
339 doFuzzCellularCallService_2(const uint8_t *data, size_t size) doFuzzCellularCallService_2() argument
359 doFuzzCellularCallService_3(const uint8_t *data, size_t size) doFuzzCellularCallService_3() argument
379 doFuzzCellularCallService_4(const uint8_t *data, size_t size) doFuzzCellularCallService_4() argument
399 doFuzzCellularCallService_5(const uint8_t *data, size_t size) doFuzzCellularCallService_5() argument
419 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
450 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp49 void OnRemoteRequest(const uint8_t *data, size_t size) in OnRemoteRequest() argument
59 int32_t maxSize = static_cast<int32_t>(size) + OFFSET_SIZE; in OnRemoteRequest()
61 dataMessageParcel.WriteBuffer(data, size); in OnRemoteRequest()
63 uint32_t code = static_cast<uint32_t>(size); in OnRemoteRequest()
69 void SetPreviewWindow(const uint8_t *data, size_t size) in SetPreviewWindow() argument
75 int32_t maxSize = static_cast<int32_t>(size); in SetPreviewWindow()
76 int32_t slotId = static_cast<int32_t>(size % BOOL_NUM); in SetPreviewWindow()
77 int32_t index = static_cast<int32_t>(size); in SetPreviewWindow()
78 std::string surfaceId(reinterpret_cast<const char *>(data), size); in SetPreviewWindow() local
107 void SetDisplayWindow(const uint8_t *data, size_t size) in SetDisplayWindow() argument
116 std::string surfaceId(reinterpret_cast<const char *>(data), size); SetDisplayWindow() local
145 SetCameraZoom(const uint8_t *data, size_t size) SetCameraZoom() argument
161 ControlCamera(const uint8_t *data, size_t size) ControlCamera() argument
170 std::string cameraId(reinterpret_cast<const char *>(data), size); ControlCamera() local
181 SetPausePicture(const uint8_t *data, size_t size) SetPausePicture() argument
190 std::string path(reinterpret_cast<const char *>(data), size); SetPausePicture() local
201 SetDeviceDirection(const uint8_t *data, size_t size) SetDeviceDirection() argument
221 SendUpdateCallMediaModeRequest(const uint8_t *data, size_t size) SendUpdateCallMediaModeRequest() argument
236 std::string tempNum(reinterpret_cast<const char *>(data), size); SendUpdateCallMediaModeRequest() local
255 SendUpdateCallMediaModeResponse(const uint8_t *data, size_t size) SendUpdateCallMediaModeResponse() argument
270 std::string tempNum(reinterpret_cast<const char *>(data), size); SendUpdateCallMediaModeResponse() local
289 SetMute(const uint8_t *data, size_t size) SetMute() argument
304 GetMute(const uint8_t *data, size_t size) GetMute() argument
317 StartDtmf(const uint8_t *data, size_t size) StartDtmf() argument
331 std::string tempNum(reinterpret_cast<const char *>(data), size); StartDtmf() local
354 CancelCallUpgrade(const uint8_t *data, size_t size) CancelCallUpgrade() argument
372 RequestCameraCapabilities(const uint8_t *data, size_t size) RequestCameraCapabilities() argument
390 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
414 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2400_system/hive/
H A Dia_css_isp_configs.c36 unsigned int size = 0; in ia_css_configure_iterator() local
39 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size; in ia_css_configure_iterator()
42 if (size) { in ia_css_configure_iterator()
45 config_dmem, size); in ia_css_configure_iterator()
64 unsigned int size = 0; in ia_css_configure_copy_output() local
67 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size; in ia_css_configure_copy_output()
70 if (size) { in ia_css_configure_copy_output()
73 config_dmem, size); in ia_css_configure_copy_output()
92 unsigned int size = 0; ia_css_configure_crop() local
120 unsigned int size = 0; ia_css_configure_fpn() local
148 unsigned int size = 0; ia_css_configure_dvs() local
176 unsigned int size = 0; ia_css_configure_qplane() local
204 unsigned int size = 0; ia_css_configure_output0() local
232 unsigned int size = 0; ia_css_configure_output1() local
260 unsigned int size = 0; ia_css_configure_output() local
288 unsigned int size = 0; ia_css_configure_raw() local
316 unsigned int size = 0; ia_css_configure_tnr() local
344 unsigned int size = 0; ia_css_configure_ref() local
372 unsigned int size = 0; ia_css_configure_vf() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/hive/
H A Dia_css_isp_configs.c36 unsigned int size = 0; in ia_css_configure_iterator() local
39 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size; in ia_css_configure_iterator()
42 if (size) { in ia_css_configure_iterator()
45 config_dmem, size); in ia_css_configure_iterator()
64 unsigned int size = 0; in ia_css_configure_copy_output() local
67 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size; in ia_css_configure_copy_output()
70 if (size) { in ia_css_configure_copy_output()
73 config_dmem, size); in ia_css_configure_copy_output()
92 unsigned int size = 0; ia_css_configure_crop() local
120 unsigned int size = 0; ia_css_configure_fpn() local
148 unsigned int size = 0; ia_css_configure_dvs() local
176 unsigned int size = 0; ia_css_configure_qplane() local
204 unsigned int size = 0; ia_css_configure_output0() local
232 unsigned int size = 0; ia_css_configure_output1() local
260 unsigned int size = 0; ia_css_configure_output() local
288 unsigned int size = 0; ia_css_configure_raw() local
316 unsigned int size = 0; ia_css_configure_tnr() local
344 unsigned int size = 0; ia_css_configure_ref() local
372 unsigned int size = 0; ia_css_configure_vf() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_isp_configs.c28 unsigned int size = 0; in ia_css_configure_iterator() local
35 size = binary->info->mem_offsets.offsets.config->dmem.iterator.size; in ia_css_configure_iterator()
36 if (!size) in ia_css_configure_iterator()
43 config_dmem, size); in ia_css_configure_iterator()
51 unsigned int size = 0; in ia_css_configure_copy_output() local
58 size = binary->info->mem_offsets.offsets.config->dmem.copy_output.size; in ia_css_configure_copy_output()
59 if (!size) in ia_css_configure_copy_output()
66 config_dmem, size); in ia_css_configure_copy_output()
76 unsigned int size = 0; ia_css_configure_crop() local
99 unsigned int size = 0; ia_css_configure_fpn() local
121 unsigned int size = 0; ia_css_configure_dvs() local
143 unsigned int size = 0; ia_css_configure_qplane() local
166 unsigned int size = 0; ia_css_configure_output0() local
189 unsigned int size = 0; ia_css_configure_output1() local
212 unsigned int size = 0; ia_css_configure_output() local
235 unsigned int size = 0; ia_css_configure_raw() local
258 unsigned int size = 0; ia_css_configure_tnr() local
281 unsigned int size = 0; ia_css_configure_ref() local
304 unsigned int size = 0; ia_css_configure_vf() local
[all...]
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp92 int size = INT32_SIZE; in HWTEST_F() local
93 EXPECT_EQ(ResponseMessageReceiver::Int64FromParcel(num, parcel, size), -1); in HWTEST_F()
94 size = INT64_SIZE; in HWTEST_F()
95 EXPECT_EQ(ResponseMessageReceiver::Int64FromParcel(num, parcel, size), 0); in HWTEST_F()
97 EXPECT_EQ(size, 0); in HWTEST_F()
111 int size = INT32_SIZE; in HWTEST_F() local
112 EXPECT_EQ(ResponseMessageReceiver::Uint64FromParcel(num, parcel, size), -1); in HWTEST_F()
113 size = INT64_SIZE; in HWTEST_F()
114 EXPECT_EQ(ResponseMessageReceiver::Uint64FromParcel(num, parcel, size), 0); in HWTEST_F()
116 EXPECT_EQ(size, in HWTEST_F()
130 int size = INT16_SIZE; HWTEST_F() local
149 int size = INT16_SIZE; HWTEST_F() local
168 int size = 0; HWTEST_F() local
187 int size = INT32_SIZE; HWTEST_F() local
208 int size = INT32_SIZE; HWTEST_F() local
229 int size = INT32_SIZE; HWTEST_F() local
250 int size = INT32_SIZE; HWTEST_F() local
271 int size = except.size() - 1; HWTEST_F() local
291 int size = except.size(); HWTEST_F() local
316 int size = INT16_SIZE; HWTEST_F() local
348 int size = INT16_SIZE; HWTEST_F() local
423 int size = INT16_SIZE; HWTEST_F() local
480 int size = INT16_SIZE; HWTEST_F() local
530 int size = INT16_SIZE; HWTEST_F() local
632 int size = INT16_SIZE; HWTEST_F() local
[all...]
/base/telephony/sms_mms/test/fuzztest/cdmasmsencode_fuzzer/
H A Dcdmasmsencode_fuzzer.cpp28 void TeleserviceIdEncode(const uint8_t *data, size_t size) in TeleserviceIdEncode() argument
31 if (memcpy_s(&value, sizeof(value), data, size) != EOK) { in TeleserviceIdEncode()
43 void ServiceCategoryEncode(const uint8_t *data, size_t size) in ServiceCategoryEncode() argument
46 if (memcpy_s(&value, sizeof(value), data, size) != EOK) { in ServiceCategoryEncode()
58 void BearerReplyEncode(const uint8_t *data, size_t size) in BearerReplyEncode() argument
61 if (memcpy_s(&value, sizeof(value), data, size) != EOK) { in BearerReplyEncode()
73 void CauseCodesEncode(const uint8_t *data, size_t size) in CauseCodesEncode() argument
76 if (memcpy_s(&value, sizeof(value), data, size) != EOK) { in CauseCodesEncode()
88 void AddressParameterEncode(const uint8_t *data, size_t size) in AddressParameterEncode() argument
91 if (memcpy_s(&value, sizeof(value), data, size) ! in AddressParameterEncode()
105 SubaddressEncode(const uint8_t *data, size_t size) SubaddressEncode() argument
121 BearerDataEncode(const uint8_t *data, size_t size) BearerDataEncode() argument
136 BaseParameterEncode(const uint8_t *data, size_t size) BaseParameterEncode() argument
151 ReservedParameterEncode(const uint8_t *data, size_t size) ReservedParameterEncode() argument
162 MessageIdEncode(const uint8_t *data, size_t size) MessageIdEncode() argument
178 AbsoluteTimeEncode(const uint8_t *data, size_t size) AbsoluteTimeEncode() argument
193 PriorityIndEncode(const uint8_t *data, size_t size) PriorityIndEncode() argument
208 PrivacyIndEncode(const uint8_t *data, size_t size) PrivacyIndEncode() argument
223 ReplyOptionEncode(const uint8_t *data, size_t size) ReplyOptionEncode() argument
238 UserDataEncode(const uint8_t *data, size_t size) UserDataEncode() argument
254 CmasDataEncode(const uint8_t *data, size_t size) CmasDataEncode() argument
269 AlertPriorityEncode(const uint8_t *data, size_t size) AlertPriorityEncode() argument
283 LanguageIndEncode(const uint8_t *data, size_t size) LanguageIndEncode() argument
297 CallbackNumberEncode(const uint8_t *data, size_t size) CallbackNumberEncode() argument
312 DepositIndexEncode(const uint8_t *data, size_t size) DepositIndexEncode() argument
326 DisplayModeEncode(const uint8_t *data, size_t size) DisplayModeEncode() argument
340 MessageStatusEncode(const uint8_t *data, size_t size) MessageStatusEncode() argument
354 NumberMessagesEncode(const uint8_t *data, size_t size) NumberMessagesEncode() argument
368 EnhancedVmnEncode(const uint8_t *data, size_t size) EnhancedVmnEncode() argument
382 EnhancedVmnAckEncode(const uint8_t *data, size_t size) EnhancedVmnAckEncode() argument
397 TransportMessageEncode(const uint8_t *data, size_t size) TransportMessageEncode() argument
439 ParameterRecordEncode(const uint8_t *data, size_t size) ParameterRecordEncode() argument
450 SubParameterEncode(const uint8_t *data, size_t size) SubParameterEncode() argument
472 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
491 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/telephony/cellular_data/test/fuzztest/getcellulardatastate_fuzzer/
H A Dgetcellulardatastate_fuzzer.cpp43 void OnRemoteRequest(const uint8_t *data, size_t size) in OnRemoteRequest() argument
53 dataMessageParcel.WriteBuffer(data, size); in OnRemoteRequest()
55 uint32_t code = static_cast<uint32_t>(size); in OnRemoteRequest()
61 void EnableCellularData(const uint8_t *data, size_t size) in EnableCellularData() argument
68 dataMessageParcel.WriteBuffer(data, size); in EnableCellularData()
74 void GetCellularDataState(const uint8_t *data, size_t size) in GetCellularDataState() argument
81 dataMessageParcel.WriteBuffer(data, size); in GetCellularDataState()
87 void IsCellularDataEnabled(const uint8_t *data, size_t size) in IsCellularDataEnabled() argument
94 dataMessageParcel.WriteBuffer(data, size); in IsCellularDataEnabled()
100 void IsCellularDataRoamingEnabled(const uint8_t *data, size_t size) in IsCellularDataRoamingEnabled() argument
115 GetDefaultCellularDataSlotId(const uint8_t *data, size_t size) GetDefaultCellularDataSlotId() argument
128 EnableCellularDataRoaming(const uint8_t *data, size_t size) EnableCellularDataRoaming() argument
143 SetDefaultCellularDataSlotId(const uint8_t *data, size_t size) SetDefaultCellularDataSlotId() argument
158 HasInternetCapability(const uint8_t *data, size_t size) HasInternetCapability() argument
173 ClearCellularDataConnections(const uint8_t *data, size_t size) ClearCellularDataConnections() argument
188 GetCellularDataFlowType(const uint8_t *data, size_t size) GetCellularDataFlowType() argument
201 RegisterSimAccountCallback(const uint8_t *data, size_t size) RegisterSimAccountCallback() argument
213 UnregisterSimAccountCallback(const uint8_t *data, size_t size) UnregisterSimAccountCallback() argument
225 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
248 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
H A Dhks_ipc_check.c34 if ((keyAlias->size > MAX_PROCESS_SIZE) || in HksCheckIpcGenerateKey()
35 ((sizeof(keyAlias->size) + ALIGN_SIZE(keyAlias->size) + ALIGN_SIZE(paramSetIn->paramSetSize) + in HksCheckIpcGenerateKey()
37 HKS_LOG_E("ipc generate key check size failed"); in HksCheckIpcGenerateKey()
50 if ((keyAlias->size > MAX_PROCESS_SIZE) || (key->size > MAX_PROCESS_SIZE)) { in HksCheckIpcImportKey()
53 if ((sizeof(keyAlias->size) + ALIGN_SIZE(keyAlias->size) + ALIGN_SIZE(paramSet->paramSetSize) + in HksCheckIpcImportKey()
54 sizeof(key->size) + ALIGN_SIZE(key->size) > MAX_PROCESS_SIZ in HksCheckIpcImportKey()
[all...]
/base/telephony/call_manager/test/fuzztest/dialcall_fuzzer/
H A Ddialcall_fuzzer.cpp34 void OnRegisterVoipCallManagerCallback(const uint8_t *data, size_t size) in OnRegisterVoipCallManagerCallback() argument
49 void OnRemoteRequest(const uint8_t *data, size_t size) in OnRemoteRequest() argument
60 uint32_t code = static_cast<uint32_t>(size); in OnRemoteRequest()
66 int32_t OnRegisterCallBack(const uint8_t *data, size_t size) in OnRegisterCallBack() argument
81 bool HasCall(const uint8_t *data, size_t size) in HasCall() argument
87 dataParcel.WriteBuffer(data, size); in HasCall()
93 int32_t GetCallState(const uint8_t *data, size_t size) in GetCallState() argument
99 dataParcel.WriteBuffer(data, size); in GetCallState()
105 int32_t GetCallWaiting(const uint8_t *data, size_t size) in GetCallWaiting() argument
110 int32_t slotId = static_cast<int32_t>(size in GetCallWaiting()
119 IsRinging(const uint8_t *data, size_t size) IsRinging() argument
131 IsInEmergencyCall(const uint8_t *data, size_t size) IsInEmergencyCall() argument
143 DialCall(const uint8_t *data, size_t size) DialCall() argument
148 std::string number(reinterpret_cast<const char *>(data), size); DialCall() local
168 RemoveMissedIncomingCallNotification(const uint8_t *data, size_t size) RemoveMissedIncomingCallNotification() argument
181 SetCallWaiting(const uint8_t *data, size_t size) SetCallWaiting() argument
196 SetCallRestriction(const uint8_t *data, size_t size) SetCallRestriction() argument
203 std::string msg(reinterpret_cast<const char *>(data), size); SetCallRestriction() local
214 JoinConference(const uint8_t *data, size_t size) JoinConference() argument
229 StartRtt(const uint8_t *data, size_t size) StartRtt() argument
236 std::string msg(reinterpret_cast<const char *>(data), size); StartRtt() local
245 InputDialerSpecialCode(const uint8_t *data, size_t size) InputDialerSpecialCode() argument
250 std::string specialCode(reinterpret_cast<const char *>(data), size); InputDialerSpecialCode() local
258 CancelCallUpgrade(const uint8_t *data, size_t size) CancelCallUpgrade() argument
271 RequestCameraCapabilities(const uint8_t *data, size_t size) RequestCameraCapabilities() argument
284 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
310 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H A Dcdmasmsdecode_fuzzer.cpp30 void TeleserviceIdDecode(const uint8_t *data, size_t size) in TeleserviceIdDecode() argument
38 std::string strValue(reinterpret_cast<const char *>(data), size); in TeleserviceIdDecode() local
44 ss1 << static_cast<uint8_t>(size); in TeleserviceIdDecode()
45 for (uint8_t i = 0; i < size; i++) { in TeleserviceIdDecode()
52 void ServiceCategoryDecode(const uint8_t *data, size_t size) in ServiceCategoryDecode() argument
60 std::string strValue(reinterpret_cast<const char *>(data), size); in ServiceCategoryDecode() local
66 ss1 << static_cast<uint8_t>(size); in ServiceCategoryDecode()
67 for (uint8_t i = 0; i < size; i++) { in ServiceCategoryDecode()
74 void BearerReplyDecode(const uint8_t *data, size_t size) in BearerReplyDecode() argument
82 std::string strValue(reinterpret_cast<const char *>(data), size); in BearerReplyDecode() local
96 CauseCodesDecode(const uint8_t *data, size_t size) CauseCodesDecode() argument
104 std::string strValue(reinterpret_cast<const char *>(data), size); CauseCodesDecode() local
118 AddressParameterDecode(const uint8_t *data, size_t size) AddressParameterDecode() argument
126 std::string strValue(reinterpret_cast<const char *>(data), size); AddressParameterDecode() local
140 SubaddressDecode(const uint8_t *data, size_t size) SubaddressDecode() argument
148 std::string strValue(reinterpret_cast<const char *>(data), size); SubaddressDecode() local
162 BearerDataDecode(const uint8_t *data, size_t size) BearerDataDecode() argument
164 std::string strValue(reinterpret_cast<const char *>(data), size); BearerDataDecode() local
200 BaseParameterDecode(const uint8_t *data, size_t size) BaseParameterDecode() argument
208 std::string strValue(reinterpret_cast<const char *>(data), size); BaseParameterDecode() local
222 ReservedParameterDecode(const uint8_t *data, size_t size) ReservedParameterDecode() argument
229 std::string strValue(reinterpret_cast<const char *>(data), size); ReservedParameterDecode() local
243 MessageIdDecode(const uint8_t *data, size_t size) MessageIdDecode() argument
251 std::string strValue(reinterpret_cast<const char *>(data), size); MessageIdDecode() local
265 AbsoluteTimeDecode(const uint8_t *data, size_t size) AbsoluteTimeDecode() argument
273 std::string strValue(reinterpret_cast<const char *>(data), size); AbsoluteTimeDecode() local
287 PriorityIndDecode(const uint8_t *data, size_t size) PriorityIndDecode() argument
295 std::string strValue(reinterpret_cast<const char *>(data), size); PriorityIndDecode() local
309 PrivacyIndDecode(const uint8_t *data, size_t size) PrivacyIndDecode() argument
317 std::string strValue(reinterpret_cast<const char *>(data), size); PrivacyIndDecode() local
331 ReplyOptionDecode(const uint8_t *data, size_t size) ReplyOptionDecode() argument
339 std::string strValue(reinterpret_cast<const char *>(data), size); ReplyOptionDecode() local
353 UserDataDecode(const uint8_t *data, size_t size) UserDataDecode() argument
362 std::string strValue(reinterpret_cast<const char *>(data), size); UserDataDecode() local
376 CmasDataDecode(const uint8_t *data, size_t size) CmasDataDecode() argument
384 std::string strValue(reinterpret_cast<const char *>(data), size); CmasDataDecode() local
398 AlertPriorityDecode(const uint8_t *data, size_t size) AlertPriorityDecode() argument
406 std::string strValue(reinterpret_cast<const char *>(data), size); AlertPriorityDecode() local
419 LanguageIndDecode(const uint8_t *data, size_t size) LanguageIndDecode() argument
427 std::string strValue(reinterpret_cast<const char *>(data), size); LanguageIndDecode() local
440 CallbackNumberDecode(const uint8_t *data, size_t size) CallbackNumberDecode() argument
448 std::string strValue(reinterpret_cast<const char *>(data), size); CallbackNumberDecode() local
461 DepositIndexDecode(const uint8_t *data, size_t size) DepositIndexDecode() argument
469 std::string strValue(reinterpret_cast<const char *>(data), size); DepositIndexDecode() local
482 DisplayModeDecode(const uint8_t *data, size_t size) DisplayModeDecode() argument
490 std::string strValue(reinterpret_cast<const char *>(data), size); DisplayModeDecode() local
503 MessageStatusDecode(const uint8_t *data, size_t size) MessageStatusDecode() argument
511 std::string strValue(reinterpret_cast<const char *>(data), size); MessageStatusDecode() local
524 NumberMessagesDecode(const uint8_t *data, size_t size) NumberMessagesDecode() argument
532 std::string strValue(reinterpret_cast<const char *>(data), size); NumberMessagesDecode() local
545 EnhancedVmnDecode(const uint8_t *data, size_t size) EnhancedVmnDecode() argument
553 std::string strValue(reinterpret_cast<const char *>(data), size); EnhancedVmnDecode() local
566 EnhancedVmnAckDecode(const uint8_t *data, size_t size) EnhancedVmnAckDecode() argument
574 std::string strValue(reinterpret_cast<const char *>(data), size); EnhancedVmnAckDecode() local
588 TransportMessageDecode(const uint8_t *data, size_t size) TransportMessageDecode() argument
590 std::string strValue(reinterpret_cast<const char *>(data), size); TransportMessageDecode() local
639 ParameterRecordDecode(const uint8_t *data, size_t size) ParameterRecordDecode() argument
650 SubParameterDecode(const uint8_t *data, size_t size) SubParameterDecode() argument
672 DoSomethingInterestingWithMyAPI(const uint8_t *data, size_t size) DoSomethingInterestingWithMyAPI() argument
691 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dslab.h147 struct kmem_cache *kmem_cache_create(const char *name, unsigned int size,
151 unsigned int size, unsigned int align,
235 * The largest kmalloc size supported by the SLAB allocators is
276 /* Maximum allocatable size */
278 /* Maximum size for which we actually use a slab cache */
292 * Page size is normally 2^12 bytes and, in this case, if we want to use
293 * byte sized index which can represent 2^8 entries, the size of the object
295 * If minimum size of kmalloc is less than 16, we use it as minimum object
296 * size and give up to use byte sized index.
339 * Figure out which kmalloc slab an allocation of a certain size
346 kmalloc_index(size_t size) kmalloc_index() argument
407 kfree_bulk(size_t size, void **p) kfree_bulk() argument
416 __kmalloc_node(size_t size, gfp_t flags, int node) __kmalloc_node() argument
436 kmem_cache_alloc_node_trace(struct kmem_cache *s, gfp_t gfpflags, int node, size_t size) kmem_cache_alloc_node_trace() argument
445 kmem_cache_alloc_trace(struct kmem_cache *s, gfp_t flags, size_t size) kmem_cache_alloc_trace() argument
455 kmem_cache_alloc_node_trace(struct kmem_cache *s, gfp_t gfpflags, int node, size_t size) kmem_cache_alloc_node_trace() argument
472 kmalloc_order_trace(size_t size, gfp_t flags, unsigned int order) kmalloc_order_trace() argument
478 kmalloc_large(size_t size, gfp_t flags) kmalloc_large() argument
538 kmalloc(size_t size, gfp_t flags) kmalloc() argument
560 kmalloc_node(size_t size, gfp_t flags, int node) kmalloc_node() argument
584 kmalloc_array(size_t n, size_t size, gfp_t flags) kmalloc_array() argument
601 kcalloc(size_t n, size_t size, gfp_t flags) kcalloc() argument
618 kmalloc_array_node(size_t n, size_t size, gfp_t flags, int node) kmalloc_array_node() argument
630 kcalloc_node(size_t n, size_t size, gfp_t flags, int node) kcalloc_node() argument
662 kzalloc(size_t size, gfp_t flags) kzalloc() argument
673 kzalloc_node(size_t size, gfp_t flags, int node) kzalloc_node() argument
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_meminit.c29 static int __init count_nonzero_bytes(void *ptr, size_t size) in count_nonzero_bytes() argument
34 for (i = 0; i < size; i++) in count_nonzero_bytes()
41 static void __init fill_with_garbage_skip(void *ptr, int size, size_t skip) in fill_with_garbage_skip() argument
46 WARN_ON(skip > size); in fill_with_garbage_skip()
47 size -= skip; in fill_with_garbage_skip()
49 while (size >= sizeof(*p)) { in fill_with_garbage_skip()
52 size -= sizeof(*p); in fill_with_garbage_skip()
54 if (size) in fill_with_garbage_skip()
55 memset(&p[i], GARBAGE_BYTE, size); in fill_with_garbage_skip()
58 static void __init fill_with_garbage(void *ptr, size_t size) in fill_with_garbage() argument
67 size_t size = PAGE_SIZE << order; do_alloc_pages_order() local
98 do_kmalloc_size(size_t size, int *total_failures) do_kmalloc_size() argument
115 do_vmalloc_size(size_t size, int *total_failures) do_vmalloc_size() argument
135 int i, size; test_kvmalloc() local
166 check_buf(void *buf, int size, bool want_ctor, bool want_rcu, bool want_zero) check_buf() argument
195 do_kmem_cache_size(size_t size, bool want_ctor, bool want_rcu, bool want_zero, int *total_failures) do_kmem_cache_size() argument
271 do_kmem_cache_rcu_persistent(int size, int *total_failures) do_kmem_cache_rcu_persistent() argument
318 do_kmem_cache_size_bulk(int size, int *total_failures) do_kmem_cache_size_bulk() argument
352 int i, flags, size; test_kmemcache() local
377 int i, size; test_rcu_persistent() local
[all...]
/kernel/linux/linux-6.6/lib/
H A Dtest_meminit.c29 static int __init count_nonzero_bytes(void *ptr, size_t size) in count_nonzero_bytes() argument
34 for (i = 0; i < size; i++) in count_nonzero_bytes()
41 static void __init fill_with_garbage_skip(void *ptr, int size, size_t skip) in fill_with_garbage_skip() argument
46 WARN_ON(skip > size); in fill_with_garbage_skip()
47 size -= skip; in fill_with_garbage_skip()
49 while (size >= sizeof(*p)) { in fill_with_garbage_skip()
52 size -= sizeof(*p); in fill_with_garbage_skip()
54 if (size) in fill_with_garbage_skip()
55 memset(&p[i], GARBAGE_BYTE, size); in fill_with_garbage_skip()
58 static void __init fill_with_garbage(void *ptr, size_t size) in fill_with_garbage() argument
67 size_t size = PAGE_SIZE << order; do_alloc_pages_order() local
105 do_kmalloc_size(size_t size, int *total_failures) do_kmalloc_size() argument
129 do_vmalloc_size(size_t size, int *total_failures) do_vmalloc_size() argument
156 int i, size; test_kvmalloc() local
187 check_buf(void *buf, int size, bool want_ctor, bool want_rcu, bool want_zero) check_buf() argument
216 do_kmem_cache_size(size_t size, bool want_ctor, bool want_rcu, bool want_zero, int *total_failures) do_kmem_cache_size() argument
292 do_kmem_cache_rcu_persistent(int size, int *total_failures) do_kmem_cache_rcu_persistent() argument
347 do_kmem_cache_size_bulk(int size, int *total_failures) do_kmem_cache_size_bulk() argument
381 int i, flags, size; test_kmemcache() local
406 int i, size; test_rcu_persistent() local
[all...]

Completed in 20 milliseconds

12345678910>>...1125