Searched refs:nid (Results 226 - 250 of 324) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dswap.h435 extern void __meminit kswapd_run(int nid);
436 extern void __meminit kswapd_stop(int nid);
H A Dmm.h1799 static inline int cpu_pid_to_cpupid(int nid, int pid) argument
3172 phys_addr_t end, int nid);
3219 int nid; local
3222 for_each_online_node(nid)
3223 phys_pages += node_present_pages(nid);
3241 * memblock_add_node(base, size, nid, MEMBLOCK_NONE)
3248 extern void get_pfn_range_for_nid(unsigned int nid,
3271 extern void si_meminfo_node(struct sysinfo *val, int nid);
3922 unsigned long nr_pages, int nid, struct vmem_altmap *altmap,
/linux-master/fs/erofs/
H A Ddata.c105 erofs_err(sb, "inline data cross block boundary @ nid %llu",
106 vi->nid);
112 erofs_err(sb, "internal error @ nid: %llu (size %llu), m_la 0x%llx",
113 vi->nid, inode->i_size, map->m_la);
H A Derofs_fs.h62 __le16 root_nid; /* nid of root directory */
84 __le64 packed_nid; /* nid of the special packed inode */
277 __le64 nid; /* node number */ member in struct:erofs_dirent
H A Dxattr.c64 "xattr_isize %d of nid %llu is not supported yet",
65 vi->xattr_isize, vi->nid);
70 erofs_err(sb, "bogus xattr ibody @ nid %llu", vi->nid);
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c157 static int __alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, argument
162 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
163 val = snd_hda_codec_read(codec, nid, 0, AC_VERB_GET_PROC_COEF, 0);
167 static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, argument
173 val = __alc_read_coefex_idx(codec, nid, coef_idx);
181 static void __alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, argument
184 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_COEF_INDEX, coef_idx);
185 snd_hda_codec_write(codec, nid, 0, AC_VERB_SET_PROC_COEF, coef_val);
188 static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, argument
192 __alc_write_coefex_idx(codec, nid, coef_id
199 __alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int mask, unsigned int bits_set) argument
210 alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int mask, unsigned int bits_set) argument
234 unsigned char nid; member in struct:coef_fw
364 alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid, unsigned int coef_idx, unsigned int coef_bit) argument
534 set_eapd(struct hda_codec *codec, hda_nid_t nid, int on) argument
681 unsigned nid = 0; local
746 find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) argument
755 found_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) argument
772 unsigned nid; local
858 hda_nid_t nid; local
1112 set_beep_amp(struct alc_spec *spec, hda_nid_t nid, int idx, int dir) argument
4317 led_power_filter(struct hda_codec *codec, hda_nid_t nid, unsigned int power_state) argument
4766 unsigned char nid; member in struct:alc298_samsung_amp_desc
6124 hda_nid_t nid; local
6173 hda_nid_t nid = cfg->inputs[i].pin; local
11803 gpio_led_power_filter(struct hda_codec *codec, hda_nid_t nid, unsigned int power_state) argument
[all...]
H A Dpatch_cs8409.h296 unsigned int nid; member in struct:cs8409_cir_param
/linux-master/fs/proc/
H A Dtask_mmu.c2594 int nid; local
2606 nid = page_to_nid(page);
2607 if (!node_isset(nid, node_states[N_MEMORY]))
2619 int nid; local
2631 nid = page_to_nid(page);
2632 if (!node_isset(nid, node_states[N_MEMORY]))
2724 int nid; local
2781 for_each_node_state(nid, N_MEMORY)
2782 if (md->node[nid])
2783 seq_printf(m, " N%d=%lu", nid, m
[all...]
/linux-master/drivers/base/
H A Ddevres.c111 size_t size, gfp_t gfp, int nid)
119 dr = kmalloc_node_track_caller(tot_size, gfp, nid);
152 * @nid: NUMA node
162 void *__devres_alloc_node(dr_release_t release, size_t size, gfp_t gfp, int nid, argument
167 dr = alloc_dr(release, size, gfp | __GFP_ZERO, nid);
110 alloc_dr(dr_release_t release, size_t size, gfp_t gfp, int nid) argument
/linux-master/sound/soc/codecs/
H A Drt715.h223 int hda_to_sdw(unsigned int nid, unsigned int verb, unsigned int payload,
H A Drt722-sdca.c29 unsigned int nid, unsigned int reg, unsigned int value)
32 unsigned int addr = (nid << 20) | reg;
45 unsigned int nid, unsigned int reg, unsigned int *value)
49 unsigned int addr = (nid << 20) | reg;
61 unsigned int nid, unsigned int reg, unsigned int mask, unsigned int val)
66 ret = rt722_sdca_index_read(rt722, nid, reg, &tmp);
71 return rt722_sdca_index_write(rt722, nid, reg, tmp);
28 rt722_sdca_index_write(struct rt722_sdca_priv *rt722, unsigned int nid, unsigned int reg, unsigned int value) argument
44 rt722_sdca_index_read(struct rt722_sdca_priv *rt722, unsigned int nid, unsigned int reg, unsigned int *value) argument
60 rt722_sdca_index_update_bits(struct rt722_sdca_priv *rt722, unsigned int nid, unsigned int reg, unsigned int mask, unsigned int val) argument
/linux-master/arch/powerpc/include/asm/
H A Diommu.h157 int nid, unsigned long res_start, unsigned long res_end);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dradix.h361 int nid, pgprot_t prot);
/linux-master/include/sound/
H A Dhdaudio_ext.h176 hda_nid_t nid; member in struct:hda_dai_map
/linux-master/include/net/page_pool/
H A Dhelpers.h429 if (unlikely(pool->p.nid != new_nid))
/linux-master/kernel/
H A Dpadata.c488 int nworks, nid; local
525 nid = next_node_in(old_node, node_states[N_CPU]);
526 } while (!atomic_try_cmpxchg(&last_used_nid, &old_node, nid));
527 queue_work_node(nid, system_unbound_wq, &pw->pw_work);
/linux-master/arch/powerpc/kernel/
H A Dsysfs.c1123 int sysfs_add_device_to_node(struct device *dev, int nid) argument
1125 struct node *node = node_devices[nid];
1131 void sysfs_remove_device_from_node(struct device *dev, int nid) argument
1133 struct node *node = node_devices[nid];
H A Dpci-common.c142 int nid = of_node_to_nid(dev); local
144 if (nid < 0 || !node_online(nid))
145 nid = NUMA_NO_NODE;
147 PHB_SET_NODE(phb, nid);
/linux-master/fs/f2fs/
H A Df2fs.h445 #define nid_in_journal(jnl, i) ((jnl)->nat_j.entries[i].nid)
905 * For free nid management
908 FREE_NID, /* newly added to free nid list */
924 nid_t next_scan_nid; /* the next nid to be scanned */
927 unsigned int ra_nid_pages; /* # of nid pages to be readaheaded */
943 spinlock_t nid_list_lock; /* protect nid lists ops */
947 unsigned short *free_nid_count; /* free nid count of NAT block */
971 nid_t nid; /* node id of the direct node block */ member in struct:dnode_of_data
981 struct page *ipage, struct page *npage, nid_t nid)
987 dn->nid
980 set_new_dnode(struct dnode_of_data *dn, struct inode *inode, struct page *ipage, struct page *npage, nid_t nid) argument
[all...]
/linux-master/mm/
H A Dinternal.h659 int nid, bool exact_nid);
1137 int nid; /* preferred node id */
1432 unsigned long zone, int nid);
1435 unsigned long shrink_slab(gfp_t gfp_mask, int nid, struct mem_cgroup *memcg,
H A Dmemory-failure.c1297 int nid = MAX_NUMNODES; local
1300 nid = pfn_to_nid(pfn);
1301 if (unlikely(nid < 0 || nid >= MAX_NUMNODES)) {
1302 WARN_ONCE(1, "Memory failure: pfn=%#lx, invalid nid=%d", pfn, nid);
1306 mf_stats = &NODE_DATA(nid)->mf_stats;
2682 .nid = NUMA_NO_NODE,
/linux-master/drivers/iommu/intel/
H A Diommu.c432 int nid = NUMA_NO_NODE; local
443 nid = dev_to_node(info->dev);
444 if (nid != NUMA_NO_NODE)
449 return nid;
479 if (domain->nid == NUMA_NO_NODE)
480 domain->nid = domain_update_device_node(domain);
849 tmp_page = iommu_alloc_page_node(domain->nid, gfp);
1539 domain->nid = NUMA_NO_NODE;
1617 domain->nid = NUMA_NO_NODE;
2052 int i, nid, re local
[all...]
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c439 static void toggle_nb_mca_mst_cpu(u16 nid) argument
446 nb = node_to_amd_nb(nid);
/linux-master/arch/x86/mm/
H A Dinit_32.c398 void __init add_highpages_with_active_regions(int nid, argument
404 for_each_free_mem_range(i, nid, MEMBLOCK_NONE, &start, &end, NULL) {
H A Dinit_64.c950 int add_pages(int nid, unsigned long start_pfn, unsigned long nr_pages, argument
955 ret = __add_pages(nid, start_pfn, nr_pages, params);
965 int arch_add_memory(int nid, u64 start, u64 size, argument
973 return add_pages(nid, start_pfn, nr_pages, params);

Completed in 516 milliseconds

1234567891011>>