Searched refs:check_list (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0077-commands-hashsum-Fix-a-memory-leak.patch | 6 check_list() uses grub_file_getline(), which allocates a buffer. 23 @@ -128,11 +128,17 @@ check_list (const gcry_md_spec_t *hash, const char *hashfilename, 43 @@ -140,7 +146,10 @@ check_list (const gcry_md_spec_t *hash, const char *hashfilename,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_error.c | 1550 LIST_HEAD(check_list); in scsi_eh_target_reset() 1561 list_splice_init(&check_list, work_q); in scsi_eh_target_reset() 1589 list_move_tail(&scmd->eh_entry, &check_list); in scsi_eh_target_reset() 1598 return scsi_eh_test_devices(&check_list, work_q, done_q, 0); in scsi_eh_target_reset() 1612 LIST_HEAD(check_list); in scsi_eh_bus_reset() 1625 list_splice_init(&check_list, work_q); in scsi_eh_bus_reset() 1660 &check_list); in scsi_eh_bus_reset() 1670 return scsi_eh_test_devices(&check_list, work_q, done_q, 0); in scsi_eh_bus_reset() 1684 LIST_HEAD(check_list); in scsi_eh_host_reset() 1698 list_splice_init(work_q, &check_list); in scsi_eh_host_reset() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | miscdev.c | 234 check_list: in ecryptfs_miscdev_read() 253 goto check_list; in ecryptfs_miscdev_read()
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | logfile.c | 282 check_list: in ntfs_check_log_client_array() 300 goto check_list; in ntfs_check_log_client_array()
|
| /OK3568_Linux_fs/kernel/sound/pci/ac97/ |
| H A D | ac97_patch.c | 1813 static int check_list(struct snd_ac97 *ac97, const unsigned int *list) in check_list() function 1824 if (check_list(ac97, ad1981_jacks_denylist)) in patch_ad1981a_specific() 1856 if (check_list(ac97, ad1981_jacks_allowlist)) in check_ad1981_hp_jack_sense() 1880 if (check_list(ac97, ad1981_jacks_denylist)) in patch_ad1981b_specific()
|