Home
last modified time | relevance | path

Searched refs:lastindex (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/mm/
H A Dpage_owner_sort.c264 int lastindex = -1, j = 0; in explode() local
273 ret[j] = calloc(i - lastindex, sizeof(char)); in explode()
274 memcpy(ret[j++], str + lastindex + 1, i - lastindex - 1); in explode()
275 lastindex = i; in explode()
278 if (lastindex <= len - 1) { in explode()
279 ret[j] = calloc(len - lastindex, sizeof(char)); in explode()
280 memcpy(ret[j++], str + lastindex + 1, strlen(str) - 1 - lastindex); in explode()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_btree.h101 s16 lastindex; /* 2: unused */ member
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_btree.h101 s16 lastindex; /* 2: unused */ member
/kernel/linux/linux-5.10/drivers/net/wireless/cisco/
H A Dairo.c3896 __le16 lastindex; in setup_card() local
3970 lastindex = wkr.kindex; in setup_card()
3975 } while (lastindex != wkr.kindex); in setup_card()
5200 __le16 lastindex; in get_wep_key() local
5206 lastindex = wkr.kindex; in get_wep_key()
5215 } while (lastindex != wkr.kindex); in get_wep_key()
5223 __le16 lastindex; in get_wep_tx_idx() local
5229 lastindex = wkr.kindex; in get_wep_tx_idx()
5235 } while (lastindex != wkr.kindex); in get_wep_tx_idx()
5352 __le16 lastindex; in proc_wepkey_open() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/cisco/
H A Dairo.c3887 __le16 lastindex; in setup_card() local
3961 lastindex = wkr.kindex; in setup_card()
3966 } while (lastindex != wkr.kindex); in setup_card()
5197 __le16 lastindex; in get_wep_key() local
5203 lastindex = wkr.kindex; in get_wep_key()
5212 } while (lastindex != wkr.kindex); in get_wep_key()
5220 __le16 lastindex; in get_wep_tx_idx() local
5226 lastindex = wkr.kindex; in get_wep_tx_idx()
5232 } while (lastindex != wkr.kindex); in get_wep_tx_idx()
5349 __le16 lastindex; in proc_wepkey_open() local
[all...]
/kernel/linux/linux-5.10/sound/pci/
H A Dmaestro3.c985 int lastindex = list->curlen - 1; in snd_m3_remove_list() local
987 if (index != lastindex) { in snd_m3_remove_list()
989 list->mem_addr + lastindex); in snd_m3_remove_list()
996 list->mem_addr + lastindex, in snd_m3_remove_list()
/kernel/linux/linux-6.6/sound/pci/
H A Dmaestro3.c980 int lastindex = list->curlen - 1; in snd_m3_remove_list() local
982 if (index != lastindex) { in snd_m3_remove_list()
984 list->mem_addr + lastindex); in snd_m3_remove_list()
991 list->mem_addr + lastindex, in snd_m3_remove_list()

Completed in 29 milliseconds