Home
last modified time | relevance | path

Searched refs:osize (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
Dppp_mppe.c368 int isize, int osize) in mppe_compress() argument
383 if (osize < isize + MPPE_OVHD + 2) { in mppe_compress()
387 osize, osize + MPPE_OVHD + 2); in mppe_compress()
391 osize = isize + MPPE_OVHD + 2; in mppe_compress()
428 setup_sg(sg_out, obuf, osize); in mppe_compress()
436 state->stats.comp_bytes += osize; in mppe_compress()
439 return osize; in mppe_compress()
475 int osize) in mppe_decompress() argument
497 if (osize < isize - MPPE_OVHD - 1) { in mppe_decompress()
500 osize, isize - MPPE_OVHD - 1); in mppe_decompress()
[all …]
Dppp_deflate.c51 int isize, int osize);
54 int isize, unsigned char *obuf, int osize);
189 int isize, int osize) in z_compress() argument
204 if (osize > isize) in z_compress()
205 osize = isize; in z_compress()
220 state->strm.avail_out = oavail = osize - olen; in z_compress()
249 if (olen < isize && olen <= osize) { in z_compress()
415 unsigned char *obuf, int osize) in z_decompress() argument
473 state->strm.avail_out = osize - PPP_HDRLEN; in z_decompress()
505 olen = osize + overflow - state->strm.avail_out; in z_decompress()
Dbsd_comp.c185 unsigned char *obuf, int isize, int osize);
189 unsigned char *obuf, int osize);
564 int isize, int osize) in bsd_compress() argument
589 if (olen >= osize) \ in bsd_compress()
633 if (osize > isize) in bsd_compress()
635 osize = isize; in bsd_compress()
828 unsigned char *obuf, int osize) in bsd_decompress() argument
977 if (explen > osize) in bsd_decompress()
/linux-4.4.14/net/ceph/crush/
Dmapper.c798 int osize; in crush_do_rule() local
888 osize = 0; in crush_do_rule()
912 osize += crush_choose_firstn( in crush_do_rule()
918 o+osize, j, in crush_do_rule()
919 result_max-osize, in crush_do_rule()
926 c+osize, in crush_do_rule()
929 out_size = ((numrep < (result_max-osize)) ? in crush_do_rule()
930 numrep : (result_max-osize)); in crush_do_rule()
937 o+osize, j, in crush_do_rule()
942 c+osize, in crush_do_rule()
[all …]
/linux-4.4.14/include/linux/
Dppp-comp.h54 unsigned char *obuf, int isize, int osize);
75 unsigned char *obuf, int osize);
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h432 uint64_t osize:20; member
438 uint64_t osize:20;
445 uint64_t osize:20; member
453 uint64_t osize:20;
/linux-4.4.14/lib/lz4/
Dlz4_decompress.c55 static int lz4_uncompress(const char *source, char *dest, int osize) in lz4_uncompress() argument
60 BYTE * const oend = op + osize; in lz4_uncompress()
/linux-4.4.14/drivers/usb/usbip/
Dusbip_common.c334 int osize = size; in usbip_recv() local
373 usbip_dump_buffer(bp, osize); in usbip_recv()
375 osize, result, size, total); in usbip_recv()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c449 unsigned long nsize, osize; in radeon_crtc_do_set_base() local
452 osize = radeon_bo_size(old_rbo); in radeon_crtc_do_set_base()
454 if (nsize <= osize && !radeon_bo_reserve(old_rbo, false)) { in radeon_crtc_do_set_base()
/linux-4.4.14/net/ceph/
Dosdmap.c1391 u32 osize = le32_to_cpu(layout->fl_object_size); in ceph_calc_file_object_mapping() local
1399 osize, su); in ceph_calc_file_object_mapping()
1402 su_per_object = osize / su; in ceph_calc_file_object_mapping()
1405 dout("osize %u / su %u = su_per_object %u\n", osize, su, in ceph_calc_file_object_mapping()
/linux-4.4.14/net/sched/
Dsch_api.c656 unsigned int nsize, nmask, osize; in qdisc_class_hash_grow() local
669 osize = clhash->hashsize; in qdisc_class_hash_grow()
672 for (i = 0; i < osize; i++) { in qdisc_class_hash_grow()
683 qdisc_class_hash_free(ohash, osize); in qdisc_class_hash_grow()
/linux-4.4.14/net/xfrm/
Dxfrm_state.c104 unsigned long nsize, osize; in xfrm_hash_resize() local
143 osize = (ohashmask + 1) * sizeof(struct hlist_head); in xfrm_hash_resize()
144 xfrm_hash_free(odst, osize); in xfrm_hash_resize()
145 xfrm_hash_free(osrc, osize); in xfrm_hash_resize()
146 xfrm_hash_free(ospi, osize); in xfrm_hash_resize()
/linux-4.4.14/drivers/media/tuners/
Dtuner-xc2028.c137 #define i2c_send_recv(priv, obuf, osize, ibuf, isize) ({ \ argument
139 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3276 int osize; in ar9300_eeprom_restore_internal() local
3354 osize = length; in ar9300_eeprom_restore_internal()
3355 read(ah, cptr, word, COMP_HDR_LEN + osize + COMP_CKSUM_LEN); in ar9300_eeprom_restore_internal()
3357 mchecksum = get_unaligned_le16(&word[COMP_HDR_LEN + osize]); in ar9300_eeprom_restore_internal()
3367 cptr -= (COMP_HDR_LEN + osize + COMP_CKSUM_LEN); in ar9300_eeprom_restore_internal()
/linux-4.4.14/drivers/net/ethernet/octeon/
Docteon_mgmt.c1049 oring1.s.osize = OCTEON_MGMT_TX_RING_SIZE; in octeon_mgmt_open()