Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_log_cil.c547 unsigned int cpu_nr; in xlog_cil_insert_items() local
571 cpu_nr = get_cpu(); in xlog_cil_insert_items()
575 if (!cpumask_test_cpu(cpu_nr, &ctx->cil_pcpmask)) in xlog_cil_insert_items()
576 cpumask_test_and_set_cpu(cpu_nr, &ctx->cil_pcpmask); in xlog_cil_insert_items()
A Dxfs_icache.c2180 unsigned int cpu_nr; in xfs_inodegc_queue() local
2188 cpu_nr = get_cpu(); in xfs_inodegc_queue()
2201 if (!cpumask_test_cpu(cpu_nr, &mp->m_inodegc_cpumask)) in xfs_inodegc_queue()
2202 cpumask_test_and_set_cpu(cpu_nr, &mp->m_inodegc_cpumask); in xfs_inodegc_queue()

Completed in 10 milliseconds