Home
last modified time | relevance | path

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

/linux-4.19.296/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 …]
Dcxl.h861 int register_cxl_calls(struct cxl_calls *calls);
862 void unregister_cxl_calls(struct cxl_calls *calls);
/linux-4.19.296/fs/notify/inotify/
DKconfig8 associated system calls. Inotify allows monitoring of both files and
/linux-4.19.296/include/xen/arm/
Dhypercall.h66 int HYPERVISOR_multicall(struct multicall_entry *calls, uint32_t nr);
/linux-4.19.296/drivers/message/fusion/
DKconfig79 of MPT adapters via system ioctl calls. Use of ioctl calls to
/linux-4.19.296/drivers/isdn/
DKconfig16 voice calls (eg. turning your PC into a software answering machine
/linux-4.19.296/fs/pstore/
DKconfig134 With this option kernel traces function calls into a persistent
/linux-4.19.296/fs/befs/
DChangeLog106 linux VFS doesn't allow us to keep any state between calls. Updated
235 of blocks, which in turn calls befs_fpos2brun() in datastream.c to do
396 * Removed superblock locking calls in befs_read_super(). In 2.4, the VFS
/linux-4.19.296/include/net/
Dax25.h182 ax25_address calls[AX25_MAX_DIGIS]; member
/linux-4.19.296/drivers/isdn/i4l/
DKconfig98 charged by your service-provider for lots of phone calls.
/linux-4.19.296/drivers/xen/
DKconfig236 sends a small set of POSIX calls to the backend, which
246 allows PV Calls frontends to send POSIX calls to the backend,
/linux-4.19.296/drivers/base/firmware_loader/
DKconfig144 a fallback mechanism. Firmware calls which do prohibit a fallback
/linux-4.19.296/drivers/gpio/
DKconfig51 bool "Debug GPIO calls"
54 Say Y here to add some extra checks and diagnostics to GPIO calls.
56 before they are used, and that sleeping calls are not made from
892 platform-neutral GPIO calls.
/linux-4.19.296/drivers/base/
DKconfig141 bool "Test driver remove calls during probe (UNSTABLE)"
/linux-4.19.296/lib/
DKconfig.debug90 implicitly compiles in all pr_debug() and dev_dbg() calls, which
94 pr_debug() calls in it are enabled by default, but can be
1007 bool "Detect stack corruption on calls to schedule()"
1011 This option checks for a stack overrun on calls to schedule().
1969 Test the kernel's ability to detect incorrect calls to
/linux-4.19.296/drivers/misc/
DKconfig283 read and write system calls.
/linux-4.19.296/drivers/rtc/
DKconfig911 updates are done via IPC calls to the system controller FW.