Searched refs:cseg (Results 1 – 3 of 3) sorted by relevance
149 static cmpr_info cseg; /* static data. Must be kept uptodate and shared by variable292 memset((void *)&cseg, '\0', sizeof(cseg)); in zftc_reset()598 *write_cnt = buf_pos_write = start_new_cseg(&cseg, in zftc_write()605 if (cseg.cmpr_sz == 0 && cseg.cmpr_pos != 0) { in zftc_write()607 cseg.cmpr_pos = 0; in zftc_write()633 cseg.cmpr_sz = zft_compress(zftc_scratch_buf, volume->blk_sz, in zftc_write()635 if (cseg.cmpr_sz < 0) { in zftc_write()636 cseg.uncmpr = 0x8000; in zftc_write()637 cseg.cmpr_sz = -cseg.cmpr_sz; in zftc_write()639 cseg.uncmpr = 0; in zftc_write()[all …]
31 unsigned short cseg; member
1953 apm_info.bios.cseg, apm_info.bios.offset, in apm_init()1991 __va((unsigned long)apm_info.bios.cseg << 4)); in apm_init()