Home
last modified time | relevance | path

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

12345678910>>...23

/Linux-v4.19/arch/powerpc/platforms/cell/
Dspu_syscalls.c40 struct spufs_calls *calls = NULL; in spufs_calls_get() local
43 calls = rcu_dereference(spufs_calls); in spufs_calls_get()
44 if (calls && !try_module_get(calls->owner)) in spufs_calls_get()
45 calls = NULL; in spufs_calls_get()
48 return calls; in spufs_calls_get()
51 static inline void spufs_calls_put(struct spufs_calls *calls) in spufs_calls_put() argument
53 BUG_ON(calls != spufs_calls); in spufs_calls_put()
66 static inline void spufs_calls_put(struct spufs_calls *calls) { } in spufs_calls_put() argument
74 struct spufs_calls *calls; in SYSCALL_DEFINE4() local
76 calls = spufs_calls_get(); in SYSCALL_DEFINE4()
[all …]
/Linux-v4.19/drivers/misc/cxl/
Dbase.c27 struct cxl_calls *calls = NULL; in cxl_calls_get() local
30 calls = rcu_dereference(cxl_calls); in cxl_calls_get()
31 if (calls && !try_module_get(calls->owner)) in cxl_calls_get()
32 calls = NULL; in cxl_calls_get()
35 return calls; in cxl_calls_get()
38 static inline void cxl_calls_put(struct cxl_calls *calls) in cxl_calls_put() argument
40 BUG_ON(calls != cxl_calls); in cxl_calls_put()
53 static inline void cxl_calls_put(struct cxl_calls *calls) { } in cxl_calls_put() argument
72 struct cxl_calls *calls; in cxl_slbia() local
74 calls = cxl_calls_get(); in cxl_slbia()
[all …]
/Linux-v4.19/net/ax25/
Dax25_addr.c149 if (ax25cmp(&digi1->calls[i], &digi2->calls[i]) != 0) in ax25digicmp()
197 memcpy(&digi->calls[d], buf, AX25_ADDR_LEN); in ax25_addr_parse()
256 memcpy(buf, &d->calls[ct], AX25_ADDR_LEN); in ax25_addr_build()
296 out->calls[ct] = in->calls[in->ndigi - ct - 1]; in ax25_digi_invert()
299 out->calls[ct].ax25_call[6] |= AX25_HBIT; in ax25_digi_invert()
302 out->calls[ct].ax25_call[6] &= ~AX25_HBIT; in ax25_digi_invert()
/Linux-v4.19/Documentation/powerpc/
Deeh-pci-error-recovery.txt174 It saves the device BAR's and then calls rpaphp_unconfig_pci_adapter().
181 any bridges underneath. It then calls rpaphp_enable_pci_slot(),
198 calls
201 calls
204 calls
207 calls
210 calls
213 calls
216 calls
220 calls
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Dfloppy.h191 static int calls=0; in floppy_hardint() local
201 if(!calls) in floppy_hardint()
229 calls++; in floppy_hardint()
238 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
240 calls = 0; in floppy_hardint()
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()
/Linux-v4.19/Documentation/ioctl/
D00-INDEX6 - summary of CDROM ioctl calls
8 - summary of HDIO_ ioctl calls
12 - how to implement and register device/driver ioctl calls
/Linux-v4.19/Documentation/vm/
Dpage_frags.rst20 and tracks allows multiple calls to make use of a cached page. The
21 advantage to doing this is that multiple calls to get_page can be avoided
23 this caching it is required that any calls to the cache be protected by
29 __netdev_alloc_frag and __netdev_alloc_skb calls. The napi_alloc_cache is
30 used by callers of the __napi_alloc_frag and __napi_alloc_skb calls. The
31 main difference between these two calls is the context in which they may be
/Linux-v4.19/scripts/
Dchecksyscalls.sh72 /* System calls for 32-bit kernels only */
103 /* i386-specific or historical system calls */
175 /* these can be expressed using other calls */
/Linux-v4.19/arch/parisc/include/asm/
Dfloppy.h72 static int calls=0; in floppy_hardint() local
82 if(!calls) in floppy_hardint()
107 calls++; in floppy_hardint()
116 virtual_dma_count, virtual_dma_residue, calls, bytes, in floppy_hardint()
118 calls = 0; in floppy_hardint()
/Linux-v4.19/arch/arm/tools/
DMakefile16 gen-y := $(gen)/calls-oabi.S
17 gen-y += $(gen)/calls-eabi.S
75 $(gen)/calls-oabi.S: $(syscall) $(systbl) FORCE
79 $(gen)/calls-eabi.S: $(syscall) $(systbl) FORCE
/Linux-v4.19/arch/x86/include/asm/
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()
/Linux-v4.19/Documentation/i2c/
Ddev-interface89 the means of read() and write() calls. In particular, so-called combined
143 You can do plain i2c transactions by using read(2) and write(2) calls.
177 1* Your program opens /dev/i2c-N and calls ioctl() on it, as described in
180 2* These open() and ioctl() calls are handled by the i2c-dev kernel
185 3* Some ioctl() calls are for administrative tasks and are handled by
190 4* Other ioctl() calls are converted to in-kernel function calls by
197 difference between these calls that came from user-space through i2c-dev
198 and calls that would have been performed by kernel I2C chip drivers
204 implementing these standard calls. i2c.h:i2c_get_functionality() calls
206 i2c-core-smbus.c:i2c_smbus_xfer() calls either
[all …]
/Linux-v4.19/tools/perf/scripts/python/bin/
Dexport-to-postgresql-report19 calls=$3
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
Dexport-to-sqlite-report19 calls=$3
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-sqlite.py $dbname $columns $calls
/Linux-v4.19/scripts/tracing/
Ddraw_functrace.py44 def calls(self, func, calltime): member in CallTree
63 child = CallTree.ROOT.calls(func, None)
124 tree = tree.calls(callee, calltime)
/Linux-v4.19/Documentation/infiniband/
Dcore_locking.txt52 if multiple function calls using the same object are run
55 The IB midlayer does not perform any serialization of function calls.
62 information between different calls of ib_poll_cq() is not defined.
98 consumers when it calls ib_register_device(), all initialization
104 semaphores that could cause deadlock if a consumer calls back into
105 the driver across these calls.
/Linux-v4.19/Documentation/serial/
Dtty.txt57 No further calls into the ldisc code will occur.
61 the line. Multiple read calls may occur in parallel
67 line. Multiple write calls are serialized by the
82 calls. Multiple poll calls may occur in parallel.
87 ioctl calls may occur in parallel. May sleep.
91 Multiple ioctl calls may occur in parallel.
111 is needed but always races versus calls. Thus the
113 handle unexpected calls. Must not sleep.
209 calls on the tty to fail, returning -EIO.
220 take line discipline locks. The same is true of calls from the driver side
[all …]
/Linux-v4.19/Documentation/crypto/
Dintro.rst32 however, does not discuss all API calls available to data transformation
57 following phases that are reflected in the API calls applicable to such
67 When using the initialization API calls, a cipher handle is created and
69 API calls that refer to the data structure type a consumer is expected
70 to receive and subsequently to use. The initialization API calls have
/Linux-v4.19/arch/sparc/kernel/
Dtraps_32.c203 static int calls; local
273 calls++;
274 if(calls > 2)
299 if(calls > 0)
300 calls=0;
/Linux-v4.19/Documentation/arm/
Dkernel_mode_neon.txt10 * Put kernel_neon_begin() and kernel_neon_end() calls around the calls into your
59 If latency is a concern, it is possible to put back to back calls to
61 the NEON registers are live. (Additional calls to kernel_neon_begin() should be
82 between calls to these respective functions. Furthermore, GCC may generate NEON
91 * issue the calls to kernel_neon_begin(), kernel_neon_end() as well as the calls
/Linux-v4.19/Documentation/driver-api/firmware/
Dfirmware_cache.rst12 calls, automatically behind the scenes.
14 The firmware cache makes using certain firmware API calls safe during a device
15 driver's suspend and resume callback. Users of these API calls needn't cache
49 calls requiring the non-uevent therefore need to implement their own firmware
/Linux-v4.19/arch/c6x/
DMakefile13 cflags-$(CONFIG_C6X_BIG_KERNEL) += -mlong-calls
15 KBUILD_CFLAGS_MODULE += -mlong-calls -mno-dsbt -msdata=none
/Linux-v4.19/Documentation/security/keys/
Drequest-key.rst51 The request_key*_with_auxdata() calls are like the in-kernel request_key*()
52 calls, except that they permit auxiliary data to be passed to the upcaller (the
56 The two async in-kernel calls may return keys that are still in the process of
75 1) Process A calls request_key() [the userspace syscall calls the kernel
152 firstly calls key_permission(SEARCH) on the keyring it's starting with,
156 matches the criteria specified, calls key_permission(SEARCH) on it to see
162 searching. It calls key_permission(SEARCH) on each keyring, and if this
/Linux-v4.19/tools/power/pm-graph/config/
Dcgskip.txt7 # as leaves with no child calls. It can be editted by
27 # console calls

12345678910>>...23