Home
last modified time | relevance | path

Searched refs:nodeids (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/mm/
H A Damdtopology.c30 static unsigned char __initdata nodeids[8]; variable
87 nodeids[i] = nodeid = limit & 7; in amd_numa_init()
/linux/fs/fuse/
H A Ddev.c2060 u64 *nodeids __free(kfree) = kmalloc(sizeof(u64) * batch, GFP_KERNEL); in fuse_notify_prune()
2064 if (!nodeids) in fuse_notify_prune()
2079 err = fuse_copy_one(cs, nodeids, num * sizeof(u64)); in fuse_notify_prune()
2085 fuse_try_prune_one_inode(fc, nodeids[i]); in fuse_notify_prune()