Home
last modified time | relevance | path

Searched refs:restlen (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/scripts/dtc/
H A Dsrcpos.c74 int restlen = strlen(fname) - (p1 - fname); in shorten_to_initial_path() local
77 res = xmalloc((3 * diff) + restlen + 1); in shorten_to_initial_path()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dsrcpos.c74 int restlen = strlen(fname) - (p1 - fname); in shorten_to_initial_path() local
77 res = xmalloc((3 * diff) + restlen + 1); in shorten_to_initial_path()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dnsp32.c1713 unsigned int restlen, sentlen; in nsp32_adjust_busfree() local
1741 the head element of the sg. restlen is correctly calculated. */ in nsp32_adjust_busfree()
1745 restlen = sentlen - s_sacklen; in nsp32_adjust_busfree()
1750 addr += (len - restlen); in nsp32_adjust_busfree()
1752 sgt[new_entry].len = cpu_to_le32(restlen); in nsp32_adjust_busfree()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32.c1726 unsigned int restlen, sentlen; in nsp32_adjust_busfree() local
1754 * the head element of the sg. restlen is correctly in nsp32_adjust_busfree()
1760 restlen = sentlen - s_sacklen; in nsp32_adjust_busfree()
1765 addr += (len - restlen); in nsp32_adjust_busfree()
1767 sgt[new_entry].len = cpu_to_le32(restlen); in nsp32_adjust_busfree()

Completed in 9 milliseconds