Searched refs:first_id (Results 1 – 2 of 2) sorted by relevance
485 u64 id, prev_id, first_id; in __erst_record_id_cache_add_one() local490 id = prev_id = first_id = APEI_ERST_INVALID_RECORD_ID; in __erst_record_id_cache_add_one()502 if (id == prev_id || id == first_id) in __erst_record_id_cache_add_one()504 if (first_id == APEI_ERST_INVALID_RECORD_ID) in __erst_record_id_cache_add_one()505 first_id = id; in __erst_record_id_cache_add_one()
1345 int first_id; in functionfs_bind() local1353 first_id = usb_string_ids_n(cdev, ffs->strings_count); in functionfs_bind()1354 if (unlikely(first_id < 0)) in functionfs_bind()1355 return first_id; in functionfs_bind()1367 int id = first_id; in functionfs_bind()