/Linux-v5.10/kernel/bpf/ |
D | bpf_lsm.c | 21 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 24 return DEFAULT; \ 30 #define LSM_HOOK(RET, DEFAULT, NAME, ...) BTF_ID(func, bpf_lsm_##NAME) argument
|
/Linux-v5.10/crypto/asymmetric_keys/ |
D | x509.asn1 | 8 version [ 0 ] Version DEFAULT, 58 critical BOOLEAN DEFAULT,
|
/Linux-v5.10/include/linux/ |
D | lsm_hooks.h | 1537 #define LSM_HOOK(RET, DEFAULT, NAME, ...) RET (*NAME)(__VA_ARGS__); argument 1543 #define LSM_HOOK(RET, DEFAULT, NAME, ...) struct hlist_head NAME; argument
|
D | bpf_lsm.h | 15 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/Linux-v5.10/security/bpf/ |
D | hooks.c | 10 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument
|
/Linux-v5.10/drivers/tty/serial/ |
D | st-asc.c | 33 #define DEFAULT 0 macro 560 ascport->states[DEFAULT]); in asc_set_termios() 754 ascport->states[DEFAULT] = in asc_init_port() 756 if (IS_ERR(ascport->states[DEFAULT])) { in asc_init_port() 757 ret = PTR_ERR(ascport->states[DEFAULT]); in asc_init_port()
|
/Linux-v5.10/Documentation/networking/ |
D | vrf.rst | 175 …11: mgmt: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default… 178 …12: red: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default … 181 …13: blue: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default… 184 …14: green: <NOARP,MASTER,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group defaul… 224 …ULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFAULT group default qle… 226 …ULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master red state UP mode DEFAULT group default qle… 228 …7: eth5: <BROADCAST,MULTICAST> mtu 1500 qdisc noop master red state DOWN mode DEFAULT group defaul…
|
D | statistics.rst | 26 …6: ens4u1u1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group…
|
/Linux-v5.10/Documentation/ |
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
|
D | Makefile | 38 .DEFAULT:
|
/Linux-v5.10/Documentation/livepatch/ |
D | module-elf-format.rst | 237 94: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.printk,0 288 73: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.snprintf,0 289 74: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.capable,0 290 75: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.find_next_bit,0 291 76: 0000000000000000 0 NOTYPE GLOBAL DEFAULT OS [0xff20] .klp.sym.vmlinux.si_swapinfo,0
|
/Linux-v5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,archs-idu-intc.txt | 21 4 = active high level-sensitive <<< DEFAULT
|
/Linux-v5.10/drivers/staging/emxx_udc/ |
D | emxx_udc.h | 58 #define DEFAULT BIT(4) macro 70 #define DEFAULT BIT(4) macro
|
/Linux-v5.10/scripts/ |
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-v5.10/arch/x86/include/asm/ |
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-v5.10/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-ctl.c | 196 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
|
/Linux-v5.10/sound/i2c/other/ |
D | ak4114.c | 370 .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT), 385 .name = SNDRV_CTL_NAME_IEC958("",CAPTURE,DEFAULT),
|
/Linux-v5.10/sound/pci/oxygen/ |
D | oxygen_mixer.c | 790 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT), 827 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT), 1037 SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT), in add_controls()
|
/Linux-v5.10/sound/soc/atmel/ |
D | mchp-spdifrx.c | 704 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT) 713 .name = SNDRV_CTL_NAME_IEC958("", CAPTURE, DEFAULT)
|
/Linux-v5.10/security/ |
D | security.c | 682 #define DECLARE_LSM_RET_DEFAULT_void(DEFAULT, NAME) argument 683 #define DECLARE_LSM_RET_DEFAULT_int(DEFAULT, NAME) \ argument 684 static const int LSM_RET_DEFAULT(NAME) = (DEFAULT); 685 #define LSM_HOOK(RET, DEFAULT, NAME, ...) \ argument 686 DECLARE_LSM_RET_DEFAULT_##RET(DEFAULT, NAME)
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/pensando/ |
D | ionic.rst | 112 …7: enp181s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group defau…
|
/Linux-v5.10/tools/power/cpupower/bench/ |
D | README-BENCH | 114 -p, --prio=<priority> scheduler priority, HIGH, LOW or DEFAULT
|
/Linux-v5.10/arch/arm/mach-pxa/ |
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-v5.10/sound/soc/img/ |
D | img-spdif-out.c | 196 .name = SNDRV_CTL_NAME_IEC958("", PLAYBACK, DEFAULT),
|
/Linux-v5.10/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.c | 440 rout_ctrl = OPA_VNIC_ENCAP_RC_EXT(info->vesw.rc, DEFAULT); in opa_vnic_get_rc()
|