Home
last modified time | relevance | path

Searched refs:endpos (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/ceph/crush/
Dmapper.c604 int endpos = outpos + left; in crush_choose_indep() local
617 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
627 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
632 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
638 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
706 for (i = outpos; i < endpos; i++) { in crush_choose_indep()
746 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
761 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
766 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
/linux-4.4.14/drivers/net/can/
Dslcan.c258 unsigned char *endpos; in slc_encaps() local
271 endpos = pos + SLC_EFF_ID_LEN; in slc_encaps()
275 endpos = pos + SLC_SFF_ID_LEN; in slc_encaps()
280 while (endpos >= pos) { in slc_encaps()
281 *endpos-- = hex_asc_upper[id & 0xf]; in slc_encaps()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Ddebugfs.c781 char *buff, *pos, *endpos; in iwl_dbgfs_frame_stats_read() local
793 endpos = pos + bufsz; in iwl_dbgfs_frame_stats_read()
795 pos += scnprintf(pos, endpos - pos, in iwl_dbgfs_frame_stats_read()
800 pos += scnprintf(pos, endpos - pos, "20/40/80\t:\t%d/%d/%d\n", in iwl_dbgfs_frame_stats_read()
804 pos += scnprintf(pos, endpos - pos, "NGI/SGI\t\t:\t%d/%d\n", in iwl_dbgfs_frame_stats_read()
807 pos += scnprintf(pos, endpos - pos, "SISO/MIMO2\t:\t%d/%d\n", in iwl_dbgfs_frame_stats_read()
810 pos += scnprintf(pos, endpos - pos, "FAIL/SCSS\t:\t%d/%d\n", in iwl_dbgfs_frame_stats_read()
813 pos += scnprintf(pos, endpos - pos, "MPDUs agg\t:\t%d\n", in iwl_dbgfs_frame_stats_read()
815 pos += scnprintf(pos, endpos - pos, "A-MPDUs\t\t:\t%d\n", in iwl_dbgfs_frame_stats_read()
817 pos += scnprintf(pos, endpos - pos, "Avg MPDUs/A-MPDU:\t%d\n", in iwl_dbgfs_frame_stats_read()
[all …]
Drs.c3770 char *buff, *pos, *endpos; in rs_sta_dbgfs_drv_tx_stats_read() local
3782 endpos = pos + bufsz; in rs_sta_dbgfs_drv_tx_stats_read()
3784 pos += scnprintf(pos, endpos - pos, "COLUMN,"); in rs_sta_dbgfs_drv_tx_stats_read()
3786 pos += scnprintf(pos, endpos - pos, "%s,", rate_name[rate]); in rs_sta_dbgfs_drv_tx_stats_read()
3787 pos += scnprintf(pos, endpos - pos, "\n"); in rs_sta_dbgfs_drv_tx_stats_read()
3790 pos += scnprintf(pos, endpos - pos, in rs_sta_dbgfs_drv_tx_stats_read()
3795 pos += scnprintf(pos, endpos - pos, in rs_sta_dbgfs_drv_tx_stats_read()
3800 pos += scnprintf(pos, endpos - pos, "\n"); in rs_sta_dbgfs_drv_tx_stats_read()
/linux-4.4.14/drivers/video/fbdev/
Darcfb.c448 unsigned int fbmemlength,x,y,w,h, bitppos, startpos, endpos, bitcount; in arcfb_write() local
478 endpos = ceilXres((bitppos + (count*8)), xres); in arcfb_write()
479 bitcount = endpos - startpos; in arcfb_write()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_io.c386 u64 endpos; in lov_io_iter_init() local
392 endpos = lov_offset_mod(lio->lis_endpos, -1); in lov_io_iter_init()
395 endpos, &start, &end)) in lov_io_iter_init()