Searched refs:db_for_each_64 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 412 * db_for_each_64 - Iterator for 64 bit entries. 418 static int db_for_each_64(const struct os_area_db *db, in db_for_each_64() function 453 for (i.db = NULL; db_for_each_64(db, id, &i); ) { in db_delete_64() 484 if (db_for_each_64(db, &os_area_db_id_empty, &i)) { in db_set_64() 510 if (db_for_each_64(db, id, &i)) { in db_get_64()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 410 * db_for_each_64 - Iterator for 64 bit entries. 416 static int db_for_each_64(const struct os_area_db *db, in db_for_each_64() function 451 for (i.db = NULL; db_for_each_64(db, id, &i); ) { in db_delete_64() 482 if (db_for_each_64(db, &os_area_db_id_empty, &i)) { in db_set_64() 508 if (db_for_each_64(db, id, &i)) { in db_get_64()
|
Completed in 3 milliseconds