Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/security/
DIMA-templates.rst68 - 'd-ng': the digest of the event, calculated with an arbitrary hash
70 - 'd-ngv2': same as d-ng, but prefixed with the "ima" or "verity" digest type
73 - 'n-ng': the name of the event, without size limitations;
91 - "ima-ng" (default): its format is ``d-ng|n-ng``;
92 - "ima-ngv2": its format is ``d-ngv2|n-ng``;
93 - "ima-sig": its format is ``d-ng|n-ng|sig``;
94 - "ima-sigv2": its format is ``d-ngv2|n-ng|sig``;
95 - "ima-buf": its format is ``d-ng|n-ng|buf``;
96 - "ima-modsig": its format is ``d-ng|n-ng|sig|d-modsig|modsig``;
97 …- "evm-sig": its format is ``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode`…
[all …]
/linux-6.1.9/include/net/netns/
Dgeneric.h42 struct net_generic *ng; in net_generic() local
46 ng = rcu_dereference(net->gen); in net_generic()
47 ptr = ng->ptr[id]; in net_generic()
/linux-6.1.9/net/core/
Dnet_namespace.c71 struct net_generic *ng; in net_alloc_generic() local
74 ng = kzalloc(generic_size, GFP_KERNEL); in net_alloc_generic()
75 if (ng) in net_alloc_generic()
76 ng->s.len = max_gen_ptrs; in net_alloc_generic()
78 return ng; in net_alloc_generic()
83 struct net_generic *ng, *old_ng; in net_assign_generic() local
94 ng = net_alloc_generic(); in net_assign_generic()
95 if (!ng) in net_assign_generic()
109 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic()
111 ng->ptr[id] = data; in net_assign_generic()
[all …]
/linux-6.1.9/arch/arm/mm/
Dmmu.c769 bool ng) in alloc_init_pte() argument
774 ng ? PTE_EXT_NG : 0); in alloc_init_pte()
781 const struct mem_type *type, bool ng) in __map_init_section() argument
799 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0)); in __map_init_section()
809 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() argument
827 __map_init_section(pmd, addr, next, phys, type, ng); in alloc_init_pmd()
830 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd()
841 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument
848 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
856 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d() argument
[all …]
/linux-6.1.9/kernel/sched/
Dfair.c1136 static inline unsigned long group_faults_priv(struct numa_group *ng);
1137 static inline unsigned long group_faults_shared(struct numa_group *ng);
1179 struct numa_group *ng; in task_scan_start() local
1183 ng = rcu_dereference(p->numa_group); in task_scan_start()
1184 if (ng) { in task_scan_start()
1185 unsigned long shared = group_faults_shared(ng); in task_scan_start()
1186 unsigned long private = group_faults_priv(ng); in task_scan_start()
1188 period *= refcount_read(&ng->refcount); in task_scan_start()
1201 struct numa_group *ng; in task_scan_max() local
1207 ng = deref_curr_numa_group(p); in task_scan_max()
[all …]
/linux-6.1.9/tools/testing/selftests/capabilities/
DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/linux-6.1.9/drivers/staging/wlan-ng/
DKconfig9 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
/linux-6.1.9/arch/arm/include/asm/mach/
Dmap.h44 bool ng);
/linux-6.1.9/tools/testing/selftests/powerpc/security/
Dmitigation-patching.sh55 if stress-ng > /dev/null 2>&1; then
/linux-6.1.9/drivers/staging/
DMakefile5 obj-$(CONFIG_PRISM2_USB) += wlan-ng/
DKconfig27 source "drivers/staging/wlan-ng/Kconfig"
/linux-6.1.9/Documentation/translations/zh_CN/scheduler/
Dsched-design-CFS.rst115 util-linux-ng 2.13.1.1中的chrt命令可以设置以上所有策略,除了SCHED_IDLE。
/linux-6.1.9/security/integrity/ima/
DKconfig70 limited to 255 characters. The 'ima-ng' measurement list
76 bool "ima-ng (default)"
84 default "ima-ng" if IMA_NG_TEMPLATE
Dima_appraise.c98 iint->ima_hash->xattr.ng.type = IMA_XATTR_DIGEST_NG; in ima_fix_xattr()
99 iint->ima_hash->xattr.ng.algo = algo; in ima_fix_xattr()
/linux-6.1.9/security/integrity/
Dintegrity.h110 } ng; member
/linux-6.1.9/drivers/clk/
DMakefile122 obj-y += sunxi-ng/
DKconfig465 source "drivers/clk/sunxi-ng/Kconfig"
/linux-6.1.9/Documentation/driver-api/tty/
Dn_gsm.rst33 (a good starting point is util-linux-ng/sys-utils/ldattach.c)::
/linux-6.1.9/Documentation/ABI/testing/
Dima_policy70 (eg, ima-ng). Only valid when action is "measure".
/linux-6.1.9/sound/soc/ti/
DKconfig147 way to achieve this is to install util-linux-ng and use the included
/linux-6.1.9/Documentation/scheduler/
Dsched-design-CFS.rst139 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
/linux-6.1.9/arch/s390/tools/
Dopcodes.txt811 e380 ng RXY_RRRD
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dmac.c4450 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; in rtw89_mac_set_csi_para_reg() local
4486 FIELD_PREP(B_AX_BFMEE_CSIINFO0_NG_MASK, ng) | in rtw89_mac_set_csi_para_reg()
/linux-6.1.9/Documentation/admin-guide/
Dkernel-parameters.txt1968 Formats: { "ima" | "ima-ng" | "ima-ngv2" | "ima-sig" |
1970 Default: "ima-ng"
/linux-6.1.9/
DMAINTAINERS1826 F: drivers/clk/sunxi-ng/