Home
last modified time | relevance | path

Searched refs:eo (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/scripts/kconfig/
H A Dsymbol.c918 off_t so, eo; member
940 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
941 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
984 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dsymbol.c874 off_t so, eo; member
896 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
897 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
940 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dindex.c943 u32 eo; in indx_new() local
970 eo = ALIGN(sizeof(struct INDEX_BUFFER) + fn * sizeof(short), 8); in indx_new()
971 hdr->de_off = cpu_to_le32(eo); in indx_new()
973 e = Add2Ptr(hdr, eo); in indx_new()
979 cpu_to_le32(eo + sizeof(struct NTFS_DE) + sizeof(u64)); in indx_new()
984 hdr->used = cpu_to_le32(eo + sizeof(struct NTFS_DE)); in indx_new()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dsd.c243 unsigned int au, es, et, eo; in mmc_read_ssr() local
282 eo = UNSTUFF_BITS(card->raw_ssr, 400 - 384, 2); in mmc_read_ssr()
284 card->ssr.erase_offset = eo * 1000; in mmc_read_ssr()
/kernel/linux/linux-5.10/drivers/staging/kpc2000/
H A Dkpc2000_spi.c140 unsigned int eo : 1; /* End of Transfer */ member
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dsd.c262 unsigned int au, es, et, eo; in mmc_read_ssr() local
301 eo = UNSTUFF_BITS(card->raw_ssr, 400 - 384, 2); in mmc_read_ssr()
303 card->ssr.erase_offset = eo * 1000; in mmc_read_ssr()

Completed in 10 milliseconds