Searched refs:eidx (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | dir.c | 934 if (hint_stat->eidx) { in exfat_find_dir_entry() 936 dentry = hint_stat->eidx; in exfat_find_dir_entry() 940 candi_empty.eidx = EXFAT_HINT_NONE; in exfat_find_dir_entry() 964 if (candi_empty.eidx == EXFAT_HINT_NONE && in exfat_find_dir_entry() 970 if (candi_empty.eidx == EXFAT_HINT_NONE && in exfat_find_dir_entry() 972 candi_empty.eidx = in exfat_find_dir_entry() 974 WARN_ON(candi_empty.eidx < 0); in exfat_find_dir_entry() 977 if (ei->hint_femp.eidx == in exfat_find_dir_entry() 979 candi_empty.eidx <= in exfat_find_dir_entry() 980 ei->hint_femp.eidx) in exfat_find_dir_entry() [all …]
|
| H A D | namei.c | 215 if (hint_femp->eidx != EXFAT_HINT_NONE) { in exfat_search_empty_slot() 216 dentry = hint_femp->eidx; in exfat_search_empty_slot() 218 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot() 240 if (hint_femp->eidx == EXFAT_HINT_NONE) { in exfat_search_empty_slot() 241 hint_femp->eidx = dentry; in exfat_search_empty_slot() 251 if (hint_femp->eidx != EXFAT_HINT_NONE && in exfat_search_empty_slot() 259 dentry, hint_femp->eidx, in exfat_search_empty_slot() 265 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot() 270 hint_femp->eidx = EXFAT_HINT_NONE; in exfat_search_empty_slot() 318 hint_femp.eidx = EXFAT_HINT_NONE; in exfat_find_empty_entry() [all …]
|
| H A D | file.c | 212 ei->hint_stat.eidx = 0; in __exfat_truncate() 214 ei->hint_femp.eidx = EXFAT_HINT_NONE; in __exfat_truncate()
|
| H A D | exfat_fs.h | 152 int eidx; member 164 int eidx; /* entry index */ member
|
| H A D | inode.c | 565 ei->hint_stat.eidx = 0; in exfat_fill_inode() 567 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_fill_inode()
|
| H A D | super.c | 345 ei->hint_stat.eidx = 0; in exfat_read_root() 347 ei->hint_femp.eidx = EXFAT_HINT_NONE; in exfat_read_root()
|
| /OK3568_Linux_fs/kernel/drivers/net/hippi/ |
| H A D | rrunner.c | 724 static u32 rr_handle_event(struct net_device *dev, u32 prodidx, u32 eidx) in rr_handle_event() argument 733 while (prodidx != eidx){ in rr_handle_event() 734 switch (rrpriv->evt_ring[eidx].code){ in rr_handle_event() 907 u16 index = rrpriv->evt_ring[eidx].index; in rr_handle_event() 916 dev->name, rrpriv->evt_ring[eidx].code); in rr_handle_event() 918 eidx = (eidx + 1) % EVT_RING_ENTRIES; in rr_handle_event() 921 rrpriv->info->evt_ctrl.pi = eidx; in rr_handle_event() 923 return eidx; in rr_handle_event() 1026 u32 prodidx, rxindex, eidx, txcsmr, rxlimit, txcon; in rr_interrupt() local 1051 eidx = rrpriv->info->evt_ctrl.pi; in rr_interrupt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-fsi.c | 296 const int eidx = rem ? 5 : 6; in fsi_spi_sequence_transfer() local 298 while (loops > 1 && idx <= eidx) { in fsi_spi_sequence_transfer()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 910 { cfg->eidx.in_progress = id; \ 911 cfg->eidx.event_type = type; } 913 cfg->eidx.in_progress = WL_EIDX_INVALID; 6430 cfg->eidx.min_connect_idx = cfg->eidx.enqd; in wl_cfg80211_connect() 12783 cfg->eidx.in_progress, MAC2STRDBG((const u8*)(&e->addr)))); in wl_handle_assoc_events() 12847 wl_event_idx_t *idx = &cfg->eidx; in wl_notify_connect_status_sta() 16472 e->id = cfg->eidx.enqd++; in wl_enq_event() 22923 cfg->eidx.in_progress, cfg->eidx.event_type); in wl_cfg80211_debug_data_dump()
|
| H A D | wl_cfg80211.h | 1961 wl_event_idx_t eidx; /* event state tracker */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 896 { cfg->eidx.in_progress = id; \ 897 cfg->eidx.event_type = type; } 899 cfg->eidx.in_progress = WL_EIDX_INVALID; 6413 cfg->eidx.min_connect_idx = cfg->eidx.enqd; in wl_cfg80211_connect() 12697 cfg->eidx.in_progress, MAC2STRDBG((const u8*)(&e->addr)))); in wl_handle_assoc_events() 12761 wl_event_idx_t *idx = &cfg->eidx; in wl_notify_connect_status_sta() 16354 e->id = cfg->eidx.enqd++; in wl_enq_event() 22678 cfg->eidx.in_progress, cfg->eidx.event_type); in wl_cfg80211_debug_data_dump()
|
| H A D | wl_cfg80211.h | 1961 wl_event_idx_t eidx; /* event state tracker */ member
|