Home
last modified time | relevance | path

Searched refs:caller (Results 51 – 75 of 411) sorted by relevance

12345678910>>...17

/openbmc/linux/kernel/
H A Dpanic.c660 void __warn(const char *file, int line, void *caller, unsigned taint, in __warn() argument
668 caller); in __warn()
671 raw_smp_processor_id(), current->pid, caller); in __warn()
689 trace_error_report_end(ERROR_DETECTOR_WARN, (unsigned long)caller); in __warn()
H A Dseccomp.c492 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
498 caller = current; in seccomp_can_sync_threads()
499 for_each_thread(caller, thread) { in seccomp_can_sync_threads()
503 if (thread == caller) in seccomp_can_sync_threads()
509 caller->seccomp.filter))) in seccomp_can_sync_threads()
599 caller = current; in seccomp_sync_threads()
600 for_each_thread(caller, thread) { in seccomp_sync_threads()
602 if (thread == caller) in seccomp_sync_threads()
606 get_seccomp_filter(caller); in seccomp_sync_threads()
617 caller->seccomp.filter); in seccomp_sync_threads()
[all …]
/openbmc/linux/arch/arm/mach-mvebu/
H A Dcoherency.c162 unsigned int mtype, void *caller) in armada_wa_ioremap_caller() argument
165 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_wa_ioremap_caller()
/openbmc/linux/drivers/infiniband/core/
H A Dcq.c214 const char *caller) in __ib_alloc_cq() argument
238 rdma_restrack_set_name(&cq->res, caller); in __ib_alloc_cq()
299 const char *caller) in __ib_alloc_cq_any() argument
310 caller); in __ib_alloc_cq_any()
H A Drestrack.h33 const char *caller);
/openbmc/linux/arch/alpha/lib/
H A Dcallback_srm.S32 jmp ($3) # Return directly to caller of wrapper.
49 jmp ($3) # Return directly to caller of srm_fixup.
/openbmc/linux/drivers/dma-buf/
H A Dselftest.h21 int __subtests(const char *caller,
/openbmc/linux/tools/testing/selftests/riscv/hwprobe/
H A Dsys_hwprobe.S9 # handling, the caller can deal with it.
/openbmc/linux/fs/lockd/
H A Dxdr4.c78 if (!svcxdr_decode_string(xdr, &lock->caller, &lock->len)) in svcxdr_decode_lock()
277 if (!svcxdr_decode_string(xdr, &lock->caller, &lock->len)) in nlm4svc_decode_shareargs()
298 if (!svcxdr_decode_string(xdr, &lock->caller, &lock->len)) in nlm4svc_decode_notify()
H A Dxdr.c77 if (!svcxdr_decode_string(xdr, &lock->caller, &lock->len)) in svcxdr_decode_lock()
282 if (!svcxdr_decode_string(xdr, &lock->caller, &lock->len)) in nlmsvc_decode_shareargs()
303 if (!svcxdr_decode_string(xdr, &lock->caller, &lock->len)) in nlmsvc_decode_notify()
/openbmc/linux/mm/
H A Dslab_common.c728 struct kmem_cache *kmalloc_slab(size_t size, gfp_t flags, unsigned long caller) in kmalloc_slab() argument
743 return kmalloc_caches[kmalloc_type(flags, caller)][index]; in kmalloc_slab()
1008 void *__do_kmalloc_node(size_t size, gfp_t flags, int node, unsigned long caller) in __do_kmalloc_node() argument
1015 trace_kmalloc(caller, ret, size, in __do_kmalloc_node()
1020 s = kmalloc_slab(size, flags, caller); in __do_kmalloc_node()
1025 ret = __kmem_cache_alloc_node(s, flags, node, size, caller); in __do_kmalloc_node()
1027 trace_kmalloc(caller, ret, size, s->size, flags, node); in __do_kmalloc_node()
1044 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
1046 return __do_kmalloc_node(size, flags, node, caller); in __kmalloc_node_track_caller()
/openbmc/linux/arch/powerpc/kernel/
H A Dio-workarounds.c143 pgprot_t prot, void *caller) in iowa_ioremap() argument
146 void __iomem *res = __ioremap_caller(addr, size, prot, caller); in iowa_ioremap()
/openbmc/linux/Documentation/locking/
H A Dhwspinlock.rst96 the caller must not sleep, and is advised to release the hwspinlock as
112 interrupts are disabled, so the caller must not sleep, and is advised to
129 given flags placeholder. The caller must not sleep, and is advised to
179 caller must not sleep, and is advised to release the hwspinlock as soon as
196 interrupts are disabled so caller must not sleep, and is advised to
213 at the given flags placeholder. The caller must not sleep, and is advised
265 The caller should **never** unlock an hwspinlock which is already unlocked.
278 The caller should **never** unlock an hwspinlock which is already unlocked.
290 The caller should **never** unlock an hwspinlock which is already unlocked.
300 The caller should **never** unlock an hwspinlock which is already unlocked.
H A Dfutex-requeue-pi.rst26 /* caller must lock mutex */
55 upon a successful futex_wait system call, the caller would return to
60 /* caller must lock mutex */
128 should be 0 as good programming practice dictates that the caller of
/openbmc/linux/arch/powerpc/include/asm/
H A Dio-workarounds.h53 pgprot_t prot, void *caller);
/openbmc/linux/drivers/firmware/efi/
H A Druntime-wrappers.c148 void efi_call_virt_check_flags(unsigned long flags, const void *caller) in efi_call_virt_check_flags() argument
160 flags, cur_flags, caller ?: __builtin_return_address(0)); in efi_call_virt_check_flags()
308 efi_call_virt_check_flags(flags, efi_rts_work.caller); in efi_call_rts()
320 efi_rts_work.caller = __builtin_return_address(0); in __efi_queue_work()
/openbmc/linux/arch/sparc/kernel/
H A Detrap_32.S101 jmpl %t_retpc + 0x8, %g0 ! return to caller
128 jmpl %t_retpc + 0x8, %g0 ! return to caller
192 jmpl %t_retpc + 0x8, %g0 ! return to caller
/openbmc/qemu/include/qemu/
H A Dcoroutine_int.h47 Coroutine *caller; member
/openbmc/openbmc-test-automation/lib/
H A Dvalid.tcl44 set caller [get_stack_proc_name -2]
45 if { $caller == "valid_list" } {
H A Dstate_manager.robot27 # Does caller want to wait for status?
47 # Does caller want to wait for status?
74 # Does caller want to wait for status?
92 # Does caller want to wait for host booted status?
254 # Does caller want to wait for status?
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c105 qemu_coroutine_switch(co, co->caller, COROUTINE_TERMINATE); in coroutine_bootstrap()
301 return s && s->current->caller; in qemu_in_coroutine()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kmem.txt39 --caller::
51 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
/openbmc/u-boot/include/
H A Dtrace.h76 uint32_t caller; /* Caller function offset */ member
/openbmc/linux/arch/arm/include/asm/mach/
H A Dmap.h42 void *caller);
/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() */

12345678910>>...17