Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/security/
H A DIMA-templates.rst59 - 'd-ng':事件的摘要,通过任意哈希算法计算(字段格式:<hash algo>:digest);
60 - 'd-ngv2':与d-ng相同,但以"ima"或"verity"摘要类型为前缀
63 - 'n-ng':事件的名称,没有大小限制;
80 - "ima-ng"(默认):其格式是 ``d-ng|n-ng`` ;
81 - "ima-ngv2":其格式是 ``d-ngv2|n-ng`` ;
82 - "ima-sig":其格式是 ``d-ng|n-ng|sig`` ;
83 - "ima-sigv2":其格式是 ``d-ngv2|n-ng|sig`` ;
84 - "ima-buf":其格式是 ``d-ng|n-ng|buf`` ;
85 - "ima-modsig":其格式是 ``d-ng|n-ng|sig|d-modsig|modsig`` ;
86 - "evm-sig":其格式是 ``d-ng|n-ng|evmsig|xattrnames|xattrlengths|xattrvalues|iuid|igid|imode`` ;
[all …]
/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/net/core/
H A Dnet_namespace.c72 struct net_generic *ng; in net_alloc_generic() local
76 ng = kzalloc(generic_size, GFP_KERNEL); in net_alloc_generic()
77 if (ng) in net_alloc_generic()
78 ng->s.len = gen_ptrs; in net_alloc_generic()
80 return ng; in net_alloc_generic()
85 struct net_generic *ng, *old_ng; in net_assign_generic() local
96 ng = net_alloc_generic(); in net_assign_generic()
97 if (!ng) in net_assign_generic()
111 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic()
113 ng->ptr[id] = data; in net_assign_generic()
[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/Documentation/admin-guide/
H A Dworkload-tracing.rst22 `stress-ng <https://www.mankier.com/1/stress-ng>`_,
67 We used strace to trace the perf, stress-ng, paxtest workloads to illustrate
92 Install stress-ng and paxtest::
94 apt-get install stress-ng
100 As mentioned earlier, we used strace to trace perf bench, stress-ng and
116 Stress-ng netdev stressor workload
119 stress-ng is used for performing stress testing on the kernel. It allows
124 to the `stress-ng man-page <https://www.mankier.com/1/stress-ng>`_ to
176 * stress-ng
254 What is stress-ng and how do we use it?
[all …]
/linux/arch/arm/mm/
H A Dmmu.c765 bool ng) in alloc_init_pte() argument
770 ng ? PTE_EXT_NG : 0); in alloc_init_pte()
777 const struct mem_type *type, bool ng) in __map_init_section() argument
795 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0)); in __map_init_section()
805 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pmd() argument
823 __map_init_section(pmd, addr, next, phys, type, ng); in alloc_init_pmd()
826 __phys_to_pfn(phys), type, alloc, ng); in alloc_init_pmd()
837 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument
844 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng); in alloc_init_pud()
852 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d() argument
[all …]
/linux/kernel/sched/
H A Dfair.c1562 static inline unsigned long group_faults_priv(struct numa_group *ng);
1563 static inline unsigned long group_faults_shared(struct numa_group *ng);
1605 struct numa_group *ng; in task_scan_start() local
1609 ng = rcu_dereference_all(p->numa_group); in task_scan_start()
1610 if (ng) { in task_scan_start()
1611 unsigned long shared = group_faults_shared(ng); in task_scan_start()
1612 unsigned long private = group_faults_priv(ng); in task_scan_start()
1614 period *= refcount_read(&ng->refcount); in task_scan_start()
1627 struct numa_group *ng; in task_scan_max() local
1633 ng = deref_curr_numa_group(p); in task_scan_max()
[all …]
/linux/tools/testing/selftests/hid/
H A Dvmtest.sh83 -F ${HOME}/.cache/virtme-ng/.ssh/virtme-ng-ssh.conf \
84 -l root virtme-ng%${SSH_GUEST_PORT} \
/linux/tools/testing/selftests/capabilities/
H A DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/linux/tools/testing/selftests/verification/test.d/
H A Drv_wwnr_printk.tc10 stress-ng --cpu-sched "$num" --timer "$num" -t 5 -q
/linux/arch/arm/include/asm/mach/
H A Dmap.h44 bool ng);
/linux/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh54 if stress-ng > /dev/null 2>&1; then
/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/
H A Dintegrity.h64 } ng;
/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/tools/testing/selftests/drivers/net/
H A DREADME.rst17 (for example) can be run under ``virtme-ng`` like the core networking selftests.
/linux/Documentation/ABI/testing/
H A Dima_policy71 (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/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c2716 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; in rtw89_mac_set_csi_para_reg_be() local
2763 u16_encode_bits(ng, B_BE_BFMEE_CSIINFO0_NG_MASK) | in rtw89_mac_set_csi_para_reg_be()
H A Dmac.c6639 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; in rtw89_mac_set_csi_para_reg_ax() local
6684 FIELD_PREP(B_AX_BFMEE_CSIINFO0_NG_MASK, ng) | in rtw89_mac_set_csi_para_reg_ax()
/linux/arch/s390/tools/
H A Dopcodes.txt825 e380 ng RXY_RRRD

12