Searched refs:firstid (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/arch/x86/kernel/cpu/ |
D | topology.c | 466 u32 apicid, firstid; in topology_init_possible_cpus() local 517 firstid = find_first_bit(apic_maps[TOPO_SMT_DOMAIN].map, MAX_LOCAL_APIC); in topology_init_possible_cpus() 518 __num_cores_per_package = topology_unit_count(firstid, TOPO_CORE_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus() 520 __num_threads_per_package = topology_unit_count(firstid, TOPO_SMT_DOMAIN, TOPO_PKG_DOMAIN); in topology_init_possible_cpus()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_qm.c | 923 xfs_dqid_t firstid, in xfs_qm_reset_dqcounts_all() argument 972 xfs_qm_reset_dqcounts(mp, bp, firstid, type); in xfs_qm_reset_dqcounts_all() 978 firstid += mp->m_quotainfo->qi_dqperchunk; in xfs_qm_reset_dqcounts_all() 1000 xfs_dqid_t firstid; in xfs_qm_reset_dqcounts_buf() local 1045 firstid = (xfs_dqid_t) map[i].br_startoff * in xfs_qm_reset_dqcounts_buf() 1066 error = xfs_qm_reset_dqcounts_all(mp, firstid, in xfs_qm_reset_dqcounts_buf()
|
/linux-6.12.1/drivers/media/common/siano/ |
D | smscoreapi.c | 1441 struct list_head *firstid; in smscore_find_client() local 1447 firstid = &client->idlist; in smscore_find_client() 1448 list_for_each_entry(client_id, firstid, entry) { in smscore_find_client()
|