Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:SYS_NI
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/kernel/time/
H
A
D
posix-stubs.c
21
/* Architectures may override
SYS_NI
and COMPAT_SYS_NI */
33
#ifndef
SYS_NI
34
#define
SYS_NI
(name) SYSCALL_ALIAS(sys_##name, sys_ni_posix_timers)
macro
41
SYS_NI
(timer_create);
42
SYS_NI
(timer_gettime);
43
SYS_NI
(timer_getoverrun);
44
SYS_NI
(timer_settime);
45
SYS_NI
(timer_delete);
46
SYS_NI
(clock_adjtime);
47
SYS_NI
(getitime
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
syscall_wrapper.h
64
#define
SYS_NI
(name) \
macro
111
#define
SYS_NI
(name) \
macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
syscall_wrapper.h
81
#define
SYS_NI
(name) SYSCALL_ALIAS(__arm64_sys_##name, sys_ni_posix_timers);
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
syscall_wrapper.h
154
* kernel/sys_ni.c and
SYS_NI
in kernel/time/posix-stubs.c to cover this
262
* SYSCALL_DEFINEx() -- which is essential for the COND_SYSCALL() and
SYS_NI
()
276
#define
SYS_NI
(name) \
macro
Completed in 2 milliseconds