Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c30 if (calls && !try_module_get(calls->owner)) in spufs_calls_get()
31 calls = NULL; in spufs_calls_get()
34 return calls; in spufs_calls_get()
63 if (!calls) in SYSCALL_DEFINE4()
76 spufs_calls_put(calls); in SYSCALL_DEFINE4()
87 if (!calls) in SYSCALL_DEFINE3()
97 spufs_calls_put(calls); in SYSCALL_DEFINE3()
108 if (!calls) in elf_coredump_extra_notes_size()
113 spufs_calls_put(calls); in elf_coredump_extra_notes_size()
124 if (!calls) in elf_coredump_extra_notes_write()
[all …]
/openbmc/linux/drivers/misc/cxl/
H A Dbase.c24 struct cxl_calls *calls = NULL; in cxl_calls_get() local
27 calls = rcu_dereference(cxl_calls); in cxl_calls_get()
28 if (calls && !try_module_get(calls->owner)) in cxl_calls_get()
29 calls = NULL; in cxl_calls_get()
32 return calls; in cxl_calls_get()
37 BUG_ON(calls != cxl_calls); in cxl_calls_put()
69 struct cxl_calls *calls; in cxl_slbia() local
71 calls = cxl_calls_get(); in cxl_slbia()
72 if (!calls) in cxl_slbia()
76 calls->cxl_slbia(mm); in cxl_slbia()
[all …]
/openbmc/linux/net/ax25/
H A Dax25_addr.c146 if (ax25cmp(&digi1->calls[i], &digi2->calls[i]) != 0) in ax25digicmp()
194 memcpy(&digi->calls[d], buf, AX25_ADDR_LEN); in ax25_addr_parse()
253 memcpy(buf, &d->calls[ct], AX25_ADDR_LEN); in ax25_addr_build()
293 out->calls[ct] = in->calls[in->ndigi - ct - 1]; in ax25_digi_invert()
296 out->calls[ct].ax25_call[6] |= AX25_HBIT; in ax25_digi_invert()
299 out->calls[ct].ax25_call[6] &= ~AX25_HBIT; in ax25_digi_invert()
/openbmc/linux/Documentation/bpf/standardization/
H A Dabi.rst19 * R0: return value from function calls, and exit value for BPF programs
20 * R1 - R5: arguments for function calls
21 * R6 - R9: callee saved registers that function calls will preserve
25 necessary across calls.
/openbmc/linux/arch/m68k/include/asm/
H A Dsun3xflop.h122 static int calls=0; in sun3xflop_hardint() local
134 if(!calls) in sun3xflop_hardint()
173 calls++; in sun3xflop_hardint()
185 virtual_dma_count, virtual_dma_residue, calls, bytes, in sun3xflop_hardint()
187 calls = 0; in sun3xflop_hardint()
H A Dfloppy.h191 static int calls=0; in floppy_hardint() local
201 if(!calls) in floppy_hardint()
230 calls++; in floppy_hardint()
239 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
241 calls = 0; in floppy_hardint()
/openbmc/linux/Documentation/powerpc/
H A Deeh-pci-error-recovery.rst201 calls
204 calls
207 calls
210 calls
213 calls
261 calls
263 calls
265 calls
267 calls
269 calls
[all …]
/openbmc/qemu/tests/tcg/plugins/
H A Dsyscall.c21 int64_t calls; member
51 entry->calls++; in vcpu_syscall()
85 syscall_num, entry->calls, entry->errors); in print_entry()
94 return ent_a->calls > ent_b->calls ? -1 : 1; in comp_func()
/openbmc/qemu/scripts/coccinelle/
H A Dtimer-del-timer-free.cocci1 // Remove superfluous timer_del() calls
10 // The timer_free() function now implicitly calls timer_del()
11 // for you, so calls to timer_del() immediately before the
/openbmc/linux/Documentation/mm/
H A Dpage_frags.rst18 and tracks allows multiple calls to make use of a cached page. The
19 advantage to doing this is that multiple calls to get_page can be avoided
21 this caching it is required that any calls to the cache be protected by
27 netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
28 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
29 main difference between these two calls is the context in which they may be
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst2 sPAPR hypervisor calls
6 a set of hypervisor calls (a.k.a. hcalls) defined in the Linux on Power
13 In addition to those calls, we have added our own private hypervisor
14 calls which are mostly used as a private interface between the firmware
31 calls our private H_RTAS hypervisor call to pass the RTAS calls to QEMU.
53 PAPR and LoPAR provides a set of hypervisor calls to perform cacheable or
/openbmc/linux/scripts/
H A Dchecksyscalls.sh78 /* System calls for 32-bit kernels only */
153 /* i386-specific or historical system calls */
226 /* these can be expressed using other calls */
/openbmc/linux/arch/parisc/include/asm/
H A Dfloppy.h59 static int calls=0; in floppy_hardint() local
69 if(!calls) in floppy_hardint()
95 calls++; in floppy_hardint()
104 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
106 calls = 0; in floppy_hardint()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_cgroup_link.c6 int calls = 0; variable
12 __sync_fetch_and_add(&calls, 1); in egress()
/openbmc/linux/Documentation/i2c/
H A Ddev-interface.rst93 the means of read() and write() calls. In particular, so-called combined
147 You can do plain I2C transactions by using read(2) and write(2) calls.
185 1) Your program opens /dev/i2c-N and calls ioctl() on it, as described in
188 2) These open() and ioctl() calls are handled by the i2c-dev kernel
193 3) Some ioctl() calls are for administrative tasks and are handled by
198 4) Other ioctl() calls are converted to in-kernel function calls by
205 difference between these calls that came from user-space through i2c-dev
206 and calls that would have been performed by kernel I2C chip drivers
212 implementing these standard calls. i2c.h:i2c_get_functionality() calls
214 i2c-core-smbus.c:i2c_smbus_xfer() calls either
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dfloppy.h61 static int calls; in floppy_hardint() local
69 if (!calls) in floppy_hardint()
94 calls++; in floppy_hardint()
103 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
105 calls = 0; in floppy_hardint()
/openbmc/u-boot/doc/
H A DREADME.trace65 69,712 function calls
66 0 untracked function calls
67 73,373 traced function calls
70 66,491 calls not traced due to depth
73 1,279,450 function calls
74 0 untracked function calls
78 1,275,767 calls not traced due to depth
79 =>trace calls 0 e00000
206 - calls [<addr> <size>]
237 trace calls
[all …]
/openbmc/linux/tools/perf/scripts/python/bin/
H A Dexport-to-postgresql-report19 calls=$3
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
H A Dexport-to-sqlite-report19 calls=$3
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-sqlite.py $dbname $columns $calls
/openbmc/linux/arch/x86/kernel/
H A Dmodule.c281 *calls = NULL, *cfi = NULL; in module_finalize() local
300 calls = s; in module_finalize()
344 if (calls || para) { in module_finalize()
347 if (calls) { in module_finalize()
348 cs.call_start = (void *)calls->sh_addr; in module_finalize()
349 cs.call_end = (void *)calls->sh_addr + calls->sh_size; in module_finalize()
/openbmc/linux/scripts/tracing/
H A Ddraw_functrace.py44 def calls(self, func, calltime): member in CallTree
63 child = CallTree.ROOT.calls(func, None)
124 tree = tree.calls(callee, calltime)
/openbmc/linux/arch/arm/tools/
H A DMakefile16 gen-y := $(gen)/calls-oabi.S
17 gen-y += $(gen)/calls-eabi.S
56 $(gen)/calls-%.S: $(syscall) $(systbl) FORCE
/openbmc/linux/arch/parisc/kernel/vdso32/
H A DMakefile10 ccflags-y := -shared -fno-common -fbuiltin -mno-fast-indirect-calls -O2 -mno-long-calls
45 cmd_vdso32cc = $(CROSS32CC) $(c_flags) -c -fPIC -mno-fast-indirect-calls -o $@ $<
/openbmc/linux/Documentation/infiniband/
H A Dcore_locking.rst54 if multiple function calls using the same object are run
57 The IB midlayer does not perform any serialization of function calls.
64 information between different calls of ib_poll_cq() is not defined.
102 consumers when it calls ib_register_device(), all initialization
108 semaphores that could cause deadlock if a consumer calls back into
109 the driver across these calls.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-bench.txt215 Suite for evaluating wake calls.
218 Suite for evaluating parallel wake calls.
221 Suite for evaluating requeue calls.
224 Suite for evaluating futex lock_pi calls.
229 Suite for evaluating concurrent epoll_wait calls.
232 Suite for evaluating multiple epoll_ctl calls.

12345678910>>...40