Home
last modified time | relevance | path

Searched refs:lastindex (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/tools/vm/
Dpage_owner_sort.c263 int lastindex = -1, j = 0; in explode() local
272 ret[j] = calloc(i - lastindex, sizeof(char)); in explode()
273 memcpy(ret[j++], str + lastindex + 1, i - lastindex - 1); in explode()
274 lastindex = i; in explode()
277 if (lastindex <= len - 1) { in explode()
278 ret[j] = calloc(len - lastindex, sizeof(char)); in explode()
279 memcpy(ret[j++], str + lastindex + 1, strlen(str) - 1 - lastindex); in explode()
/linux-5.19.10/fs/jfs/
Djfs_btree.h101 s16 lastindex; /* 2: unused */ member
/linux-5.19.10/sound/pci/
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()
/linux-5.19.10/drivers/net/wireless/cisco/
Dairo.c3887 __le16 lastindex; in setup_card() local
3961 lastindex = wkr.kindex; in setup_card()
3966 } while (lastindex != wkr.kindex); in setup_card()
5196 __le16 lastindex; in get_wep_key() local
5202 lastindex = wkr.kindex; in get_wep_key()
5211 } while (lastindex != wkr.kindex); in get_wep_key()
5219 __le16 lastindex; in get_wep_tx_idx() local
5225 lastindex = wkr.kindex; in get_wep_tx_idx()
5231 } while (lastindex != wkr.kindex); in get_wep_tx_idx()
5338 __le16 lastindex; in proc_wepkey_open() local
[all …]