Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 198 of 198) sorted by relevance

/linux-4.4.14/kernel/trace/
Dtrace_entries.h181 __dynamic_array(unsigned long, caller )
187 __entry->caller[0], __entry->caller[1], __entry->caller[2],
188 __entry->caller[3], __entry->caller[4], __entry->caller[5],
189 __entry->caller[6], __entry->caller[7]),
200 __array( unsigned long, caller, FTRACE_STACK_ENTRIES )
206 __entry->caller[0], __entry->caller[1], __entry->caller[2],
207 __entry->caller[3], __entry->caller[4], __entry->caller[5],
208 __entry->caller[6], __entry->caller[7]),
Dtrace_output.c1015 for (p = field->caller; p && *p != ULONG_MAX && p < end; p++) { in trace_stack_print()
1065 unsigned long ip = field->caller[i]; in trace_user_stack_print()
Dtrace.c1852 memset(&entry->caller, 0, size); in __ftrace_trace_stack()
1855 memcpy(&entry->caller, trace.entries, in __ftrace_trace_stack()
1859 trace.entries = entry->caller; in __ftrace_trace_stack()
1955 memset(&entry->caller, 0, sizeof(entry->caller)); in ftrace_trace_userstack()
1960 trace.entries = entry->caller; in ftrace_trace_userstack()
/linux-4.4.14/fs/ncpfs/
Dgetopt.c28 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, in ncp_getopt() argument
52 caller, token); in ncp_getopt()
60 caller, token, val); in ncp_getopt()
69 caller, val, token); in ncp_getopt()
73 pr_info("%s: Unrecognized mount option %s\n", caller, token); in ncp_getopt()
Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
/linux-4.4.14/include/net/
D6lowpan.h127 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() argument
131 pr_debug("%s():%s: ", caller, msg); in raw_dump_inline()
142 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() argument
146 pr_debug("%s():%s:\n", caller, msg); in raw_dump_table()
151 static inline void raw_dump_table(const char *caller, char *msg, in raw_dump_table() argument
153 static inline void raw_dump_inline(const char *caller, char *msg, in raw_dump_inline() argument
/linux-4.4.14/kernel/
Dseccomp.c256 struct task_struct *thread, *caller; in seccomp_can_sync_threads() local
262 caller = current; in seccomp_can_sync_threads()
263 for_each_thread(caller, thread) { in seccomp_can_sync_threads()
267 if (thread == caller) in seccomp_can_sync_threads()
273 caller->seccomp.filter))) in seccomp_can_sync_threads()
297 struct task_struct *thread, *caller; in seccomp_sync_threads() local
303 caller = current; in seccomp_sync_threads()
304 for_each_thread(caller, thread) { in seccomp_sync_threads()
306 if (thread == caller) in seccomp_sync_threads()
310 get_seccomp_filter(caller); in seccomp_sync_threads()
[all …]
Dpanic.c199 unsigned long caller; in panic() local
201 caller = (unsigned long)__builtin_return_address(0); in panic()
202 disabled_wait(caller); in panic()
435 static void warn_slowpath_common(const char *file, int line, void *caller, in warn_slowpath_common() argument
442 raw_smp_processor_id(), current->pid, file, line, caller); in warn_slowpath_common()
/linux-4.4.14/arch/sh/mm/
Dioremap.c39 pgprot_t pgprot, void *caller) in __ioremap_caller() argument
60 mapped = pmb_remap_caller(phys_addr, size, pgprot, caller); in __ioremap_caller()
74 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
Dpmb.c411 pgprot_t prot, void *caller) in pmb_remap_caller() argument
447 P3SEG, caller); in pmb_remap_caller()
/linux-4.4.14/include/linux/
Dvmalloc.h39 const void *caller; member
81 const void *caller);
113 unsigned long flags, const void *caller);
119 const void *caller);
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c204 unsigned long flags, void *caller) in __ioremap_caller() argument
229 caller); in __ioremap_caller()
257 void *caller = __builtin_return_address(0); in ioremap() local
260 return ppc_md.ioremap(addr, size, flags, caller); in ioremap()
261 return __ioremap_caller(addr, size, flags, caller); in ioremap()
267 void *caller = __builtin_return_address(0); in ioremap_wc() local
270 return ppc_md.ioremap(addr, size, flags, caller); in ioremap_wc()
271 return __ioremap_caller(addr, size, flags, caller); in ioremap_wc()
277 void *caller = __builtin_return_address(0); in ioremap_prot() local
295 return ppc_md.ioremap(addr, size, flags, caller); in ioremap_prot()
[all …]
Dpgtable_32.c183 void *caller) in __ioremap_caller() argument
248 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/linux-4.4.14/arch/unicore32/mm/
Dioremap.c130 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __uc32_ioremap_pfn_caller() argument
163 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __uc32_ioremap_pfn_caller()
185 unsigned int mtype, void *caller) in __uc32_ioremap_caller() argument
198 return __uc32_ioremap_pfn_caller(pfn, offset, size, mtype, caller); in __uc32_ioremap_caller()
/linux-4.4.14/Documentation/serial/
Ddriver82 Interrupts: caller dependent.
148 Interrupts: caller dependent.
176 Interrupts: caller dependent.
201 Interrupts: caller dependent.
253 Locking: caller holds port->mutex
254 Interrupts: caller dependent.
269 Interrupts: caller dependent.
277 Interrupts: caller dependent.
284 Interrupts: caller dependent.
292 Interrupts: caller dependent.
[all …]
Dtty.txt79 The caller passes the old termios data and the
/linux-4.4.14/arch/arm/mach-iop13xx/
Dio.c27 size_t size, unsigned int mtype, void *caller) in __iop13xx_ioremap_caller() argument
56 caller); in __iop13xx_ioremap_caller()
/linux-4.4.14/arch/sh/include/asm/
Dmmu.h64 pgprot_t prot, void *caller);
78 pgprot_t prot, void *caller) in pmb_remap_caller() argument
Dio.h270 pgprot_t prot, void *caller);
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_cmd.c45 static void _ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in _ft_dump_cmd() argument
55 caller, cmd, cmd->sess, cmd->seq, se_cmd); in _ft_dump_cmd()
58 caller, cmd, se_cmd->t_data_nents, in _ft_dump_cmd()
64 caller, cmd, sg, in _ft_dump_cmd()
72 caller, cmd, ep->sid, ep->did, ep->oxid, ep->rxid, in _ft_dump_cmd()
77 void ft_dump_cmd(struct ft_cmd *cmd, const char *caller) in ft_dump_cmd() argument
80 _ft_dump_cmd(cmd, caller); in ft_dump_cmd()
Dtcm_fc.h172 void ft_dump_cmd(struct ft_cmd *, const char *caller);
/linux-4.4.14/arch/arm64/mm/
Dioremap.c33 pgprot_t prot, void *caller) in __ioremap_caller() argument
61 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/linux-4.4.14/drivers/base/
Ddma-mapping.c280 const void *caller) in dma_common_pages_remap() argument
284 area = get_vm_area_caller(size, vm_flags, caller); in dma_common_pages_remap()
305 pgprot_t prot, const void *caller) in dma_common_contiguous_remap() argument
319 ptr = dma_common_pages_remap(pages, size, vm_flags, prot, caller); in dma_common_contiguous_remap()
/linux-4.4.14/mm/
Dslob.c427 __do_kmalloc_node(size_t size, gfp_t gfp, int node, unsigned long caller) in __do_kmalloc_node() argument
448 trace_kmalloc_node(caller, ret, in __do_kmalloc_node()
457 trace_kmalloc_node(caller, ret, in __do_kmalloc_node()
471 void *__kmalloc_track_caller(size_t size, gfp_t gfp, unsigned long caller) in __kmalloc_track_caller() argument
473 return __do_kmalloc_node(size, gfp, NUMA_NO_NODE, caller); in __kmalloc_track_caller()
478 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
480 return __do_kmalloc_node(size, gfp, node, caller); in __kmalloc_node_track_caller()
Dvmalloc.c1307 unsigned long flags, const void *caller) in setup_vmalloc_vm() argument
1313 vm->caller = caller; in setup_vmalloc_vm()
1332 unsigned long end, int node, gfp_t gfp_mask, const void *caller) in __get_vm_area_node() argument
1359 setup_vmalloc_vm(area, va, flags, caller); in __get_vm_area_node()
1374 const void *caller) in __get_vm_area_caller() argument
1377 GFP_KERNEL, caller); in __get_vm_area_caller()
1397 const void *caller) in get_vm_area_caller() argument
1400 NUMA_NO_NODE, GFP_KERNEL, caller); in get_vm_area_caller()
1578 int node, const void *caller);
1595 PAGE_KERNEL, node, area->caller); in __vmalloc_area_node()
[all …]
Dslab.c1676 unsigned long caller) in store_stackinfo() argument
1686 *addr++ = caller; in store_stackinfo()
1690 unsigned long *sptr = &caller; in store_stackinfo()
2713 unsigned long caller) in cache_free_debugcheck() argument
2730 *dbg_userword(cachep, objp) = (void *)caller; in cache_free_debugcheck()
2741 store_stackinfo(cachep, objp, caller); in cache_free_debugcheck()
2869 gfp_t flags, void *objp, unsigned long caller) in cache_alloc_debugcheck_after() argument
2888 *dbg_userword(cachep, objp) = (void *)caller; in cache_alloc_debugcheck_after()
3145 unsigned long caller) in slab_alloc_node() argument
3187 ptr = cache_alloc_debugcheck_after(cachep, flags, ptr, caller); in slab_alloc_node()
[all …]
Dslub.c4023 void *__kmalloc_track_caller(size_t size, gfp_t gfpflags, unsigned long caller) in __kmalloc_track_caller() argument
4036 ret = slab_alloc(s, gfpflags, caller); in __kmalloc_track_caller()
4039 trace_kmalloc(caller, ret, size, s->size, gfpflags); in __kmalloc_track_caller()
4046 int node, unsigned long caller) in __kmalloc_node_track_caller() argument
4054 trace_kmalloc_node(caller, ret, in __kmalloc_node_track_caller()
4066 ret = slab_alloc_node(s, gfpflags, node, caller); in __kmalloc_node_track_caller()
4069 trace_kmalloc_node(caller, ret, size, s->size, gfpflags, node); in __kmalloc_node_track_caller()
/linux-4.4.14/sound/core/seq/
Dseq_ports.h122 int snd_seq_port_connect(struct snd_seq_client *caller,
128 int snd_seq_port_disconnect(struct snd_seq_client *caller,
/linux-4.4.14/arch/x86/xen/
Dmulticalls.c43 void *caller[MC_BATCH]; member
111 b->caller[i]); in xen_mc_flush()
153 b->caller[b->mcidx] = __builtin_return_address(0); in __xen_mc_entry()
/linux-4.4.14/scripts/tracing/
Ddraw_functrace.py118 calltime, callee, caller = parseLine(line)
123 tree = tree.getParent(caller)
/linux-4.4.14/fs/ecryptfs/
Dfile.c63 struct dir_context *caller; member
90 buf->caller->pos = buf->ctx.pos; in ecryptfs_filldir()
91 rc = !dir_emit(buf->caller, name, name_size, ino, d_type); in ecryptfs_filldir()
111 .caller = ctx, in ecryptfs_readdir()
/linux-4.4.14/arch/x86/entry/vsyscall/
Dvsyscall_64.c126 unsigned long caller; in emulate_vsyscall() local
154 if (get_user(caller, (unsigned long __user *)regs->sp) != 0) { in emulate_vsyscall()
269 regs->ip = caller; in emulate_vsyscall()
/linux-4.4.14/tools/perf/Documentation/
Dperf-kmem.txt32 --caller::
44 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
Dperf-report.txt148 A regex filter to identify parent. The parent is a caller of this
196 - caller: inverted caller based call graph.
197 Default is 'caller' when --children is used, otherwise 'callee'.
225 alias for inverted caller based call graph.
/linux-4.4.14/arch/arm/mm/
Dioremap.c259 unsigned long offset, size_t size, unsigned int mtype, void *caller) in __arm_ioremap_pfn_caller() argument
304 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __arm_ioremap_pfn_caller()
335 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
349 caller); in __arm_ioremap_caller()
Ddma-mapping.c296 const void *caller, bool want_vaddr);
300 const void *caller, bool want_vaddr);
304 const void *caller) in __dma_alloc_remap() argument
312 prot, caller); in __dma_alloc_remap()
474 const void *caller, bool want_vaddr) in __alloc_remap_buffer() argument
484 ptr = __dma_alloc_remap(page, size, gfp, prot, caller); in __alloc_remap_buffer()
533 const void *caller, bool want_vaddr) in __alloc_from_contiguous() argument
550 ptr = __dma_alloc_remap(page, size, GFP_KERNEL, prot, caller); in __alloc_from_contiguous()
617 struct dma_attrs *attrs, const void *caller) in __dma_alloc() argument
656 caller, want_vaddr); in __dma_alloc()
[all …]
Dmmu.c963 vm->caller = iotable_init; in iotable_init()
969 void *caller) in vm_reserve_area_early() argument
980 vm->caller = caller; in vm_reserve_area_early()
Dnommu.c355 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
/linux-4.4.14/arch/s390/include/uapi/asm/
Ddebug.h28 void* caller; member
/linux-4.4.14/arch/alpha/lib/
Dcallback_srm.S30 jmp ($3) # Return directly to caller of wrapper.
47 jmp ($3) # Return directly to caller of srm_fixup.
/linux-4.4.14/arch/arm/mach-mvebu/
Dcoherency.c172 unsigned int mtype, void *caller) in armada_pcie_wa_ioremap_caller() argument
181 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in armada_pcie_wa_ioremap_caller()
/linux-4.4.14/arch/frv/lib/
Dmemcpy.S21 # to caller's fixup routine, aborting the remainder of the copy
Dmemset.S21 # to caller's fixup routine, aborting the remainder of the set
/linux-4.4.14/Documentation/
Dfutex-requeue-pi.txt25 /* caller must lock mutex */
54 upon a successful futex_wait system call, the caller would return to
59 /* caller must lock mutex */
127 should be 0 as good programming practice dictates that the caller of
Dhwspinlock.txt72 the caller must not sleep, and is advised to release the hwspinlock as
84 interrupts are disabled, so the caller must not sleep, and is advised to
97 given flags placeholder. The caller must not sleep, and is advised to
107 caller must not sleep, and is advised to release the hwspinlock as soon as
118 interrupts are disabled so caller must not sleep, and is advised to
129 at the given flags placeholder. The caller must not sleep, and is advised
143 The caller should _never_ unlock an hwspinlock which is already unlocked.
151 The caller should _never_ unlock an hwspinlock which is already unlocked.
Dassoc_array.txt123 but must rather be released by the caller.
139 (1) Get a chunk of index key from caller data:
143 This should return a chunk of caller-supplied index key starting at the
154 rather than from a caller-supplied index key.
217 The caller should lock exclusively against other modifiers of the array.
237 The caller should lock exclusively against other modifiers of the array.
253 The caller should lock exclusively against other modifiers of the array.
267 The caller should lock exclusively against other modifiers and accessors
294 the RCU read lock whilst this function is in progress. The caller should
Dunshare.txt142 If CLONE_FS is set, file system information of the caller
147 caller is disassociated from the shared file descriptor
151 If CLONE_NEWNS is set, the namespace of the caller is
155 If CLONE_VM is set, the virtual memory of the caller is
165 ENOMEM Cannot allocate sufficient memory to copy parts of caller's
Drpmsg.txt65 The caller should specify the channel, the data it wants to send,
80 to a destination address provided by the caller.
81 The caller should specify the channel, the data it wants to send,
99 The caller should specify the channel, the data it wants to send,
115 The caller should specify the channel, the data it wants to send,
Dpreempt-locking.txt61 have the caller wait on an event by the other task.
Dkobject.txt141 what names are valid so the caller must provide their own sanity checking
178 kobject core, so the caller does not have to worry about doing that by
395 any other sysfs housekeeping will be handled for the caller properly.
Dparport-lowlevel.txt495 claimed, and the caller now has possession of the parallel port.
559 A return value of zero indicates that the caller still owns the port
563 the caller still owns the port and the call blocked.
565 A return value of -EAGAIN indicates that the caller no longer owns the
Dflexible-arrays.txt27 caller must arrange for appropriate mutual exclusion.
Dmedia-framework.txt52 The caller is responsible for initializing the media_device structure before
250 The graph structure, provided by the caller, is initialized to start graph
Dkmemcheck.txt285 In this case, it's the caller of memcpy() that is interesting, and it can be
432 196 * caller must be holding the RCU readlock (by way of a spinlock) and
465 it is the caller of __sigqueue_alloc() that has the responsibility of filling
Dunaligned-memory-access.txt168 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
DIRQ-domain.txt43 will return a pointer to the irq_domain on success. The caller must
Ddma-buf-sharing.txt134 into caller's address space.
Datomic_ops.txt290 If a caller requires memory barrier semantics around an atomic_t
DDMA-API.txt53 The flag parameter (dma_alloc_coherent() only) allows the caller to
Dmemory-barriers.txt2381 will be adjusted inside a locked section, or the caller will already hold
/linux-4.4.14/arch/sparc/kernel/
Detrap_32.S100 jmpl %t_retpc + 0x8, %g0 ! return to caller
127 jmpl %t_retpc + 0x8, %g0 ! return to caller
191 jmpl %t_retpc + 0x8, %g0 ! return to caller
/linux-4.4.14/arch/powerpc/kernel/
Dio-workarounds.c155 unsigned long flags, void *caller) in iowa_ioremap() argument
158 void __iomem *res = __ioremap_caller(addr, size, flags, caller); in iowa_ioremap()
/linux-4.4.14/arch/arm/mach-imx/
Dmm-imx3.c69 unsigned int mtype, void *caller) in imx3_ioremap_caller() argument
82 return __arm_ioremap_caller(phys_addr, size, mtype, caller); in imx3_ioremap_caller()
/linux-4.4.14/Documentation/mn10300/
DABI.txt38 The caller must allocate twelve bytes on the stack for the callee's use before
63 The caller must leave space on the stack (hence an allocation of twelve bytes)
75 array, then a hidden first argument will be passed to the callee by the caller:
/linux-4.4.14/arch/arm/include/asm/mach/
Dmap.h44 void *caller);
/linux-4.4.14/kernel/debug/kdb/
Dkdb_support.c695 void *caller; member
788 best->caller = __builtin_return_address(0); in debug_kmalloc()
821 h->caller = NULL; in debug_kfree()
897 __func__, h_used, h_used->size, h_used->caller); in debug_kusage()
906 __func__, h_used, h_used->size, h_used->caller); in debug_kusage()
/linux-4.4.14/Documentation/vm/
Dbalance6 The first reason why a caller may avoid reclaim is that the caller can not
8 be that the caller is willing to fail the allocation without incurring the
11 the caller may also wish to avoid waking kswapd.
Dhighmem.txt82 sleep and the caller may not sleep until after kunmap_atomic() is called.
/linux-4.4.14/fs/lockd/
Dxdr.c119 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm_decode_lock()
266 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_shareargs()
300 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlmsvc_decode_notify()
Dxdr4.c112 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4_decode_lock()
263 || !(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_shareargs()
297 if (!(p = xdr_decode_string_inplace(p, &lock->caller, in nlm4svc_decode_notify()
Dsvc4proc.c35 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args()
254 argp->lock.caller, in nlm4svc_callback()
Dsvclock.c342 call->a_args.lock.caller = utsname()->nodename; in nlmsvc_setgrantargs()
542 conflock->caller = "somehost"; /* FIXME */ in nlmsvc_testlock()
543 conflock->len = strlen(conflock->caller); in nlmsvc_testlock()
Dsvcproc.c64 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args()
295 argp->lock.caller, in nlmsvc_callback()
Dclntxdr.c348 encode_caller_name(xdr, lock->caller); in encode_nlm_lock()
Dclnt4xdr.c354 encode_caller_name(xdr, lock->caller); in encode_nlm4_lock()
Dclntproc.c132 lock->caller = nodename; in nlmclnt_setlockargs()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c382 struct alloc_func key, *caller; in find_callsite() local
390 caller = bsearch(&key, alloc_func_list, nr_alloc_funcs, in find_callsite()
392 if (!caller) { in find_callsite()
401 pr_debug3("skipping alloc function: %s\n", caller->name); in find_callsite()
1033 char *caller = buf; in __print_page_alloc_result() local
1039 caller = sym->name; in __print_page_alloc_result()
1047 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_alloc_result()
1076 char *caller = buf; in __print_page_caller_result() local
1082 caller = sym->name; in __print_page_caller_result()
1090 gfp_len, compact_gfp_string(data->gfp_flags), caller); in __print_page_caller_result()
/linux-4.4.14/Documentation/parisc/
Dregisters104 caller. However, it is grouped with this set of registers
105 since the caller can't rely on the value being the same
118 r29 may also be used to pass data back to the caller.
/linux-4.4.14/fs/reiserfs/
Dlock.c86 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument
Dreiserfs.h2925 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
/linux-4.4.14/Documentation/filesystems/
Ddirectory-locking11 1) read access. Locking rules: caller locks directory we are accessing.
15 3) object removal. Locking rules: caller locks parent, finds victim,
18 4) rename() that is _not_ cross-directory. Locking rules: caller locks
45 read, modified or removed by method will be locked by caller.
Dvfs.txt158 caller. An active reference to its superblock must be grabbed and the
165 struct super_block accordingly, returning its root dentry to caller.
168 doesn't have to create a new one. The main result from the caller's
667 offset, in *pagep, for the caller to write into.
1028 caller. The caller is supplied with a path parameter giving the
1036 If a vfsmount is returned, the caller will attempt to mount it on the
1039 it to prevent automatic expiration - the caller will clean up the
1055 If the 'rcu_walk' parameter is true, then the caller is doing a
1057 and the caller can be asked to leave it and call again by returning
1115 and the dentry is returned. The caller must use dput()
Dcoda.txt246 Venus replies the response is passed back to the caller in unmodified
273 and finally returns to the caller. The implementation of the exchange
411 process group id are passed. Finally the credentials of the caller
433 vgid_t cr_groups[NGROUPS]; /* Group membership for caller */
653 unaccessible or if the caller does not have permission to fetch
1455 CodaCred's of the caller. The cache will return the cnode or indicate
Dporting198 should be passed back to the caller.
306 simply of return 1. Note that all actual eviction work is done by caller after
Dxfs-self-describing-metadata.txt162 For read verification, the caller needs to specify the expected type of metadata
165 marks the object being read as EFSCORRUPTED. The caller needs to catch this
Dautofs4-mount-control.txt295 (eg. the owning automount(8) daemon) to the process group of the caller.
Dpath-lookup.txt197 What this means is that a caller, provided they are holding RCU lock to
Drelay.txt113 mmap() results in channel buffer being mapped into the caller's
DLocking263 caller, unless ->writepage() returns special WRITEPAGE_ACTIVATE
Dproc.txt946 caller information of the creator, and optional information depending
/linux-4.4.14/drivers/isdn/divert/
Disdn_divert.h49 char caller[35]; /* caller id, partial string with * + subaddr allowed */ member
Disdn_divert.c423 if ((strcmp(dv->rule.caller, "0")) || in isdn_divert_icall()
425 p = dv->rule.caller; in isdn_divert_icall()
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt22 is executed, in the execution context of the caller. When the function
23 provided ends its execution, it returns to the caller (continuing from
96 the module exit function to make sure there is no caller left using
Devents-kmem.txt56 When a page is freed directly by the caller, the only mm_page_free event
Dftrace.txt625 # cmd pid ||||| time | caller
956 # cmd pid ||||| time | caller
1007 # cmd pid ||||| time | caller
1102 # cmd pid ||||| time | caller
1139 # cmd pid ||||| time | caller
1252 # cmd pid ||||| time | caller
1305 # cmd pid ||||| time | caller
1418 # cmd pid ||||| time | caller
1486 # cmd pid ||||| time | caller
1533 # cmd pid ||||| time | caller
[all …]
/linux-4.4.14/Documentation/crypto/
Dasymmetric-keys.txt128 The caller must have already obtained the key from some source and can then use
129 it to check the signature. The caller must have parsed the signature and
147 In addition, the data must have been digested by the caller and the resulting
212 Currently there is only the one defined. If not set, the caller will be
264 the case that the caller declines to do so.
266 The caller passes a pointer to the following struct with all of the fields
Dasync-tx-api.txt200 this interface is exclusive to the caller, until dma_release_channel()
/linux-4.4.14/include/linux/lockd/
Dxdr.h38 char * caller; member
/linux-4.4.14/fs/ext4/
Dext4_jbd2.c131 static void ext4_journal_abort_handle(const char *caller, unsigned int line, in ext4_journal_abort_handle() argument
151 caller, line, errstr, err_fn); in ext4_journal_abort_handle()
/linux-4.4.14/Documentation/RCU/
DlistRCU.txt35 /* Note: audit_netlink_sem held by caller. */
59 /* Note: audit_netlink_sem held by caller. */
174 /* Note: audit_netlink_sem held by caller. */
216 Again, this assumes that the caller holds audit_netlink_sem. Normally,
311 then the caller will be processing stale data in any case. If it
DNMI-RCU.txt106 Answer: The caller to set_nmi_callback() might well have
DarrayRCU.txt54 function does not acquire any locks; instead its caller must hold the
Drcubarrier.txt218 Line 3 verifies that the caller is in process context, and lines 5 and 10
Dchecklist.txt407 is the caller's responsibility to guarantee that any subsequent
DwhatisRCU.txt513 The use of call_rcu() permits the caller of foo_update_a() to
/linux-4.4.14/Documentation/device-mapper/
Ddm-io.txt37 for the I/O. This service can be handy if the caller has a pre-assembled bio,
48 data buffer for the I/O. This service can be handy if the caller needs to do
Dthin-provisioning.txt159 to the caller to allocate and manage these identifiers. If the
330 the caller.
336 the caller.
Dverity.txt89 When a dm-verity device is configured, it is expected that the caller
/linux-4.4.14/Documentation/networking/
Dtc-actions-env-rules.txt15 TC_ACT_SHOT to the caller and they will drop it.
Ddns_resolver.txt96 IPv6 addresses. The caller must free the result.
Dx25-iface.txt108 netif_rx() return value to the (lapb module) caller.
Dtuntap.txt118 created to the caller. Each file descriptor were served as the interface of a
Drxrpc.txt723 returned. The caller now holds a reference on this and it must be
812 returned. The caller now holds a reference on this and it must be
/linux-4.4.14/drivers/mtd/ubi/
Ddebug.h141 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
Ddebug.c521 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() argument
525 if ((ubi->dbg.emulate_power_cut & caller) == 0) in ubi_dbg_power_cut()
/linux-4.4.14/arch/x86/mm/
Dioremap.c84 unsigned long size, enum page_cache_mode pcm, void *caller) in __ioremap_caller() argument
178 area = get_vm_area_caller(size, VM_IOREMAP, caller); in __ioremap_caller()
/linux-4.4.14/Documentation/timers/
Dtimers-howto.txt73 msleep(1~20) may not do what the caller intends, and
94 is left to the caller to determine a reasonable range.
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt155 second to submit exclusive ones. The caller must still set the
167 it, so the caller should put their reference to it by passing it to:
210 The caller holds a reference on the operation, and will invoke
Dbackend-api.txt49 here. FS-Cache keeps the caller's reference to the index object if
326 attr_changed operation should be performed. The caller will follow up
341 caller. The caller will invoke the put_object() method as appropriate.
Dnetfs-api.txt438 to the caller. The attribute adjustment excludes read and write operations.
643 prior to returning to the caller. The cookie argument should be as passed to
762 All possible failures are handled internally. The caller should consider
847 There is no direct way to invalidate an index subtree. To do this, the caller
/linux-4.4.14/arch/arm/mach-ixp4xx/
Dcommon.c659 unsigned int mtype, void *caller) in ixp4xx_ioremap_caller() argument
662 return __arm_ioremap_caller(addr, size, mtype, caller); in ixp4xx_ioremap_caller()
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_auth.c52 int caller, in chap_gen_challenge() argument
70 pr_debug("[%s] Sending CHAP_C=0x%s\n\n", (caller) ? "server" : "client", in chap_gen_challenge()
/linux-4.4.14/Documentation/security/
Dkeys-request-key.txt49 it's up to the caller to destroy the key.
62 the caller.
117 U to the caller.
Dcredentials.txt412 time, and possibly to sleep whilst doing so, then the caller should get a
417 This does all the RCU magic inside of it. The caller must call put_cred() on
424 credentials, hiding the RCU magic from the caller:
429 If the caller is holding the RCU read lock at the time anyway, then:
494 Note that this function consumes the caller's reference to the new credentials.
495 The caller should _not_ call put_cred() on the new credentials afterwards.
Dkeys.txt862 if the caller "possesses" the key. By "possession" it is meant that the
1160 Before calling the method, the caller will fill in data and datalen with
1167 key description if the caller of add_key() passes NULL or "".
1249 a key by the caller and should not be modified. (*cmp)() will be pointing
1289 data upon a key being revoked. The caller will have the key semaphore
1305 It is not safe to sleep in this method; the caller may hold spinlocks.
1321 caller.
1365 caller of request_key*(). complete_request_key() must be called prior to
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt39 Note that the rpc server requires the caller to serialize addition and
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb_asm.S15 ;; Create a register image of the caller.
313 ;; Return to the caller
/linux-4.4.14/Documentation/cgroups/
Dcgroups.txt538 (cgroup_mutex held by caller)
553 (cgroup_mutex held by caller)
563 (cgroup_mutex held by caller)
573 (cgroup_mutex held by caller)
582 (cgroup_mutex held by caller)
599 while the caller holds cgroup_mutex and it is ensured that either
603 (cgroup_mutex held by caller)
617 (cgroup_mutex held by caller)
626 (cgroup_mutex held by caller)
645 (cgroup_mutex held by caller)
Dmemory.txt207 caller of swapoff rather than the users of shmem.
/linux-4.4.14/arch/x86/kernel/
Dverify_cpu.S37 pushf # Save caller passed flags
/linux-4.4.14/arch/s390/kernel/
Ddebug.c872 active->caller = __builtin_return_address(0); in debug_finish_entry()
1462 unsigned long caller; in debug_dflt_header_fn() local
1473 caller = ((unsigned long) entry->caller) & PSW_ADDR_INSN; in debug_dflt_header_fn()
1477 entry->id.fields.cpuid, (void *)caller); in debug_dflt_header_fn()
/linux-4.4.14/arch/arm/mach-ebsa110/
Dcore.c120 unsigned int flags, void *caller) in ebsa110_ioremap_caller() argument
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_pwrctrl.h235 const char *caller);
/linux-4.4.14/include/asm-generic/
Ddma-mapping-common.h190 pgprot_t prot, const void *caller);
194 const void *caller);
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_pwrctrl.c482 int _rtw_pwr_wakeup23a(struct rtw_adapter *padapter, u32 ips_deffer_ms, const char *caller) in _rtw_pwr_wakeup23a() argument
555 "=%u\n", caller, padapter->bDriverStopped, in _rtw_pwr_wakeup23a()
/linux-4.4.14/arch/mn10300/include/asm/
Dframe.inc30 # - the caller has subtracted 4 from SP before coming here
/linux-4.4.14/Documentation/blackfin/
Dbfin-gpio-notes.txt48 previous caller, otherwise kernel will dump stacks, and the request
/linux-4.4.14/Documentation/usb/
Danchors.txt71 is the caller's responsibility.
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_pwrctrl.h261 const char *caller);
/linux-4.4.14/Documentation/fmc/
DAPI.txt26 allocated by the caller, but must not be released after unregistering.
Dcarrier.txt248 returns an error so the caller will know that it is running under a
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_pwrctrl.c559 int _rtw_pwr_wakeup(struct adapter *padapter, u32 ips_deffer_ms, const char *caller) in _rtw_pwr_wakeup() argument
613 , caller in _rtw_pwr_wakeup()
/linux-4.4.14/Documentation/s390/
DDebugging390.txt418 up on function exit ( e.g. the caller may choose to allocate nothing
438 call-clobbered: The caller probably needs to save these registers if there
443 The code generated by the compiler to return to the caller.
448 given to it by the caller.
474 area can be reused by each function the caller calls.
571 24 48 saved r6 of caller function
572 28 56 saved r7 of caller function
573 32 64 saved r8 of caller function
574 36 72 saved r9 of caller function
575 40 80 saved r10 of caller function
[all …]
Ds390dbf.txt23 debug log for the caller. For each debug log exists a number of debug areas
51 - Return Address to caller
527 - Return Address to caller
537 area time level exception cpu caller data (hex + ascii)
/linux-4.4.14/drivers/isdn/
DKconfig30 channel-bundling, callback and caller-authentication without having
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c794 int xgbe_powerdown(struct net_device *netdev, unsigned int caller) in xgbe_powerdown() argument
803 (caller == XGMAC_IOCTL_CONTEXT && pdata->power_down)) { in xgbe_powerdown()
811 if (caller == XGMAC_DRIVER_CONTEXT) in xgbe_powerdown()
833 int xgbe_powerup(struct net_device *netdev, unsigned int caller) in xgbe_powerup() argument
842 (caller == XGMAC_IOCTL_CONTEXT && !pdata->power_down)) { in xgbe_powerup()
857 if (caller == XGMAC_DRIVER_CONTEXT) in xgbe_powerup()
/linux-4.4.14/arch/powerpc/include/asm/
Dmachdep.h74 unsigned long flags, void *caller);
Dio.h731 unsigned long flags, void *caller);
/linux-4.4.14/arch/unicore32/kernel/
Dsleep.S202 ldm.w (r16 - r27, pc), [sp]+ @ return to caller
/linux-4.4.14/arch/frv/kernel/
Dcmode.S86 # (already done by caller)
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.c574 if (fcxp->caller == NULL) { in bfa_fcxp_iocdisable()
575 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
642 void *caller, struct bfa_s *bfa, int nreq_sgles, in bfa_fcxp_init() argument
653 fcxp->caller = caller; in bfa_fcxp_init()
681 bfa_fcxp_init(fcxp, wqe->caller, wqe->bfa, wqe->nreq_sgles, in bfa_fcxp_put()
713 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
748 bfa_trc(mod->bfa, (NULL == fcxp->caller)); in hal_fcxp_send_comp()
749 if (fcxp->caller == NULL) { in hal_fcxp_send_comp()
750 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp()
884 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
[all …]
Dbfa_svc.h165 void *caller; /* driver or fcs */ member
210 void *caller; member
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt90 stacktrace walking. Failure is injected only if some caller
99 for a caller within [require-start,require-end) OR
/linux-4.4.14/arch/arm/mach-omap2/
Dsram242x.S128 ret lr @ back to caller.
223 ret lr @ back to caller
Dsram243x.S128 ret lr @ back to caller.
223 ret lr @ back to caller
/linux-4.4.14/drivers/message/fusion/
Dmptfc.c189 const char *caller) in mptfc_block_error_handler() argument
211 ready, ioc->active, caller)); in mptfc_block_error_handler()
222 "port state %x, active %d, vdevice %p.\n", caller, in mptfc_block_error_handler()
229 "%s.%d: %d:%llu, executing recovery.\n", caller, in mptfc_block_error_handler()
/linux-4.4.14/drivers/nvdimm/
Dregion_devs.c629 const char *caller) in nd_region_create() argument
643 caller, dev_name(&nvdimm->dev), i); in nd_region_create()
/linux-4.4.14/Documentation/metag/
Dkernel-ABI.txt240 /* Return to caller via restored return pointer */
255 /* Return to caller via restored return pointer */
/linux-4.4.14/Documentation/isdn/
DINTERFACE.CAPI141 of the skb and the caller may no longer access it. If it returns a
142 non-zero (error) value then ownership of the skb returns to the caller
242 not know or check the size of its destination buffer. The caller must make
DREADME295 contains the caller number in its access list.
426 Only incoming calls, for which the caller-id is listed in the access
427 list of the interface are accepted. You can add caller-id's With the
428 command "isdnctrl addphone <InterfaceName> in <caller-id>"
429 Euro-ISDN does not transmit the leading '0' of the caller-id for an
/linux-4.4.14/Documentation/scsi/
DChangeLog.ips55 - Restore caller's DCDB Structure
Dlibsas.txt306 @gfp_mask is the gfp_mask defining the context of the caller.
DChangeLog.megaraid_sas455 > the caller (megasas_mgmt_fw_ioctl) would have been perfectly happy
DChangeLog.lpfc93 case the caller already has the target ID handly, so pass that
931 caller.
1319 the caller.
/linux-4.4.14/drivers/isdn/isdnloop/
Disdnloop.c739 isdnloop_vstphone(isdnloop_card *card, char *phone, int caller) in isdnloop_vstphone() argument
750 if (caller) { in isdnloop_vstphone()
759 if (caller) { in isdnloop_vstphone()
/linux-4.4.14/arch/m68k/fpsp040/
Dx_store.S241 | ;return to caller of dest_sgl
Dkernel_ex.S141 tstb (%a0) |extract sign from caller's exop
Dgen_except.S260 | The caller was from an unsupported data type trap. Test if the
261 | caller set CU_ONLY. If so, the exceptional operand is expected in
Dx_operr.S269 bral reg_dest |call to reg_dest returns to caller
/linux-4.4.14/Documentation/hwmon/
Dhwmon-kernel-api.txt46 have been created by the caller.
/linux-4.4.14/arch/arc/kernel/
Dentry.S317 ; Normal Trap/IRQ entry only saves Scratch (caller-saved) regs
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt44 caller sleeps waiting for it. Thus, it is possible to issue multiple read commands to different
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt28 to be locked, the caller would be assigned a unique reservation id/ticket,
111 the caller as a signal that an object is twice on the list. This is useful if
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc111 register value. If this is important, then the caller of the library
/linux-4.4.14/Documentation/input/
Dgameport-programming.txt161 pre-filled by cooked data by the caller, max[0..3] should be pre-filled with
/linux-4.4.14/drivers/usb/storage/
Duas.c79 static int uas_try_complete(struct scsi_cmnd *cmnd, const char *caller);
219 static int uas_try_complete(struct scsi_cmnd *cmnd, const char *caller) in uas_try_complete() argument
/linux-4.4.14/Documentation/connector/
Dconnector.txt141 so caller is warned that it must be prepared. That is why the struct
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt205 concurrent accesses to allocated devres data is caller's
/linux-4.4.14/Documentation/dmaengine/
Dclient.txt45 A channel allocated via this interface is exclusive to the caller,
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt13 to the caller. The binding of the cooling devices to the trip point is left for
/linux-4.4.14/fs/cifs/
DKconfig129 is handed over to the application/caller. See the man
/linux-4.4.14/Documentation/hid/
Dhiddev.txt122 Gets a string descriptor from the device. The caller must fill in the
/linux-4.4.14/drivers/isdn/hardware/mISDN/
Dw6692.c1179 open_dchannel(struct w6692_hw *card, struct channel_req *rq, void *caller) in open_dchannel() argument
1182 card->dch.dev.id, caller); in open_dchannel()
DmISDNipac.c757 open_dchannel_caller(struct isac_hw *isac, struct channel_req *rq, void *caller) in open_dchannel_caller() argument
760 isac->dch.dev.id, caller); in open_dchannel_caller()
/linux-4.4.14/Documentation/block/
Dbiodoc.txt92 depending on the nature of the device and the requirements of the caller.
294 wait for completion. Alternatively, sometimes the caller might just
303 For passing request data, the caller must build up a bio descriptor
609 The caller of bio_alloc is expected to taken certain steps to avoid
1024 through sync_buffer() running blk_run_address_space(mapping). Or the caller
Ddata-integrity.txt202 added. It is up to the caller to ensure that the bio does not
/linux-4.4.14/Documentation/ia64/
Dfsys.txt269 br.ret.sptk.many rp;; // return to caller
/linux-4.4.14/Documentation/power/
Dopp.txt138 error checks such as IS_ERR() and appropriate actions taken by the caller.
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S42 be 1f ! caller asks %o1 & 0x8
/linux-4.4.14/security/smack/
Dsmack_lsm.c2063 const char *caller) in smk_curacc_on_task() argument
2069 smk_ad_init(&ad, caller, LSM_AUDIT_DATA_TASK); in smk_curacc_on_task()
/linux-4.4.14/arch/arm/crypto/
Dsha512-core.S_shipped44 @ Originally caller was expected to maintain specific *dword* order in
46 @ was reflected in below two parameters as 0 and 4. Now caller is
Daesbs-core.S_shipped1071 @ it is up to the caller to make sure we are called with enc == 0
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq480 * Either post or fetch an SCB from host memory. The caller
498 * to the caller, not to the new address at the
/linux-4.4.14/fs/btrfs/
Dextent_io.c87 static inline void __btrfs_debug_check_extent_io_range(const char *caller, in __btrfs_debug_check_extent_io_range() argument
101 caller, btrfs_ino(inode), isize, start, end); in __btrfs_debug_check_extent_io_range()
/linux-4.4.14/crypto/
DKconfig1601 the kernel crypto API and can be used by any caller.
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt702 KVM_CREATE_IRQCHIP into a buffer provided by the caller.
724 KVM_CREATE_IRQCHIP from a buffer provided by the caller.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex486 caller only after the drive has finished resetting. If the drive is no
/linux-4.4.14/arch/x86/
DKconfig644 caller function. This provides more accurate wchan values,