Home
last modified time | relevance | path

Searched refs:error_list (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_event.c172 WARN(!list_empty(&kctx->csf.event.error_list), in kbase_csf_event_term()
181 INIT_LIST_HEAD(&kctx->csf.event.error_list); in kbase_csf_event_init()
202 if (likely(!list_empty(&kctx->csf.event.error_list))) { in kbase_csf_event_read_error()
203 error_data = list_first_entry(&kctx->csf.event.error_list, in kbase_csf_event_read_error()
232 list_add_tail(&error->link, &kctx->csf.event.error_list); in kbase_csf_event_add_error()
257 error_pending = !list_empty(&kctx->csf.event.error_list); in kbase_csf_event_error_pending()
H A Dmali_kbase_csf_defs.h777 struct list_head error_list; member
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_error.c21 static const struct error_entry error_list[] = { variable
47 const struct error_entry *e = error_list; in yaffs_error_to_str()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Datmel-i2c.c27 } error_list[] = { variable
145 size_t err_list_len = ARRAY_SIZE(error_list); in atmel_i2c_status()
156 if (error_list[i].value == err_id) in atmel_i2c_status()
161 dev_err(dev, "%02x: %s:\n", err_id, error_list[i].error_text); in atmel_i2c_status()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c227 struct list_head *head = &flo->error_list; in ff_layout_add_ds_error_locked()
231 list_for_each_entry_safe(err, tmp, &flo->error_list, list) { in ff_layout_add_ds_error_locked()
517 list_for_each_entry_safe(err, n, &flo->error_list, list) { in do_layout_fetch_ds_ioerr()
H A Dflexfilelayout.h109 struct list_head error_list; /* nfs4_ff_layout_ds_err */ member
H A Dflexfilelayout.c53 INIT_LIST_HEAD(&ffl->error_list); in ff_layout_alloc_layout_hdr()
68 list_for_each_entry_safe(err, n, &ffl->error_list, list) { in ff_layout_free_layout_hdr()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py114 comm.error_list = commit_info[3]
152 result.stderr = (''.join(commit.error_list)