Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/netns/
Dgeneric.h41 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/
Dnet_namespace.c66 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/
DIMA-templates.rst68 - '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/
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()
853 bool ng) in create_36bit_mapping() argument
[all …]
/Linux-v4.19/tools/testing/selftests/capabilities/
DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
/Linux-v4.19/drivers/staging/rtlwifi/phydm/txbf/
Dhaltxbf8822b.h26 u8 nr, u8 ng, u8 CB, u8 BW, bool is_vht);
/Linux-v4.19/drivers/staging/wlan-ng/
DKconfig8 This is the wlan-ng prism 2.5/3 USB driver for a wide range of
/Linux-v4.19/arch/arm/include/asm/mach/
Dmap.h46 bool ng);
/Linux-v4.19/drivers/staging/
DMakefile5 obj-$(CONFIG_PRISM2_USB) += wlan-ng/
DKconfig27 source "drivers/staging/wlan-ng/Kconfig"
/Linux-v4.19/kernel/sched/
Dfair.c1057 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/
Dima_appraise.c74 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()
DKconfig70 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/
Dintegrity.h98 } ng; member
/Linux-v4.19/drivers/clk/
DMakefile100 obj-$(CONFIG_SUNXI_CCU) += sunxi-ng/
DKconfig298 source "drivers/clk/sunxi-ng/Kconfig"
/Linux-v4.19/Documentation/serial/
Dn_gsm.txt21 (a good starting point is util-linux-ng/sys-utils/ldattach.c)
/Linux-v4.19/sound/soc/omap/
DKconfig67 way to achieve this is to install util-linux-ng and use the included
/Linux-v4.19/Documentation/scheduler/
Dsched-design-CFS.txt134 The command chrt from util-linux-ng 2.13.1.1 can set all of these except
/Linux-v4.19/Documentation/isdn/
DREADME.gigaset74 The ldattach(8) command (included in util-linux-ng release 2.14 or later)
/Linux-v4.19/arch/s390/tools/
Dopcodes.txt776 e380 ng RXY_RRRD
/Linux-v4.19/Documentation/filesystems/
Dcoda.txt194 22.. SSeerrvviicciinngg CCooddaa ffiilleessyysstteemm ccaallllss
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt1591 Formats: { "ima" | "ima-ng" | "ima-sig" }
1592 Default: "ima-ng"
/Linux-v4.19/
DMAINTAINERS1222 F: drivers/clk/sunxi-ng/