vfs_table          53 drivers/crypto/qat/qat_common/adf_dev_mgr.c static LIST_HEAD(vfs_table);
vfs_table          82 drivers/crypto/qat/qat_common/adf_dev_mgr.c 	list_for_each(itr, &vfs_table) {
vfs_table          96 drivers/crypto/qat/qat_common/adf_dev_mgr.c 	list_for_each(itr, &vfs_table) {
vfs_table         118 drivers/crypto/qat/qat_common/adf_dev_mgr.c 	list_for_each_safe(ptr, tmp, &vfs_table) {
vfs_table         228 drivers/crypto/qat/qat_common/adf_dev_mgr.c 		list_add_tail(&map->list, &vfs_table);
vfs_table         242 drivers/crypto/qat/qat_common/adf_dev_mgr.c 			while (next && &next->list != &vfs_table) {
vfs_table         268 drivers/crypto/qat/qat_common/adf_dev_mgr.c 		list_add_tail(&map->list, &vfs_table);
vfs_table         309 drivers/crypto/qat/qat_common/adf_dev_mgr.c 		while (next && &next->list != &vfs_table) {
vfs_table         400 drivers/crypto/qat/qat_common/adf_dev_mgr.c 	list_for_each(itr, &vfs_table) {