Home
last modified time | relevance | path

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

/linux/Documentation/security/
H A 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/include/net/netns/
H A 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/net/core/
H A Dnet_namespace.c73 struct net_generic *ng; in net_alloc_generic() local
77 ng = kzalloc(generic_size, GFP_KERNEL); in net_alloc_generic()
78 if (ng) in net_alloc_generic()
79 ng->s.len = gen_ptrs; in net_alloc_generic()
81 return ng; in net_alloc_generic()
86 struct net_generic *ng, *old_ng; in net_assign_generic() local
97 ng = net_alloc_generic(); in net_assign_generic()
98 if (!ng) in net_assign_generic()
112 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic()
114 ng->ptr[id] = data; in net_assign_generic()
[all …]
/linux/kernel/sched/
H A Dfair.c1488 static inline unsigned long group_faults_priv(struct numa_group *ng);
1489 static inline unsigned long group_faults_shared(struct numa_group *ng);
1531 struct numa_group *ng; in task_scan_start() local
1535 ng = rcu_dereference(p->numa_group); in task_scan_start()
1536 if (ng) { in task_scan_start()
1537 unsigned long shared = group_faults_shared(ng); in task_scan_start()
1538 unsigned long private = group_faults_priv(ng); in task_scan_start()
1540 period *= refcount_read(&ng->refcount); in task_scan_start()
1553 struct numa_group *ng; in task_scan_max() local
1559 ng = deref_curr_numa_group(p); in task_scan_max()
[all …]
/linux/tools/testing/selftests/capabilities/
H A DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/linux/arch/arm/include/asm/mach/
H A Dmap.h44 bool ng);
/linux/Documentation/translations/zh_CN/scheduler/
H A Dsched-design-CFS.rst115 util-linux-ng 2.13.1.1中的chrt命令可以设置以上所有策略,除了SCHED_IDLE。
/linux/security/integrity/ima/
H A DKconfig71 limited to 255 characters. The 'ima-ng' measurement list
77 bool "ima-ng (default)"
84 default "ima-ng" if IMA_NG_TEMPLATE
H A 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/security/integrity/
H A Dintegrity.h64 } ng;
/linux/tools/testing/selftests/drivers/net/
H A DREADME.rst17 (for example) can be run under ``virtme-ng`` like the core networking selftests.
/linux/drivers/clk/
H A DMakefile154 obj-y += sunxi-ng/
H A DKconfig523 source "drivers/clk/sunxi-ng/Kconfig"
/linux/Documentation/ABI/testing/
H A Dima_policy70 (eg, ima-ng). Only valid when action is "measure".
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst37 (a good starting point is util-linux-ng/sys-utils/ldattach.c)::
/linux/sound/soc/ti/
H A DKconfig141 way to achieve this is to install util-linux-ng and use the included
/linux/Documentation/scheduler/
H A Dsched-design-CFS.rst146 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
/linux/Documentation/translations/sp_SP/scheduler/
H A Dsched-design-CFS.rst161 El comando chrt de util-linux-ng 2.13.1.1. puede asignar cualquiera de
/linux/arch/s390/tools/
H A Dopcodes.txt825 e380 ng RXY_RRRD
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2156 Formats: { "ima" | "ima-ng" | "ima-ngv2" | "ima-sig" |
2158 Default: "ima-ng"
/linux/
H A DMAINTAINERS2118 F: drivers/clk/sunxi-ng/