Home
last modified time | relevance | path

Searched refs:caller (Results 76 – 100 of 417) sorted by relevance

12345678910>>...17

/openbmc/openbmc-test-automation/lib/
H A Drest_client.robot39 # Get Request call. For example, the caller might
66 # Post Request call. For example, the caller might
91 # Put Request call. For example, the caller might
115 # Delete Request call. For example, the caller might
286 # ${kwargs['data']. There are cases where the caller
301 # Verify the attribute was set correctly if the caller requested it.
388 # Get Request call. For example, the caller might
417 # Post Request call. For example, the caller might
441 # Post Request call. For example, the caller might
/openbmc/linux/arch/arm/mm/
H A Ddma-mapping.c46 const void *caller; member
178 const void *caller, bool want_vaddr,
183 const void *caller, bool want_vaddr);
330 const void *caller, bool want_vaddr) in __alloc_remap_buffer() argument
344 ptr = dma_common_contiguous_remap(page, size, prot, caller); in __alloc_remap_buffer()
393 const void *caller, bool want_vaddr, in __alloc_from_contiguous() argument
411 ptr = dma_common_contiguous_remap(page, size, prot, caller); in __alloc_from_contiguous()
480 ret_page, args->caller, in cma_allocator_alloc()
516 args->prot, ret_page, args->caller, in remap_allocator_alloc()
535 unsigned long attrs, const void *caller) in __dma_alloc() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch82 + /* retain the return value for passing back to caller */
95 + /* let caller do the exit() */
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Dump/
H A DEntry.interface.yaml14 The transfer will be initiated to the target provide. The caller of
16 to this function. If there is no exceptions the caller can assume the
/openbmc/linux/arch/s390/kernel/
H A Dmcount.S46 stg %r14,(__SF_GPRS+8*8)(%r15) # save traced function caller
/openbmc/linux/Documentation/mm/
H A Dbalance.rst10 The first reason why a caller may avoid reclaim is that the caller can not
12 be that the caller is willing to fail the allocation without incurring the
15 the caller may also wish to avoid waking kswapd.
/openbmc/linux/mm/
H A Dvmalloc.c2564 vm->caller = caller; in setup_vmalloc_vm_locked()
2637 const void *caller) in __get_vm_area_caller() argument
2663 const void *caller) in get_vm_area_caller() argument
3132 area->caller); in __vmalloc_area_node()
3247 const void *caller) in __vmalloc_node_range() argument
3291 gfp_mask, caller); in __vmalloc_node_range()
4291 const void *caller; in vmalloc_dump_obj() local
4311 caller = vm->caller; in vmalloc_dump_obj()
4315 nr_pages, addr, caller); in vmalloc_dump_obj()
4402 if (v->caller) in s_show()
[all …]
H A Dslab.c2666 unsigned long caller) in cache_free_debugcheck() argument
3244 size_t orig_size, unsigned long caller) in slab_alloc() argument
3247 caller); in slab_alloc()
3349 unsigned long caller) in __cache_free() argument
3378 ___cache_free(cachep, objp, caller); in __cache_free()
3382 unsigned long caller) in ___cache_free() argument
3519 unsigned long caller) in __kmem_cache_alloc_node() argument
3522 orig_size, caller); in __kmem_cache_alloc_node()
3549 unsigned long caller) in __do_kmem_cache_free() argument
3557 __cache_free(cachep, objp, caller); in __do_kmem_cache_free()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/
H A Dcross_compile.patch8 # overwritten by caller (e.g.: debian/rules)
H A Dbuild.patch22 # overwritten by caller (e.g.: debian/rules)
/openbmc/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst130 to clear fields in the cookie and discard the caller's ref on it.
284 This method is called when a volume cookie is being created. The caller
331 The caller doesn't hold any access pins, but it is called from a
349 The caller holds a cookie-level access pin to prevent a race with
390 or resize). The caller holds an access pin on the cookie and must have
398 The want_state parameter indicates the state the caller needs the cache
401 * ``FSCACHE_WANT_PARAMS`` - The caller just wants to access cache
404 * ``FSCACHE_WANT_READ`` - The caller wants to read data.
406 * ``FSCACHE_WANT_WRITE`` - The caller wants to write to or resize the
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c60 Coroutine *caller = (Coroutine *)opaque; in verify_entered_step_2() local
62 g_assert(qemu_coroutine_entered(caller)); in verify_entered_step_2()
67 g_assert(qemu_coroutine_entered(caller)); in verify_entered_step_2()
/openbmc/linux/Documentation/arch/parisc/
H A Dregisters.rst125 caller. However, it is grouped with this set of registers
126 since the caller can't rely on the value being the same
142 r29 may also be used to pass data back to the caller.
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c117 uint64_t caller; in emulate_vsyscall() local
141 if (get_user_u64(caller, env->regs[R_ESP])) { in emulate_vsyscall()
186 env->eip = caller; in emulate_vsyscall()
/openbmc/linux/fs/reiserfs/
H A Dlock.c87 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument
/openbmc/linux/tools/perf/
H A Dbuiltin-kmem.c421 struct alloc_func key, *caller; in find_callsite() local
429 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()
431 if (!caller) { in find_callsite()
441 pr_debug3("skipping alloc function: %s\n", caller->name); in find_callsite()
1092 char *caller = buf; in __print_page_alloc_result() local
1097 caller = sym->name; in __print_page_alloc_result()
1105 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_alloc_result()
1134 char *caller = buf; in __print_page_caller_result() local
1139 caller = sym->name; in __print_page_caller_result()
1147 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_caller_result()
/openbmc/linux/include/linux/
H A Dslab.h401 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type() argument
410 return KMALLOC_RANDOM_START + hash_64(caller ^ random_kmalloc_seed, in kmalloc_type()
672 unsigned long caller) __alloc_size(1);
/openbmc/linux/Documentation/userspace-api/
H A Diommu.rst62 It's *always* the caller's responsibility to indicate the size of the
110 userspace caller. Details can be found in
200 Userspace caller ::
206 In-kernel caller ::
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst16 1) read access. Locking rules: caller locks directory we are accessing.
22 3) object removal. Locking rules: caller locks parent, finds victim,
25 4) rename() that is _not_ cross-directory. Locking rules: caller locks
63 read, modified or removed by method will be locked by caller.
/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst77 structure if provided by the caller. The fixup function can correct the
100 structure if provided by the caller. The fixup function can correct the
124 structure if provided by the caller. The fixup function can correct the
164 provided by the caller. The fixup function can correct the problem
179 the object type description structure if provided by the caller. The
195 the caller, with the hardcoded object state ODEBUG_NOT_AVAILABLE. The
/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddevice.c115 const char *caller) in hl_dma_alloc_common() argument
130 caller); in hl_dma_alloc_common()
137 const char *caller) in hl_asic_dma_free_common() argument
151 trace_habanalabs_dma_free(hdev->dev, store_cpu_addr, dma_handle, size, caller); in hl_asic_dma_free_common()
155 gfp_t flag, const char *caller) in hl_asic_dma_alloc_coherent_caller() argument
157 return hl_dma_alloc_common(hdev, size, dma_handle, flag, DMA_ALLOC_COHERENT, caller); in hl_asic_dma_alloc_coherent_caller()
161 dma_addr_t dma_handle, const char *caller) in hl_asic_dma_free_coherent_caller() argument
163 hl_asic_dma_free_common(hdev, size, cpu_addr, dma_handle, DMA_ALLOC_COHERENT, caller); in hl_asic_dma_free_coherent_caller()
167 dma_addr_t *dma_handle, const char *caller) in hl_asic_dma_pool_zalloc_caller() argument
173 const char *caller) in hl_asic_dma_pool_free_caller() argument
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dio-mapping.rst46 Temporary mappings are only valid in the context of the caller. The mapping
50 migration to make the mapping code work. No caller can rely on this side
/openbmc/linux/Documentation/networking/
H A Dskbuff.rst23 get copied, but caller gets a new metadata struct (struct sk_buff).
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-uplevel-perl_0.2800.bb3 The idea is just to fool caller(). All the really naughty bits of Tcl's \
/openbmc/sdbusplus/docs/yaml/
H A Derror.md11 "org.freedesktop.Example.Error.SomeError" to the method caller.

12345678910>>...17