| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_debugger.c | 167 struct list_head *entry_list; in rga_debugfs_remove_files() local 172 entry_list = &debugger->debugfs_entry_list; in rga_debugfs_remove_files() 173 list_for_each_entry_safe(pos, q, entry_list, list) { in rga_debugfs_remove_files() 293 struct list_head *entry_list; in rga_procfs_remove_files() local 298 entry_list = &debugger->procfs_entry_list; in rga_procfs_remove_files() 299 list_for_each_entry_safe(pos, q, entry_list, list) { in rga_procfs_remove_files()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_debugger.c | 331 struct list_head *entry_list; in rve_debugfs_remove_files() local 336 entry_list = &debugger->debugfs_entry_list; in rve_debugfs_remove_files() 337 list_for_each_entry_safe(pos, q, entry_list, list) { in rve_debugfs_remove_files() 460 struct list_head *entry_list; in rve_procfs_remove_files() local 465 entry_list = &debugger->procfs_entry_list; in rve_procfs_remove_files() 466 list_for_each_entry_safe(pos, q, entry_list, list) { in rve_procfs_remove_files()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sched.c | 139 list_for_each_entry(qe, &e->entry_list, list) { in t4_sched_entry_lookup() 150 list_for_each_entry(fe, &e->entry_list, list) { in t4_sched_entry_lookup() 249 list_add_tail(&qe->list, &e->entry_list); in t4_sched_queue_bind() 314 list_add_tail(&fe->list, &e->entry_list); in t4_sched_flowc_bind() 335 list_for_each_entry(qe, &e->entry_list, list) in t4_sched_class_unbind_all() 342 list_for_each_entry(fe, &e->entry_list, list) in t4_sched_class_unbind_all() 666 INIT_LIST_HEAD(&s->tab[i].entry_list); in t4_init_sched()
|
| H A D | sched.h | 79 struct list_head entry_list; member
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | dir.c | 905 struct ocfs2_dx_entry_list *entry_list; in ocfs2_dx_dir_search() local 910 entry_list = &dx_root->dr_entries; in ocfs2_dx_dir_search() 938 entry_list = &dx_leaf->dl_list; in ocfs2_dx_dir_search() 945 for (i = 0; i < le16_to_cpu(entry_list->de_num_used); i++) { in ocfs2_dx_dir_search() 946 dx_entry = &entry_list->de_entries[i]; in ocfs2_dx_dir_search() 1213 static void ocfs2_dx_list_remove_entry(struct ocfs2_dx_entry_list *entry_list, in ocfs2_dx_list_remove_entry() argument 1216 int num_used = le16_to_cpu(entry_list->de_num_used); in ocfs2_dx_list_remove_entry() 1221 memmove(&entry_list->de_entries[index], in ocfs2_dx_list_remove_entry() 1222 &entry_list->de_entries[index + 1], in ocfs2_dx_list_remove_entry() 1226 memset(&entry_list->de_entries[num_used], 0, in ocfs2_dx_list_remove_entry() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_debugger.c | 351 struct list_head *entry_list; in rknpu_debugfs_remove_files() local 356 entry_list = &debugger->debugfs_entry_list; in rknpu_debugfs_remove_files() 357 list_for_each_entry_safe(pos, q, entry_list, list) { in rknpu_debugfs_remove_files() 480 struct list_head *entry_list; in rknpu_procfs_remove_files() local 485 entry_list = &debugger->procfs_entry_list; in rknpu_procfs_remove_files() 486 list_for_each_entry_safe(pos, q, entry_list, list) { in rknpu_procfs_remove_files()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | esrt.c | 72 static LIST_HEAD(entry_list); 189 list_add_tail(&entry->list, &entry_list); in esre_create_sysfs_entry() 372 list_for_each_entry_safe(entry, next, &entry_list, list) { in cleanup_entry_list()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_debugger.c | 511 struct list_head *entry_list; in rga_debugfs_remove_files() local 516 entry_list = &debugger->debugfs_entry_list; in rga_debugfs_remove_files() 517 list_for_each_entry_safe(pos, q, entry_list, list) { in rga_debugfs_remove_files() 644 struct list_head *entry_list; in rga_procfs_remove_files() local 649 entry_list = &debugger->procfs_entry_list; in rga_procfs_remove_files() 650 list_for_each_entry_safe(pos, q, entry_list, list) { in rga_procfs_remove_files()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_gate.c | 512 struct nlattr *entry_list; in tcf_gate_dump() local 544 entry_list = nla_nest_start_noflag(skb, TCA_GATE_ENTRY_LIST); in tcf_gate_dump() 545 if (!entry_list) in tcf_gate_dump() 553 nla_nest_end(skb, entry_list); in tcf_gate_dump()
|
| H A D | sch_taprio.c | 1802 struct nlattr *entry_list; in dump_schedule() local 1817 entry_list = nla_nest_start_noflag(msg, in dump_schedule() 1819 if (!entry_list) in dump_schedule() 1827 nla_nest_end(msg, entry_list); in dump_schedule() 1831 nla_nest_cancel(msg, entry_list); in dump_schedule()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | dmi-sysfs.c | 48 static LIST_HEAD(entry_list); 612 list_add_tail(&entry->list, &entry_list); in dmi_sysfs_register_handle() 644 list_for_each_entry_safe(entry, next, &entry_list, list) { in cleanup_entry_list()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc.c | 1530 u16 entry_list[NPC_MAX_NONCONTIG_ENTRIES]; in npc_mcam_alloc_entries() local 1638 entry_list[entry] = index; in npc_mcam_alloc_entries() 1681 rsp->entry_list[index++] = entry_list[entry]; in npc_mcam_alloc_entries() 1683 rsp->entry_list[entry] = entry_list[entry]; in npc_mcam_alloc_entries() 1690 (rsp->entry + entry) : rsp->entry_list[entry]; in npc_mcam_alloc_entries()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | node.h | 161 struct list_head entry_list; /* link with dirty nat entries */ member
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | qeth_core.h | 398 struct list_head entry_list; member 1021 list_add_tail(&entry->list, &card->qdio.in_buf_pool.entry_list); in qeth_put_buffer_pool_entry()
|
| H A D | qeth_core_main.c | 210 &card->qdio.in_buf_pool.entry_list, list) in qeth_clear_working_pool_list() 236 list_for_each_entry_safe(entry, tmp, &card->qdio.init_pool.entry_list, in qeth_free_buffer_pool() 279 list_add(&entry->init_list, &card->qdio.init_pool.entry_list); in qeth_alloc_buffer_pool() 300 entry = list_first_entry(&pool->entry_list, in qeth_resize_buffer_pool() 327 list_splice(&entries, &pool->entry_list); in qeth_resize_buffer_pool() 1560 INIT_LIST_HEAD(&card->qdio.in_buf_pool.entry_list); in qeth_init_qdio_info() 1561 INIT_LIST_HEAD(&card->qdio.init_pool.entry_list); in qeth_init_qdio_info() 2905 &card->qdio.init_pool.entry_list, init_list) { in qeth_initialize_working_pool_list() 2916 if (list_empty(&card->qdio.in_buf_pool.entry_list)) in qeth_find_free_buffer_pool_entry() 2919 list_for_each_entry(entry, &card->qdio.in_buf_pool.entry_list, list) { in qeth_find_free_buffer_pool_entry() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pno.h | 258 struct list_head entry_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pno.h | 259 struct list_head entry_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pno.h | 241 struct list_head entry_list; member
|
| H A D | dhd_pno.c | 840 &phead->entry_list, list) { in _dhd_pno_convert_format() 949 &phead->entry_list, list) { in _dhd_pno_clear_all_batch_results() 3251 INIT_LIST_HEAD(&(pbestnetheader->entry_list)); in _dhd_pno_get_for_batch() 3287 list_add_tail(&pbestnet_entry->list, &pbestnetheader->entry_list); in _dhd_pno_get_for_batch() 3359 INIT_LIST_HEAD(&(pbestnetheader->entry_list)); in _dhd_pno_get_for_batch() 3396 list_add_tail(&pbestnet_entry->list, &pbestnetheader->entry_list); in _dhd_pno_get_for_batch()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pno.h | 259 struct list_head entry_list; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pno.h | 241 struct list_head entry_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pno.h | 259 struct list_head entry_list; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | dm.c | 383 list_for_each_entry(drv_priv, &rtlpriv->entry_list, list) { in rtl92ee_dm_check_rssi_monitor() 954 list_for_each_entry(drv_priv, &rtlpriv->entry_list, list) { in rtl92ee_dm_common_info_self_update()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | dm.c | 735 list_for_each_entry(drv_priv, &rtlpriv->entry_list, list) { in rtl88e_dm_pwdb_monitor() 1498 list_for_each_entry(drv_priv, &rtlpriv->entry_list, list) { in rtl88e_dm_hw_ant_div() 1585 &rtlpriv->entry_list, list) { in rtl88e_set_next_mac_address_target()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | dm.c | 307 list_for_each_entry(drv_priv, &rtlpriv->entry_list, list) { in rtl8723be_dm_check_rssi_monitor() 1228 list_for_each_entry(drv_priv, &rtlpriv->entry_list, list) { in rtl8723be_dm_common_info_self_update()
|