Home
last modified time | relevance | path

Searched refs:pg_len (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/irq/
Dirqbalance01.c60 const size_t pg_len = SAFE_SYSCONF(_SC_PAGESIZE); in read_proc_file() local
68 total_len += pg_len; in read_proc_file()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1479 int sg_fd, k, pg_len; in show_scsi_logs() local
1511 pg_len = 0; in show_scsi_logs()
1517 pg_len = (rsp_buff[2] << 8) + rsp_buff[3]; in show_scsi_logs()
1518 if ((pg_len + 4) > MX_ALLOC_LEN) { in show_scsi_logs()
1522 pg_len = MX_ALLOC_LEN - 4; in show_scsi_logs()
1526 rsp_buff[0], pg_len); in show_scsi_logs()
1527 dStrHex((const char *)rsp_buff, pg_len + 4, 1); in show_scsi_logs()
1529 show_ascii_page(rsp_buff, pg_len + 4); in show_scsi_logs()
1531 if (do_all && (pg_len > 1)) { in show_scsi_logs()
1532 int my_len = pg_len - 1; in show_scsi_logs()
[all …]