Home
last modified time | relevance | path

Searched full:allocating (Results 1 – 25 of 1127) sorted by relevance

12345678910>>...46

/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
Dcache.json114 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
117 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
126 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
129 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
132 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
135 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
138 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
141 …ts for each cycle where the core is in write streaming mode and is not allocating writes into the …
/Linux-v6.1/tools/testing/selftests/sync/
Dsync_alloc.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_timeline()
50 ASSERT(valid, "Failure allocating timeline\n"); in test_alloc_fence()
54 ASSERT(valid, "Failure allocating fence\n"); in test_alloc_fence()
66 ASSERT(timeline > 0, "Failure allocating timeline\n"); in test_alloc_fence_negative()
69 ASSERT(fence < 0, "Success allocating negative fence\n"); in test_alloc_fence_negative()
Dsync_fence.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_one_timeline_wait()
42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_one_timeline_wait()
89 ASSERT(valid, "Failure allocating fences\n"); in test_fence_one_timeline_merge()
Dsync_merge.c38 ASSERT(valid, "Failure allocating timeline\n"); in test_fence_merge_same_fence()
42 ASSERT(valid, "Failure allocating fence\n"); in test_fence_merge_same_fence()
Dsync_stress_parallelism.c51 ASSERT(valid, "Failure allocating fence\n"); in test_stress_two_threads_shared_timeline_thread()
82 ASSERT(valid, "Failure allocating timeline\n"); in test_stress_two_threads_shared_timeline()
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
Dcache.json123 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
126 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
135 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
138 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
141 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
144 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
/Linux-v6.1/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc_opr.c45 mfc_debug(3, "Allocating priv: %zu\n", b->size); in s5p_mfc_alloc_priv_buf()
75 mfc_err("Allocating private buffer of size %zu failed\n", b->size); in s5p_mfc_alloc_priv_buf()
84 mfc_debug(3, "Allocating generic buf: %zu\n", b->size); in s5p_mfc_alloc_generic_buf()
94 mfc_err("Allocating generic buffer of size %zu failed\n", b->size); in s5p_mfc_alloc_generic_buf()
/Linux-v6.1/tools/testing/selftests/livepatch/
Dtest-state.sh26 $MOD_LIVEPATCH: allocate_loglevel_state: allocating space to store console_loglevel
58 $MOD_LIVEPATCH: allocate_loglevel_state: allocating space to store console_loglevel
103 $MOD_LIVEPATCH2: allocate_loglevel_state: allocating space to store console_loglevel
156 $MOD_LIVEPATCH2: allocate_loglevel_state: allocating space to store console_loglevel
/Linux-v6.1/mm/
Dzpool.c138 * @gfp: The GFP flags to use when allocating the pool.
142 * used when allocating memory, if the implementation supports it. If the
233 * allocating movable memory
236 * This returns if the zpool supports allocating movable memory.
240 * Returns: true if the zpool supports allocating movable memory, false if not
251 * @gfp: The GFP flags to use when allocating memory.
255 * The gfp flags will be used when allocating memory, if the
/Linux-v6.1/lib/
Ddecompress_inflate.c61 error("Out of memory while allocating output buffer"); in __gunzip()
72 error("Out of memory while allocating input buffer"); in __gunzip()
78 error("Out of memory while allocating z_stream"); in __gunzip()
90 error("Out of memory while allocating workspace"); in __gunzip()
Dtest_ida.c29 * Straightforward checks that allocating and freeing IDs work.
104 * Allocating up to 2^31-1 should succeed, and then allocating the next one
Ddecompress_unzstd.c134 error("Out of memory while allocating zstd_dctx"); in decompress_single()
205 error("Out of memory while allocating input buffer"); in __unzstd()
228 error("Out of memory while allocating output buffer"); in __unzstd()
270 error("Out of memory while allocating ZSTD_DStream"); in __unzstd()
/Linux-v6.1/Documentation/admin-guide/aoe/
Dtodo.rst4 There is a potential for deadlock when allocating a struct sk_buff for
14 driver. By using a mempool for allocating all but the first few
/Linux-v6.1/tools/testing/fault-injection/
Dfailcmd.sh34 --oom-kill-allocating-task=value
89 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help
178 --oom-kill-allocating-task)
/Linux-v6.1/Documentation/core-api/
Dmaple_tree.rst39 Pre-allocating of nodes is also supported using the
42 code segment when allocating cannot be done. Allocations of nodes are
88 Allocating Nodes
193 Advanced Allocating Nodes
Didr.rst12 A common problem to solve is allocating identifiers (IDs); generally
63 If you need to take a lock while allocating a new ID from the IDR,
/Linux-v6.1/tools/testing/selftests/vm/
Dwrite_to_hugetlbfs.c166 printf("Allocating using HUGETLBFS.\n"); in main()
183 printf("Allocating using MAP_HUGETLB.\n"); in main()
197 printf("Allocating using SHM.\n"); in main()
/Linux-v6.1/arch/powerpc/crypto/
Dcrc-vpmsum_test.c46 pr_err("Error allocating crc-t10dif\n"); in crc_test_init()
53 pr_err("Error allocating crc32c\n"); in crc_test_init()
/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a65-e1/
Dcache.json141 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
144 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
147 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
150 …ounts for each cycle where the core is in write-streaming mode and not allocating writes into the …
/Linux-v6.1/drivers/net/wireless/ath/wil6210/
Dpmc.c92 wil_err(wil, "ERROR allocating pmc skb list\n"); in wil_pmc_alloc()
106 * allocation before allocating vring memory. in wil_pmc_alloc()
132 wil_err(wil, "ERROR allocating pmc pring\n"); in wil_pmc_alloc()
151 wil_err(wil, "ERROR allocating pmc descriptor %d", i); in wil_pmc_alloc()
/Linux-v6.1/tools/bpf/bpftool/
Dcfg.c77 p_err("OOM when allocating FUNC node"); in cfg_append_func()
103 p_err("OOM when allocating BB node"); in func_append_bb()
120 p_err("OOM when allocating BB node"); in func_insert_dummy_bb()
263 p_err("OOM when allocating edge node"); in new_edge()
/Linux-v6.1/sound/xen/
Dxen_snd_front_evtchnl.c293 dev_err(dev, "Error allocating control channel\n"); in xen_snd_front_evtchnl_create_all()
301 dev_err(dev, "Error allocating in-event channel\n"); in xen_snd_front_evtchnl_create_all()
313 dev_err(dev, "Error allocating control channel\n"); in xen_snd_front_evtchnl_create_all()
321 dev_err(dev, "Error allocating in-event channel\n"); in xen_snd_front_evtchnl_create_all()
/Linux-v6.1/arch/powerpc/platforms/pasemi/
Dmsi.c97 pr_debug("pasemi_msi: failed allocating hwirq\n"); in pasemi_msi_setup_msi_irqs()
147 pr_debug("pasemi_msi: Error allocating bitmap!\n"); in mpic_pasemi_msi_init()
/Linux-v6.1/fs/cachefiles/
Dinternal.h91 unsigned fstop_percent; /* when to stop allocating (% files) */
94 unsigned bstop_percent; /* when to stop allocating (% blocks) */
99 uint64_t fstop; /* when to stop allocating */
102 sector_t bstop; /* when to stop allocating */
/Linux-v6.1/arch/powerpc/boot/
Dmain.c53 printf("Allocating 0x%lx bytes for kernel...\n\r", ei.memsize); in prep_kernel()
129 printf("Allocating 0x%lx bytes for initrd ...\n\r", in prep_initrd()
171 printf("Allocating 0x%lx bytes for esm_blob ...\n\r", in prep_esm_blob()

12345678910>>...46