| /linux-6.15/Documentation/translations/zh_CN/security/ |
| H A D | IMA-templates.rst | 59 - '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-6.15/Documentation/security/ |
| H A D | IMA-templates.rst | 68 - '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.15/include/net/netns/ |
| H A D | generic.h | 42 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.15/net/core/ |
| H A D | net_namespace.c | 73 struct net_generic *ng; in net_alloc_generic() local 78 if (ng) in net_alloc_generic() 79 ng->s.len = gen_ptrs; in net_alloc_generic() 81 return ng; in net_alloc_generic() 97 ng = net_alloc_generic(); in net_assign_generic() 98 if (!ng) in net_assign_generic() 114 ng->ptr[id] = data; in net_assign_generic() 123 struct net_generic *ng; in ops_init() local 426 if (!ng) in net_alloc() 450 kfree(ng); in net_alloc() [all …]
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | workload-tracing.rst | 22 `stress-ng <https://www.mankier.com/1/stress-ng>`_, 92 Install stress-ng and paxtest:: 94 apt-get install stress-ng 116 Stress-ng netdev stressor workload 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? 274 stress-ng --netdev 1 -t 60 --metrics command. 427 Tracing stress-ng netdev stressor workload 432 strace -c stress-ng --netdev 1 -t 60 --metrics [all …]
|
| /linux-6.15/arch/arm/mm/ |
| H A D | mmu.c | 765 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 837 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_pud() argument 852 void *(*alloc)(unsigned long sz), bool ng) in alloc_init_p4d() argument 868 bool ng) in create_36bit_mapping() argument 918 (ng ? PMD_SECT_nG : 0)); in create_36bit_mapping() 929 bool ng) in __create_mapping() argument 943 create_36bit_mapping(mm, md, type, ng); in __create_mapping() 996 bool ng) in create_mapping_late() argument [all …]
|
| /linux-6.15/kernel/sched/ |
| H A D | fair.c | 1550 if (ng) { in task_scan_start() 1574 if (ng) { in task_scan_max() 1617 if (ng) in task_numa_group_id() 1648 if (!ng) in group_faults() 1794 if (!ng) in group_weight() 2008 if (!ng) in should_numa_migrate_memory() 2605 if (ng) { in task_numa_migrate() 2921 if (ng) { in task_numa_placement() 2963 if (ng) { in task_numa_placement() 2992 if (ng) { in task_numa_placement() [all …]
|
| /linux-6.15/tools/testing/selftests/capabilities/ |
| H A D | Makefile | 6 LDLIBS += -lcap-ng -lrt -ldl
|
| /linux-6.15/arch/arm/include/asm/mach/ |
| H A D | map.h | 44 bool ng);
|
| /linux-6.15/tools/testing/selftests/powerpc/security/ |
| H A D | mitigation-patching.sh | 54 if stress-ng > /dev/null 2>&1; then
|
| /linux-6.15/Documentation/translations/zh_CN/scheduler/ |
| H A D | sched-design-CFS.rst | 115 util-linux-ng 2.13.1.1中的chrt命令可以设置以上所有策略,除了SCHED_IDLE。
|
| /linux-6.15/security/integrity/ |
| H A D | integrity.h | 64 } ng;
|
| /linux-6.15/security/integrity/ima/ |
| H A D | Kconfig | 71 limited to 255 characters. The 'ima-ng' measurement list 77 bool "ima-ng (default)" 84 default "ima-ng" if IMA_NG_TEMPLATE
|
| H A D | ima_appraise.c | 98 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.15/tools/testing/selftests/drivers/net/ |
| H A D | README.rst | 17 (for example) can be run under ``virtme-ng`` like the core networking selftests.
|
| /linux-6.15/drivers/clk/ |
| H A D | Makefile | 154 obj-y += sunxi-ng/
|
| H A D | Kconfig | 523 source "drivers/clk/sunxi-ng/Kconfig"
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | ima_policy | 70 (eg, ima-ng). Only valid when action is "measure".
|
| /linux-6.15/Documentation/driver-api/tty/ |
| H A D | n_gsm.rst | 37 (a good starting point is util-linux-ng/sys-utils/ldattach.c)::
|
| /linux-6.15/sound/soc/ti/ |
| H A D | Kconfig | 141 way to achieve this is to install util-linux-ng and use the included
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 146 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
|
| /linux-6.15/Documentation/translations/sp_SP/scheduler/ |
| H A D | sched-design-CFS.rst | 161 El comando chrt de util-linux-ng 2.13.1.1. puede asignar cualquiera de
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | mac_be.c | 2111 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 2158 u16_encode_bits(ng, B_BE_BFMEE_CSIINFO0_NG_MASK) | in rtw89_mac_set_csi_para_reg_be()
|
| H A D | mac.c | 6192 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 6237 FIELD_PREP(B_AX_BFMEE_CSIINFO0_NG_MASK, ng) | in rtw89_mac_set_csi_para_reg_ax()
|
| /linux-6.15/arch/s390/tools/ |
| H A D | opcodes.txt | 825 e380 ng RXY_RRRD
|