/Linux-v4.19/include/net/netns/ |
D | generic.h | 41 struct net_generic *ng; in net_generic() local 45 ng = rcu_dereference(net->gen); in net_generic() 46 ptr = ng->ptr[id]; in net_generic()
|
/Linux-v4.19/net/core/ |
D | net_namespace.c | 66 struct net_generic *ng; in net_alloc_generic() local 69 ng = kzalloc(generic_size, GFP_KERNEL); in net_alloc_generic() 70 if (ng) in net_alloc_generic() 71 ng->s.len = max_gen_ptrs; in net_alloc_generic() 73 return ng; in net_alloc_generic() 78 struct net_generic *ng, *old_ng; in net_assign_generic() local 89 ng = net_alloc_generic(); in net_assign_generic() 90 if (ng == NULL) in net_assign_generic() 104 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID], in net_assign_generic() 106 ng->ptr[id] = data; in net_assign_generic() [all …]
|
/Linux-v4.19/Documentation/security/ |
D | IMA-templates.rst | 68 - 'd-ng': the digest of the event, calculated with an arbitrary hash 71 - 'n-ng': the name of the event, without size limitations; 78 - "ima-ng" (default): its format is ``d-ng|n-ng``; 79 - "ima-sig": its format is ``d-ng|n-ng|sig``. 90 configuration (``ima-ng`` is the default choice);
|
/Linux-v4.19/arch/arm/mm/ |
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 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() 853 bool ng) in create_36bit_mapping() argument [all …]
|
/Linux-v4.19/tools/testing/selftests/capabilities/ |
D | Makefile | 6 LDLIBS += -lcap-ng -lrt -ldl
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/txbf/ |
D | haltxbf8822b.h | 26 u8 nr, u8 ng, u8 CB, u8 BW, bool is_vht);
|
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | Kconfig | 8 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
|
/Linux-v4.19/arch/arm/include/asm/mach/ |
D | map.h | 46 bool ng);
|
/Linux-v4.19/drivers/staging/ |
D | Makefile | 5 obj-$(CONFIG_PRISM2_USB) += wlan-ng/
|
D | Kconfig | 27 source "drivers/staging/wlan-ng/Kconfig"
|
/Linux-v4.19/kernel/sched/ |
D | fair.c | 1057 static inline unsigned long group_faults_priv(struct numa_group *ng); 1058 static inline unsigned long group_faults_shared(struct numa_group *ng); 1103 struct numa_group *ng = p->numa_group; in task_scan_start() local 1104 unsigned long shared = group_faults_shared(ng); in task_scan_start() 1105 unsigned long private = group_faults_priv(ng); in task_scan_start() 1107 period *= atomic_read(&ng->refcount); in task_scan_start() 1125 struct numa_group *ng = p->numa_group; in task_scan_max() local 1126 unsigned long shared = group_faults_shared(ng); in task_scan_max() 1127 unsigned long private = group_faults_priv(ng); in task_scan_max() 1130 period *= atomic_read(&ng->refcount); in task_scan_max() [all …]
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_appraise.c | 74 iint->ima_hash->xattr.ng.type = IMA_XATTR_DIGEST_NG; in ima_fix_xattr() 75 iint->ima_hash->xattr.ng.algo = algo; in ima_fix_xattr()
|
D | Kconfig | 70 limited to 255 characters. The 'ima-ng' measurement list 77 bool "ima-ng (default)" 86 default "ima-ng" if IMA_NG_TEMPLATE
|
/Linux-v4.19/security/integrity/ |
D | integrity.h | 98 } ng; member
|
/Linux-v4.19/drivers/clk/ |
D | Makefile | 100 obj-$(CONFIG_SUNXI_CCU) += sunxi-ng/
|
D | Kconfig | 298 source "drivers/clk/sunxi-ng/Kconfig"
|
/Linux-v4.19/Documentation/serial/ |
D | n_gsm.txt | 21 (a good starting point is util-linux-ng/sys-utils/ldattach.c)
|
/Linux-v4.19/sound/soc/omap/ |
D | Kconfig | 67 way to achieve this is to install util-linux-ng and use the included
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 134 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
|
/Linux-v4.19/Documentation/isdn/ |
D | README.gigaset | 74 The ldattach(8) command (included in util-linux-ng release 2.14 or later)
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 776 e380 ng RXY_RRRD
|
/Linux-v4.19/Documentation/filesystems/ |
D | coda.txt | 194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1591 Formats: { "ima" | "ima-ng" | "ima-sig" } 1592 Default: "ima-ng"
|
/Linux-v4.19/ |
D | MAINTAINERS | 1222 F: drivers/clk/sunxi-ng/
|