| /linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | kprobe_opt_types.tc | 19 DEFAULT=$(cat /proc/sys/debug/kprobes-optimization) 29 echo "$DEFAULT" > /proc/sys/debug/kprobes-optimization 33 echo "$DEFAULT" > /proc/sys/debug/kprobes-optimization
|
| /linux/Documentation/translations/zh_CN/security/ |
| H A D | ipe.rst | 295 DEFAULT op=EXECUTE action=DENY 298 DEFAULT op=READ action=ALLOW 310 (在特定规则的情况下)或部分(在DEFAULT规则的情况下)。当在
|
| /linux/crypto/asymmetric_keys/ |
| H A D | x509.asn1 | 15 version [ 0 ] Version DEFAULT, 65 critical BOOLEAN DEFAULT,
|
| /linux/drivers/tty/serial/ |
| H A D | st-asc.c | 32 #define DEFAULT 0 macro 603 ascport->states[DEFAULT]); in asc_set_termios() 728 ascport->states[DEFAULT] = in asc_init_port() 730 if (IS_ERR(ascport->states[DEFAULT])) { in asc_init_port() 731 ret = PTR_ERR(ascport->states[DEFAULT]); in asc_init_port()
|
| /linux/security/bpf/ |
| H A D | hooks.c | 11 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 70 0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND 71 1: 0000000000000000 0 FILE LOCAL DEFAULT ABS test.c 72 2: 0000000000000008 4 OBJECT LOCAL DEFAULT 4 l1 73 3: 000000000000000c 4 OBJECT LOCAL DEFAULT 4 l2 74 4: 0000000000000000 0 SECTION LOCAL DEFAULT 4 sec 75 5: 0000000000000000 128 FUNC GLOBAL DEFAULT 2 test 76 6: 0000000000000000 4 OBJECT GLOBAL DEFAULT 4 g1 77 7: 0000000000000004 4 OBJECT GLOBAL DEFAULT 4 g2
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 141 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ 144 bool ret = DEFAULT; \ 147 ret = !DEFAULT; \ 289 __bpf_cmp(LHS,OP,PRED,RHS,DEFAULT) global() argument
|
| /linux/Documentation/core-api/ |
| H A D | asm-annotations.rst | 36 25: 0000000000000000 33 FUNC GLOBAL DEFAULT 1 __put_user_1 37 29: 0000000000000030 37 FUNC GLOBAL DEFAULT 1 __put_user_2 38 32: 0000000000000060 36 FUNC GLOBAL DEFAULT 1 __put_user_4 39 35: 0000000000000090 37 FUNC GLOBAL DEFAULT 1 __put_user_8
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | ipe.rst | 195 through the ``DEFAULT`` statement. This can be done at a global level, 199 DEFAULT action=ALLOW 202 DEFAULT op=EXECUTE action=ALLOW 350 …41 comm="ld-linux.so" path="/deny/lib/libc.so.6" dev="sda2" ino=14549020 rule="DEFAULT action=DENY" 354 …E ipe_hook=MMAP enforcing=1 pid=2472 comm="mmap_test" path=? dev=? ino=? rule="DEFAULT action=DENY" 725 DEFAULT action=ALLOW 733 DEFAULT action=DENY 743 DEFAULT action=DENY 754 DEFAULT action=DENY 767 DEFAULT action=DENY [all …]
|
| /linux/Documentation/networking/ |
| H A D | vrf.rst | 188 …11: mgmt: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default… 191 …12: red: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default … 194 …13: blue: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default… 197 …14: green: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group defaul… 237 …ULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFAULT group default qle… 239 …ULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFAULT group default qle… 241 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul…
|
| /linux/Documentation/livepatch/ |
| H A D | module-elf-format.rst | 234 94: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.printk,0 285 73: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.snprintf,0 286 74: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.capable,0 287 75: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.find_next_bit,0 288 76: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.si_swapinfo,0
|
| /linux/scripts/ |
| H A D | checkkconfigsymbols.py | 26 DEFAULT = r"default\s+.*?(?:if\s.+){,1}" variable 27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR
|
| /linux/drivers/misc/mei/ |
| H A D | debugfs.c | 93 MEI_PXP_MODE(DEFAULT); in mei_dev_pxp_mode_str()
|
| /linux/arch/x86/include/asm/ |
| H A D | perf_event_p4.h | 637 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ALLOCATION, DEFAULT, 0), 649 P4_GEN_ESCR_EMASK(P4_EVENT_IOQ_ACTIVE_ENTRIES, DEFAULT, 0),
|
| /linux/security/ |
| H A D | security.c | 122 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 147 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 448 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) argument 449 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ argument 450 static const int __maybe_unused LSM_RET_DEFAULT(NAME) = (DEFAULT); 451 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 452 DECLARE_LSM_RET_DEFAULT_##RET(DEFAULT, NAME)
|
| /linux/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835-ctl.c | 193 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
|
| /linux/sound/i2c/other/ |
| H A D | ak4114.c | 359 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT), 374 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
|
| H A D | ak4117.c | 345 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
|
| /linux/tools/power/cpupower/bench/ |
| H A D | README-BENCH | 114 -p, --prio=<priority> scheduler priority, HIGH, LOW or DEFAULT
|
| /linux/arch/arm/mach-pxa/ |
| H A D | mfp-pxa27x.h | 468 #define GPIO113_AC97_nRESET_GPIO_HIGH MFP_CFG_OUT(GPIO113, AF0, DEFAULT) 469 #define GPIO95_AC97_nRESET_GPIO_HIGH MFP_CFG_OUT(GPIO95, AF0, DEFAULT)
|
| /linux/sound/soc/atmel/ |
| H A D | mchp-spdifrx.c | 883 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT) 892 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT)
|
| /linux/lib/kunit/ |
| H A D | Kconfig | 126 setting: 1x for `DEFAULT`, 3x for `KUNIT_SPEED_SLOW`, and 12x for
|
| /linux/sound/i2c/ |
| H A D | cs8427.c | 501 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
|
| /linux/Documentation/input/devices/ |
| H A D | atarikbd.rst | 266 Set relative mouse position reporting. (DEFAULT) Mouse position packets are 394 system within the ikbd for all relative or absolute mouse motion. (DEFAULT) 459 Enter JOYSTICK EVENT REPORTING mode (DEFAULT). Each opening or closure of a
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_pcm.c | 503 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
|