Home
last modified time | relevance | path

Searched full:caller (Results 1 – 25 of 2450) sorted by relevance

12345678910>>...98

/linux/drivers/infiniband/hw/irdma/
H A Dtrace_cm.h42 TP_PROTO(struct irdma_cm_listener *listener, void *caller),
43 TP_ARGS(listener, caller),
49 __field(void *, caller)
57 TP_printk("iwdev=%p caller=%pS loc: %s",
59 __entry->caller,
202 enum iw_cm_event_type type, int status, void *caller),
203 TP_ARGS(cm_node, cm_id, type, status, caller),
216 __field(void *, caller)
232 __entry->caller = caller;
238 …TP_printk("iwdev=%p caller=%pS cm_id=%p node=%p refcnt=%d vlan_id=%d accel=%d state=%s eve…
[all …]
/linux/include/trace/events/
H A Drwmmio.h15 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
18 TP_ARGS(caller, caller0, val, width, addr),
21 __field(unsigned long, caller)
29 __entry->caller = caller;
37 (void *)__entry->caller0, (void *)__entry->caller, __entry->width,
42 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
44 TP_ARGS(caller, caller0, val, width, addr)
48 TP_PROTO(unsigned long caller, unsigned long caller0, u64 val, u8 width,
50 TP_ARGS(caller, caller0, val, width, addr)
55 TP_PROTO(unsigned long caller, unsigned long caller0, u8 width,
[all …]
/linux/Documentation/filesystems/
H A Didmappings.rst242 the caller is using an idmapping.
244 So the kernel will map the id back up in the idmapping of the caller. Let's
245 assume the caller has the somewhat unconventional idmapping
348 When creating a filesystem object the caller will look at the caller's
352 the caller but can differ. We will just assume they are always identical to not
355 When the caller enters the kernel two things happen:
357 1. Map the caller's userspace ids down into kernel ids in the caller's
362 2. Verify that the caller's kernel ids can be mapped up to userspace ids in the
373 kernel maps the caller's userspace id down into a kernel id according to the
374 caller's idmapping and then maps that kernel id up according to the
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duretprobe_stack.c73 static struct range caller = { variable
93 printf("caller: %#lx - %#lx\n", caller.start, caller.stop); in validate_stack()
103 } else if (ips[i] >= caller.start && ips[i] < caller.stop) { in validate_stack()
104 printf("ENTRY #%d: %#lx (in caller)\n", i, (long)ips[i]); in validate_stack()
149 2, &caller, &targets[1]); in test_uretprobe_stack()
152 3, &caller, &targets[1], &targets[1]); in test_uretprobe_stack()
153 /* (uprobe 2) caller -> target_1 -> target_1 -> target_2 */ in test_uretprobe_stack()
155 4, &caller, &targets[1], &targets[1], &targets[2]); in test_uretprobe_stack()
158 5, &caller, &targets[1], &targets[1], &targets[2], &targets[3]); in test_uretprobe_stack()
159 /* (uprobe 4) caller -> target_1 -> target_1 -> target_2 -> target_3 -> target_4 */ in test_uretprobe_stack()
[all …]
/linux/drivers/acpi/acpica/
H A Dutdebug.c119 * line_number - Caller's line number (for error output)
120 * function_name - Caller's procedure name
121 * module_name - Caller's module name
122 * component_id - Caller's component ID
212 * line_number - Caller's line number in ACPI_EXPORT_SYMBOL()
213 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
214 * module_name - Caller's module name in ACPI_EXPORT_SYMBOL()
215 * component_id - Caller's component ID in ACPI_EXPORT_SYMBOL()
251 * PARAMETERS: line_number - Caller's line number in ACPI_EXPORT_SYMBOL()
252 * function_name - Caller' in ACPI_EXPORT_SYMBOL()
[all...]
H A Dutxferror.c25 * PARAMETERS: module_name - Caller's module name (for error output)
26 * line_number - Caller's line number (for error output)
56 * PARAMETERS: module_name - Caller's module name (for error output) in ACPI_EXPORT_SYMBOL()
57 * line_number - Caller's line number (for error output) in ACPI_EXPORT_SYMBOL()
99 * PARAMETERS: module_name - Caller's module name (for warning output) in ACPI_EXPORT_SYMBOL()
100 * line_number - Caller's line number (for warning output) in ACPI_EXPORT_SYMBOL()
159 * PARAMETERS: module_name - Caller's module name (for error output) in ACPI_EXPORT_SYMBOL()
160 * line_number - Caller's line number (for error output) in ACPI_EXPORT_SYMBOL()
192 * PARAMETERS: module_name - Caller's module name (for error output) in ACPI_EXPORT_SYMBOL()
193 * line_number - Caller's line number (for error output) in ACPI_EXPORT_SYMBOL()
[all …]
H A Duterror.c24 * PARAMETERS: module_name - Caller's module name (for error output)
25 * line_number - Caller's line number (for error output)
66 * PARAMETERS: module_name - Caller's module name (for error output)
67 * line_number - Caller's line number (for error output)
108 * PARAMETERS: module_name - Caller's module name (for error output)
109 * line_number - Caller's line number (for error output)
151 * PARAMETERS: module_name - Caller's module name (for error output)
152 * line_number - Caller's line number (for error output)
223 * PARAMETERS: module_name - Caller's module name (for error output)
224 * line_number - Caller's line number (for error output)
[all …]
H A Duttrack.c15 * element contains the caller's component, module name, function name, and
81 * component - Component type of caller
82 * module - Source file name of caller
83 * line - Line number of caller
143 * component - Component type of caller
144 * module - Source file name of caller
145 * line - Line number of caller
206 * component - Component type of caller
207 * module - Source file name of caller
208 * line - Line number of caller
[all...]
/linux/drivers/mtd/ubi/
H A Ddebug.h60 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
152 unsigned int caller) in ubi_dbg_fail_power_cut() argument
154 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_power_cut()
160 unsigned int caller) in ubi_dbg_fail_read() argument
162 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_read()
175 unsigned int caller) in ubi_dbg_fail_ff() argument
177 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_ff()
183 unsigned int caller) in ubi_dbg_fail_ff_bitflips() argument
185 if (ubi->dbg.emulate_failures & caller) in ubi_dbg_fail_ff_bitflips()
191 unsigned int caller) in ubi_dbg_fail_bad_hdr() argument
[all …]
/linux/arch/mips/include/asm/
H A Dregdef.h30 #define GPR_T0 8 /* caller saved */
50 #define GPR_T8 24 /* caller saved */
67 #define GPR_V0 2 /* return value - caller saved */
73 #define GPR_A4 8 /* arg reg 64 bit; caller saved in 32 bit */
81 #define GPR_T0 12 /* caller saved */
93 #define GPR_T8 24 /* caller saved */
98 #define GPR_GP 28 /* global pointer - caller saved for PIC */
120 #define t0 $8 /* caller saved */
140 #define t8 $24 /* caller saved */
157 #define v0 $2 /* return value - caller saved */
[all …]
/linux/kernel/trace/
H A Dtrace_entries.h223 __stack_array( unsigned long, caller, FTRACE_STACK_ENTRIES, size)
229 (void *)__entry->caller[0], (void *)__entry->caller[1],
230 (void *)__entry->caller[2], (void *)__entry->caller[3],
231 (void *)__entry->caller[4], (void *)__entry->caller[5],
232 (void *)__entry->caller[6], (void *)__entry->caller[7])
241 __array( unsigned long, caller, FTRACE_STACK_ENTRIES )
247 (void *)__entry->caller[0], (void *)__entry->caller[1],
248 (void *)__entry->caller[2], (void *)__entry->caller[3],
249 (void *)__entry->caller[4], (void *)__entry->caller[5],
250 (void *)__entry->caller[6], (void *)__entry->caller[7])
/linux/arch/powerpc/kernel/
H A Dppc_save_regs.S16 * want our caller's caller's registers, and our caller has
18 * ToDo: We could reach back into the caller's save area to do
19 * a better job of representing the caller's state (note that
36 /* get caller's LR */
H A Didle_book3s.S10 * The platform / CPU caller must ensure SPRs and any other non-GPR
28 * and must blr, to return to caller with r3 set according to caller's expected
41 * The SRESET wakeup returns to this function's caller by calling
47 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
58 * the caller without deallocating the stack frame first.
89 * to return to the idle sleep function caller with r3 as the return code.
148 * The SRESET wakeup returns to this function's caller by calling
154 * The caller is responsible for saving/restoring SPRs, MSR, timebase,
166 * the caller without deallocating the stack frame first.
/linux/drivers/gpu/drm/i915/
H A Dintel_memory_region.c40 const void *caller) in __iopagetest() argument
54 &mem->region, &mem->io.start, &offset, caller, in __iopagetest()
64 const void *caller) in iopagetest() argument
75 &mem->io.start, &offset, caller); in iopagetest()
80 err = __iopagetest(mem, va, PAGE_SIZE, val[i], offset, caller); in iopagetest()
84 err = __iopagetest(mem, va, PAGE_SIZE, ~val[i], offset, caller); in iopagetest()
101 const void *caller) in iomemtest() argument
124 err = iopagetest(mem, page, caller); in iomemtest()
129 err = iopagetest(mem, 0, caller); in iomemtest()
133 err = iopagetest(mem, last, caller); in iomemtest()
[all …]
/linux/tools/include/linux/
H A Dgfp_types.h130 * %__GFP_WRITE indicates the caller intends to dirty the page. Where possible,
158 * %__GFP_HIGH indicates that the caller is high-priority and that granting
164 * the caller guarantees the allocation will allow more memory to be freed
194 * %__GFP_DIRECT_RECLAIM indicates that the caller may enter direct reclaim.
198 * %__GFP_KSWAPD_RECLAIM indicates that the caller wants to wake kswapd when
200 * watermark is reached. A caller may wish to clear this flag when fallback
211 * the caller still has to check for failures) while costly requests try to be
220 * caller must handle the failure which is quite likely to happen under
235 * caller must handle failure, but can reasonably do so by failing
238 * If the allocation does fail, and the caller is in a position to
[all …]
/linux/include/linux/
H A Dgfp_types.h130 * %__GFP_WRITE indicates the caller intends to dirty the page. Where possible,
158 * %__GFP_HIGH indicates that the caller is high-priority and that granting
164 * the caller guarantees the allocation will allow more memory to be freed
194 * %__GFP_DIRECT_RECLAIM indicates that the caller may enter direct reclaim.
198 * %__GFP_KSWAPD_RECLAIM indicates that the caller wants to wake kswapd when
200 * watermark is reached. A caller may wish to clear this flag when fallback
211 * the caller still has to check for failures) while costly requests try to be
220 * caller must handle the failure which is quite likely to happen under
235 * caller must handle failure, but can reasonably do so by failing
238 * If the allocation does fail, and the caller i
[all...]
/linux/arch/x86/include/asm/
H A Dcfi.h22 * direct caller:
25 * indirect caller:
38 * direct caller:
41 * indirect caller:
81 * direct caller:
84 * indirect caller:
/linux/net/netlabel/
H A Dnetlabel_addrlist.c42 * is found it is returned, otherwise NULL is returned. The caller is
66 * it is returned, otherwise NULL is returned. The caller is responsible for
92 * is found it is returned, otherwise NULL is returned. The caller is
117 * it is returned, otherwise NULL is returned. The caller is responsible for
144 * returned, otherwise a negative value is returned. The caller is responsible
181 * returned, otherwise a negative value is returned. The caller is responsible
217 * Remove the specified IP address entry. The caller is responsible for
235 * entry on success, NULL on failure. The caller is responsible for calling
257 * Remove the specified IP address entry. The caller is responsible for
275 * entry on success, NULL on failure. The caller is responsible for calling
/linux/drivers/dma-buf/
H A Dselftest.c
/linux/include/uapi/linux/
H A Dmembarrier.h35 * Upon return from system call, the caller thread
47 * Upon return from system call, the caller thread
69 * caller thread is ensured that all its running
76 * same process as the caller thread. This
93 * the caller thread, upon return from system
101 * caller thread. This command returns 0 on
118 * Ensure the caller thread, upon return from
/linux/security/keys/
H A Dkeyctl.c318 * The key must grant the caller Write permission and the key type must support
370 * The key must be grant the caller Write or Setattr permission for this to
412 * The key must be grant the caller Invalidate permission for this to work.
464 * The keyring must grant the caller Write permission and not have
509 * The key must grant the caller Link permission and the keyring must grant
510 * the caller Write permission. Furthermore, if an additional link is created,
544 * The keyring must grant the caller Write permission for this to work; the key
545 * itself need not grant the caller anything. If the last link to a key is
589 * The key must grant the caller Link permission and both keyrings must grant
590 * the caller Writ
[all...]
/linux/include/crypto/
H A Ddh.h45 * This function returns the packet DH key size. A caller can use that
55 * @buf: Buffer allocated by the caller to hold the packet DH
59 * @params: Buffer with the caller-specified private key
72 * @params: Buffer allocated by the caller that is filled with the
86 * @params: Buffer allocated by the caller that is filled with the
/linux/drivers/android/binder/
H A Drust_binder_main.rs145 /// immediately, or false if it should return to caller before processing additional work
340 // SAFETY: The caller will always provide a valid c string here. in rust_binder_new_context()
353 // SAFETY: The caller ensures that the `device` pointer came from a previous call to in rust_binder_remove_context()
377 // SAFETY: The caller provides a valid file pointer to a new `struct file`. in rust_binder_open()
404 // SAFETY: The caller ensures that the file is valid. in rust_binder_release()
419 // SAFETY: The caller ensures that the file is valid. in rust_binder_ioctl()
434 // SAFETY: The caller ensures that the vma is valid. in rust_binder_mmap()
436 // SAFETY: The caller ensures that the file is valid. in rust_binder_mmap()
451 // SAFETY: The caller ensures that the file is valid. in rust_binder_poll()
453 // SAFETY: The caller ensures that the `PollTable` is valid. in rust_binder_poll()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dmlxsw_lib.sh41 local caller=$1; shift
45 log_test_xfail $src:$caller "(Spectrum-$rev only)"
52 local caller=${FUNCNAME[1]}
57 if __mlxsw_only_on_spectrum "$rev" "$caller" "$src"; then
/linux/drivers/clk/sifive/
H A Dsifive-prci.c26 * the value to the caller.
91 * the caller.
93 * Context: Any context. Caller must ensure that the contents of the
124 * Context: Any context. Caller must prevent the records pointed to by
144 * Context: Any context. Caller must prevent the records pointed to by
311 * Context: Any context. Caller must prevent concurrent changes to the
332 * Context: Any context. Caller must prevent concurrent changes to the
354 * Context: Any context. Caller must prevent concurrent changes to the
375 * Context: Any context. Caller must prevent concurrent changes to the
396 * Context: Any context. Caller must prevent concurrent changes to the
[all …]

12345678910>>...98