/linux-4.4.14/kernel/trace/ |
D | trace_entries.h | 181 __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]),
|
D | trace_output.c | 1015 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()
|
D | trace.c | 1852 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/ |
D | getopt.c | 28 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()
|
D | getopt.h | 13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
|
/linux-4.4.14/include/net/ |
D | 6lowpan.h | 127 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/ |
D | seccomp.c | 256 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 …]
|
D | panic.c | 199 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/ |
D | ioremap.c | 39 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()
|
D | pmb.c | 411 pgprot_t prot, void *caller) in pmb_remap_caller() argument 447 P3SEG, caller); in pmb_remap_caller()
|
/linux-4.4.14/include/linux/ |
D | vmalloc.h | 39 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/ |
D | pgtable_64.c | 204 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 …]
|
D | pgtable_32.c | 183 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/ |
D | ioremap.c | 130 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/ |
D | driver | 82 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 …]
|
D | tty.txt | 79 The caller passes the old termios data and the
|
/linux-4.4.14/arch/arm/mach-iop13xx/ |
D | io.c | 27 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/ |
D | mmu.h | 64 pgprot_t prot, void *caller); 78 pgprot_t prot, void *caller) in pmb_remap_caller() argument
|
D | io.h | 270 pgprot_t prot, void *caller);
|
/linux-4.4.14/drivers/target/tcm_fc/ |
D | tfc_cmd.c | 45 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()
|
D | tcm_fc.h | 172 void ft_dump_cmd(struct ft_cmd *, const char *caller);
|
/linux-4.4.14/arch/arm64/mm/ |
D | ioremap.c | 33 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/ |
D | dma-mapping.c | 280 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/ |
D | slob.c | 427 __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()
|
D | vmalloc.c | 1307 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 …]
|
D | slab.c | 1676 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 …]
|
D | slub.c | 4023 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/ |
D | seq_ports.h | 122 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/ |
D | multicalls.c | 43 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/ |
D | draw_functrace.py | 118 calltime, callee, caller = parseLine(line) 123 tree = tree.getParent(caller)
|
/linux-4.4.14/fs/ecryptfs/ |
D | file.c | 63 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/ |
D | vsyscall_64.c | 126 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/ |
D | perf-kmem.txt | 32 --caller:: 44 mode selection options - i.e. --slab, --page, --alloc and/or --caller.
|
D | perf-report.txt | 148 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/ |
D | ioremap.c | 259 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()
|
D | dma-mapping.c | 296 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 …]
|
D | mmu.c | 963 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()
|
D | nommu.c | 355 unsigned int mtype, void *caller) in __arm_ioremap_caller() argument
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
D | debug.h | 28 void* caller; member
|
/linux-4.4.14/arch/alpha/lib/ |
D | callback_srm.S | 30 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/ |
D | coherency.c | 172 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/ |
D | memcpy.S | 21 # to caller's fixup routine, aborting the remainder of the copy
|
D | memset.S | 21 # to caller's fixup routine, aborting the remainder of the set
|
/linux-4.4.14/Documentation/ |
D | futex-requeue-pi.txt | 25 /* 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
|
D | hwspinlock.txt | 72 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.
|
D | assoc_array.txt | 123 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
|
D | unshare.txt | 142 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
|
D | rpmsg.txt | 65 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,
|
D | preempt-locking.txt | 61 have the caller wait on an event by the other task.
|
D | kobject.txt | 141 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.
|
D | parport-lowlevel.txt | 495 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
|
D | flexible-arrays.txt | 27 caller must arrange for appropriate mutual exclusion.
|
D | media-framework.txt | 52 The caller is responsible for initializing the media_device structure before 250 The graph structure, provided by the caller, is initialized to start graph
|
D | kmemcheck.txt | 285 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
|
D | unaligned-memory-access.txt | 168 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
|
D | IRQ-domain.txt | 43 will return a pointer to the irq_domain on success. The caller must
|
D | dma-buf-sharing.txt | 134 into caller's address space.
|
D | atomic_ops.txt | 290 If a caller requires memory barrier semantics around an atomic_t
|
D | DMA-API.txt | 53 The flag parameter (dma_alloc_coherent() only) allows the caller to
|
D | memory-barriers.txt | 2381 will be adjusted inside a locked section, or the caller will already hold
|
/linux-4.4.14/arch/sparc/kernel/ |
D | etrap_32.S | 100 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/ |
D | io-workarounds.c | 155 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/ |
D | mm-imx3.c | 69 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/ |
D | ABI.txt | 38 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/ |
D | map.h | 44 void *caller);
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_support.c | 695 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/ |
D | balance | 6 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.
|
D | highmem.txt | 82 sleep and the caller may not sleep until after kunmap_atomic() is called.
|
/linux-4.4.14/fs/lockd/ |
D | xdr.c | 119 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()
|
D | xdr4.c | 112 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()
|
D | svc4proc.c | 35 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlm4svc_retrieve_args() 254 argp->lock.caller, in nlm4svc_callback()
|
D | svclock.c | 342 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()
|
D | svcproc.c | 64 if (!(host = nlmsvc_lookup_host(rqstp, lock->caller, lock->len)) in nlmsvc_retrieve_args() 295 argp->lock.caller, in nlmsvc_callback()
|
D | clntxdr.c | 348 encode_caller_name(xdr, lock->caller); in encode_nlm_lock()
|
D | clnt4xdr.c | 354 encode_caller_name(xdr, lock->caller); in encode_nlm4_lock()
|
D | clntproc.c | 132 lock->caller = nodename; in nlmclnt_setlockargs()
|
/linux-4.4.14/tools/perf/ |
D | builtin-kmem.c | 382 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/ |
D | registers | 104 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/ |
D | lock.c | 86 void reiserfs_check_lock_depth(struct super_block *sb, char *caller) in reiserfs_check_lock_depth() argument
|
D | reiserfs.h | 2925 void reiserfs_check_lock_depth(struct super_block *s, char *caller);
|
/linux-4.4.14/Documentation/filesystems/ |
D | directory-locking | 11 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.
|
D | vfs.txt | 158 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()
|
D | coda.txt | 246 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
|
D | porting | 198 should be passed back to the caller. 306 simply of return 1. Note that all actual eviction work is done by caller after
|
D | xfs-self-describing-metadata.txt | 162 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
|
D | autofs4-mount-control.txt | 295 (eg. the owning automount(8) daemon) to the process group of the caller.
|
D | path-lookup.txt | 197 What this means is that a caller, provided they are holding RCU lock to
|
D | relay.txt | 113 mmap() results in channel buffer being mapped into the caller's
|
D | Locking | 263 caller, unless ->writepage() returns special WRITEPAGE_ACTIVATE
|
D | proc.txt | 946 caller information of the creator, and optional information depending
|
/linux-4.4.14/drivers/isdn/divert/ |
D | isdn_divert.h | 49 char caller[35]; /* caller id, partial string with * + subaddr allowed */ member
|
D | isdn_divert.c | 423 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/ |
D | tracepoints.txt | 22 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
|
D | events-kmem.txt | 56 When a page is freed directly by the caller, the only mm_page_free event
|
D | ftrace.txt | 625 # 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/ |
D | asymmetric-keys.txt | 128 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
|
D | async-tx-api.txt | 200 this interface is exclusive to the caller, until dma_release_channel()
|
/linux-4.4.14/include/linux/lockd/ |
D | xdr.h | 38 char * caller; member
|
/linux-4.4.14/fs/ext4/ |
D | ext4_jbd2.c | 131 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/ |
D | listRCU.txt | 35 /* 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
|
D | NMI-RCU.txt | 106 Answer: The caller to set_nmi_callback() might well have
|
D | arrayRCU.txt | 54 function does not acquire any locks; instead its caller must hold the
|
D | rcubarrier.txt | 218 Line 3 verifies that the caller is in process context, and lines 5 and 10
|
D | checklist.txt | 407 is the caller's responsibility to guarantee that any subsequent
|
D | whatisRCU.txt | 513 The use of call_rcu() permits the caller of foo_update_a() to
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-io.txt | 37 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
|
D | thin-provisioning.txt | 159 to the caller to allocate and manage these identifiers. If the 330 the caller. 336 the caller.
|
D | verity.txt | 89 When a dm-verity device is configured, it is expected that the caller
|
/linux-4.4.14/Documentation/networking/ |
D | tc-actions-env-rules.txt | 15 TC_ACT_SHOT to the caller and they will drop it.
|
D | dns_resolver.txt | 96 IPv6 addresses. The caller must free the result.
|
D | x25-iface.txt | 108 netif_rx() return value to the (lapb module) caller.
|
D | tuntap.txt | 118 created to the caller. Each file descriptor were served as the interface of a
|
D | rxrpc.txt | 723 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/ |
D | debug.h | 141 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
|
D | debug.c | 521 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/ |
D | ioremap.c | 84 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/ |
D | timers-howto.txt | 73 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/ |
D | operations.txt | 155 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
|
D | backend-api.txt | 49 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.
|
D | netfs-api.txt | 438 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/ |
D | common.c | 659 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/ |
D | iscsi_target_auth.c | 52 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/ |
D | keys-request-key.txt | 49 it's up to the caller to destroy the key. 62 the caller. 117 U to the caller.
|
D | credentials.txt | 412 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.
|
D | keys.txt | 862 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/ |
D | nfsd-admin-interfaces.txt | 39 Note that the rpc server requires the caller to serialize addition and
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb_asm.S | 15 ;; Create a register image of the caller. 313 ;; Return to the caller
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 538 (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)
|
D | memory.txt | 207 caller of swapoff rather than the users of shmem.
|
/linux-4.4.14/arch/x86/kernel/ |
D | verify_cpu.S | 37 pushf # Save caller passed flags
|
/linux-4.4.14/arch/s390/kernel/ |
D | debug.c | 872 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/ |
D | core.c | 120 unsigned int flags, void *caller) in ebsa110_ioremap_caller() argument
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_pwrctrl.h | 235 const char *caller);
|
/linux-4.4.14/include/asm-generic/ |
D | dma-mapping-common.h | 190 pgprot_t prot, const void *caller); 194 const void *caller);
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_pwrctrl.c | 482 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/ |
D | frame.inc | 30 # - the caller has subtracted 4 from SP before coming here
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 48 previous caller, otherwise kernel will dump stacks, and the request
|
/linux-4.4.14/Documentation/usb/ |
D | anchors.txt | 71 is the caller's responsibility.
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_pwrctrl.h | 261 const char *caller);
|
/linux-4.4.14/Documentation/fmc/ |
D | API.txt | 26 allocated by the caller, but must not be released after unregistering.
|
D | carrier.txt | 248 returns an error so the caller will know that it is running under a
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_pwrctrl.c | 559 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/ |
D | Debugging390.txt | 418 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 …]
|
D | s390dbf.txt | 23 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/ |
D | Kconfig | 30 channel-bundling, callback and caller-authentication without having
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-drv.c | 794 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/ |
D | machdep.h | 74 unsigned long flags, void *caller);
|
D | io.h | 731 unsigned long flags, void *caller);
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | sleep.S | 202 ldm.w (r16 - r27, pc), [sp]+ @ return to caller
|
/linux-4.4.14/arch/frv/kernel/ |
D | cmode.S | 86 # (already done by caller)
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.c | 574 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 …]
|
D | bfa_svc.h | 165 void *caller; /* driver or fcs */ member 210 void *caller; member
|
/linux-4.4.14/Documentation/fault-injection/ |
D | fault-injection.txt | 90 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/ |
D | sram242x.S | 128 ret lr @ back to caller. 223 ret lr @ back to caller
|
D | sram243x.S | 128 ret lr @ back to caller. 223 ret lr @ back to caller
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptfc.c | 189 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/ |
D | region_devs.c | 629 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/ |
D | kernel-ABI.txt | 240 /* Return to caller via restored return pointer */ 255 /* Return to caller via restored return pointer */
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE.CAPI | 141 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
|
D | README | 295 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/ |
D | ChangeLog.ips | 55 - Restore caller's DCDB Structure
|
D | libsas.txt | 306 @gfp_mask is the gfp_mask defining the context of the caller.
|
D | ChangeLog.megaraid_sas | 455 > the caller (megasas_mgmt_fw_ioctl) would have been perfectly happy
|
D | ChangeLog.lpfc | 93 case the caller already has the target ID handly, so pass that 931 caller. 1319 the caller.
|
/linux-4.4.14/drivers/isdn/isdnloop/ |
D | isdnloop.c | 739 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/ |
D | x_store.S | 241 | ;return to caller of dest_sgl
|
D | kernel_ex.S | 141 tstb (%a0) |extract sign from caller's exop
|
D | gen_except.S | 260 | 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
|
D | x_operr.S | 269 bral reg_dest |call to reg_dest returns to caller
|
/linux-4.4.14/Documentation/hwmon/ |
D | hwmon-kernel-api.txt | 46 have been created by the caller.
|
/linux-4.4.14/arch/arc/kernel/ |
D | entry.S | 317 ; Normal Trap/IRQ entry only saves Scratch (caller-saved) regs
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 44 caller sleeps waiting for it. Thus, it is possible to issue multiple read commands to different
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 28 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/ |
D | ilsp.doc | 111 register value. If this is important, then the caller of the library
|
/linux-4.4.14/Documentation/input/ |
D | gameport-programming.txt | 161 pre-filled by cooked data by the caller, max[0..3] should be pre-filled with
|
/linux-4.4.14/drivers/usb/storage/ |
D | uas.c | 79 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/ |
D | connector.txt | 141 so caller is warned that it must be prepared. That is why the struct
|
/linux-4.4.14/Documentation/driver-model/ |
D | devres.txt | 205 concurrent accesses to allocated devres data is caller's
|
/linux-4.4.14/Documentation/dmaengine/ |
D | client.txt | 45 A channel allocated via this interface is exclusive to the caller,
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 13 to the caller. The binding of the cooling devices to the trip point is left for
|
/linux-4.4.14/fs/cifs/ |
D | Kconfig | 129 is handed over to the application/caller. See the man
|
/linux-4.4.14/Documentation/hid/ |
D | hiddev.txt | 122 Gets a string descriptor from the device. The caller must fill in the
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | w6692.c | 1179 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()
|
D | mISDNipac.c | 757 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/ |
D | biodoc.txt | 92 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
|
D | data-integrity.txt | 202 added. It is up to the caller to ensure that the bio does not
|
/linux-4.4.14/Documentation/ia64/ |
D | fsys.txt | 269 br.ret.sptk.many rp;; // return to caller
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 138 error checks such as IS_ERR() and appropriate actions taken by the caller.
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 42 be 1f ! caller asks %o1 & 0x8
|
/linux-4.4.14/security/smack/ |
D | smack_lsm.c | 2063 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/ |
D | sha512-core.S_shipped | 44 @ Originally caller was expected to maintain specific *dword* order in 46 @ was reflected in below two parameters as 0 and 4. Now caller is
|
D | aesbs-core.S_shipped | 1071 @ it is up to the caller to make sure we are called with enc == 0
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 480 * 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/ |
D | extent_io.c | 87 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/ |
D | Kconfig | 1601 the kernel crypto API and can be used by any caller.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 702 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/ |
D | cdrom-standard.tex | 486 caller only after the drive has finished resetting. If the drive is no
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 644 caller function. This provides more accurate wchan values,
|