Searched refs:ng (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/net/netns/
H A Dgeneric.h42 struct net_generic *ng; local
46 ng = rcu_dereference(net->gen);
47 ptr = ng->ptr[id];
/linux-master/tools/testing/selftests/capabilities/
H A DMakefile6 LDLIBS += -lcap-ng -lrt -ldl
H A Dvalidate_cap.c2 #include <cap-ng.h>
H A Dtest_execve.c4 #include <cap-ng.h>
/linux-master/tools/testing/selftests/powerpc/security/
H A Dmitigation-patching.sh55 if stress-ng > /dev/null 2>&1; then
56 stress="stress-ng"
/linux-master/arch/arm/include/asm/mach/
H A Dmap.h44 bool ng);
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_mmc_timing.c7 #include <linux/clk/sunxi-ng.h>
H A Dccu-sun6i-rtc.c14 #include <linux/clk/sunxi-ng.h>
/linux-master/drivers/staging/
H A DMakefile5 obj-$(CONFIG_PRISM2_USB) += wlan-ng/
/linux-master/net/core/
H A Dnet_namespace.c72 struct net_generic *ng; local
75 ng = kzalloc(generic_size, GFP_KERNEL);
76 if (ng)
77 ng->s.len = max_gen_ptrs;
79 return ng;
84 struct net_generic *ng, *old_ng; local
95 ng = net_alloc_generic();
96 if (!ng)
110 memcpy(&ng->ptr[MIN_PERNET_OPS_ID], &old_ng->ptr[MIN_PERNET_OPS_ID],
112 ng
121 struct net_generic *ng; local
425 struct net_generic *ng; local
1171 struct net_generic *ng; local
[all...]
/linux-master/arch/arm/mm/
H A Dmmu.c770 bool ng)
775 ng ? PTE_EXT_NG : 0);
782 const struct mem_type *type, bool ng)
800 *pmd = __pmd(phys | type->prot_sect | (ng ? PMD_SECT_nG : 0));
810 void *(*alloc)(unsigned long sz), bool ng)
828 __map_init_section(pmd, addr, next, phys, type, ng);
831 __phys_to_pfn(phys), type, alloc, ng);
842 void *(*alloc)(unsigned long sz), bool ng)
849 alloc_init_pmd(pud, addr, next, phys, type, alloc, ng);
857 void *(*alloc)(unsigned long sz), bool ng)
766 alloc_init_pte(pmd_t *pmd, unsigned long addr, unsigned long end, unsigned long pfn, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) argument
780 __map_init_section(pmd_t *pmd, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, bool ng) argument
807 alloc_init_pmd(pud_t *pud, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) argument
839 alloc_init_pud(p4d_t *p4d, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) argument
854 alloc_init_p4d(pgd_t *pgd, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) argument
870 create_36bit_mapping(struct mm_struct *mm, struct map_desc *md, const struct mem_type *type, bool ng) argument
932 __create_mapping(struct mm_struct *mm, struct map_desc *md, void *(*alloc)(unsigned long sz), bool ng) argument
1000 create_mapping_late(struct mm_struct *mm, struct map_desc *md, bool ng) argument
[all...]
/linux-master/kernel/sched/
H A Dfair.c1412 static inline unsigned long group_faults_priv(struct numa_group *ng);
1413 static inline unsigned long group_faults_shared(struct numa_group *ng);
1455 struct numa_group *ng; local
1459 ng = rcu_dereference(p->numa_group);
1460 if (ng) {
1461 unsigned long shared = group_faults_shared(ng);
1462 unsigned long private = group_faults_priv(ng);
1464 period *= refcount_read(&ng->refcount);
1477 struct numa_group *ng; local
1483 ng
1522 struct numa_group *ng; local
1556 struct numa_group *ng = deref_task_numa_group(p); local
1571 group_faults_priv(struct numa_group *ng) argument
1583 group_faults_shared(struct numa_group *ng) argument
1602 numa_is_active_node(int nid, struct numa_group *ng) argument
1701 struct numa_group *ng = deref_task_numa_group(p); local
1835 struct numa_group *ng = deref_curr_numa_group(p); local
2432 struct numa_group *ng; local
2813 struct numa_group *ng; local
3083 struct numa_group *ng; local
13181 struct numa_group *ng; local
[all...]
/linux-master/security/integrity/
H A Dintegrity.h57 } ng; member in union:ima_digest_data::__anon3101
/linux-master/drivers/clk/
H A DMakefile127 obj-y += sunxi-ng/
/linux-master/security/integrity/ima/
H A Dima_appraise.c97 iint->ima_hash->xattr.ng.type = IMA_XATTR_DIGEST_NG;
98 iint->ima_hash->xattr.ng.algo = algo;
/linux-master/drivers/rtc/
H A Drtc-sun6i.c16 #include <linux/clk/sunxi-ng.h>
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac_be.c2093 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; local
2134 u16_encode_bits(ng, B_BE_BFMEE_CSIINFO0_NG_MASK) |
H A Dmac.c5816 u8 nc = 1, nr = 3, ng = 0, cb = 1, cs = 1, ldpc_en = 1, stbc_en = 1; local
5852 FIELD_PREP(B_AX_BFMEE_CSIINFO0_NG_MASK, ng) |
/linux-master/drivers/mmc/host/
H A Dsunxi-mmc.c13 #include <linux/clk/sunxi-ng.h>

Completed in 213 milliseconds