/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_mppe.c | 338 int isize, int osize) in mppe_compress() argument 351 if (osize < isize + MPPE_OVHD + 2) { in mppe_compress() 355 osize, osize + MPPE_OVHD + 2); in mppe_compress() 359 osize = isize + MPPE_OVHD + 2; in mppe_compress() 396 state->stats.comp_bytes += osize; in mppe_compress() 399 return osize; in mppe_compress() 435 int osize) in mppe_decompress() argument 455 if (osize < isize - MPPE_OVHD - 1) { in mppe_decompress() 577 osize++; in mppe_decompress() 583 state->stats.unc_bytes += osize; in mppe_decompress() [all …]
|
H A D | ppp_deflate.c | 48 int isize, int osize); 51 int isize, unsigned char *obuf, int osize); 186 int isize, int osize) in z_compress() argument 201 if (osize > isize) in z_compress() 202 osize = isize; in z_compress() 217 state->strm.avail_out = oavail = osize - olen; in z_compress() 246 if (olen < isize && olen <= osize) { in z_compress() 411 unsigned char *obuf, int osize) in z_decompress() argument 469 state->strm.avail_out = osize - PPP_HDRLEN; in z_decompress() 501 olen = osize + overflow - state->strm.avail_out; in z_decompress()
|
H A D | bsd_comp.c | 185 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()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p-posix-acl.c | 37 char *name, void *value, size_t osize) in mp_pacl_listxattr() argument 45 if (osize < len) { in mp_pacl_listxattr() 91 char *name, void *value, size_t osize) in mp_dacl_listxattr() argument 99 if (osize < len) { in mp_dacl_listxattr()
|
/openbmc/linux/net/ceph/crush/ |
H A D | mapper.c | 908 int osize; in crush_do_rule() local 1002 osize = 0; in crush_do_rule() 1029 osize += crush_choose_firstn( in crush_do_rule() 1036 o+osize, j, in crush_do_rule() 1037 result_max-osize, in crush_do_rule() 1045 c+osize, in crush_do_rule() 1058 o+osize, j, in crush_do_rule() 1063 c+osize, in crush_do_rule() 1066 osize += out_size; in crush_do_rule() 1072 memcpy(o, c, osize*sizeof(*o)); in crush_do_rule() [all …]
|
/openbmc/linux/include/linux/ |
H A D | ppp-comp.h | 51 unsigned char *obuf, int isize, int osize); 72 unsigned char *obuf, int osize);
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-mixx-defs.h | 337 uint64_t osize:20; member 343 uint64_t osize:20; 350 uint64_t osize:20; member 358 uint64_t osize:20;
|
/openbmc/linux/drivers/platform/chrome/wilco_ec/ |
H A D | debugfs.c | 47 static int parse_hex_sentence(const char *in, int isize, u8 *out, int osize) in parse_hex_sentence() argument 58 while (word_start < isize && n_parsed < osize) { in parse_hex_sentence()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_bpf.c | 515 u32 copy, osize; in tcp_bpf_sendmsg() local 532 osize = msg_tx->sg.size; in tcp_bpf_sendmsg() 538 copy = msg_tx->sg.size - osize; in tcp_bpf_sendmsg() 544 sk_msg_trim(sk, msg_tx, osize); in tcp_bpf_sendmsg()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 450 unsigned long nsize, osize; in radeon_crtc_do_set_base() local 453 osize = radeon_bo_size(old_rbo); in radeon_crtc_do_set_base() 455 if (nsize <= osize && !radeon_bo_reserve(old_rbo, false)) { in radeon_crtc_do_set_base()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | commctrl.c | 52 unsigned int size, osize; in ioctl_send_fib() local 76 osize = size = le16_to_cpu(kfib->header.Size) + in ioctl_send_fib() 110 if ((osize != le16_to_cpu(kfib->header.Size) + in ioctl_send_fib()
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_state.c | 155 unsigned long nsize, osize; in xfrm_hash_resize() local 204 osize = (ohashmask + 1) * sizeof(struct hlist_head); in xfrm_hash_resize() 208 xfrm_hash_free(odst, osize); in xfrm_hash_resize() 209 xfrm_hash_free(osrc, osize); in xfrm_hash_resize() 210 xfrm_hash_free(ospi, osize); in xfrm_hash_resize() 211 xfrm_hash_free(oseq, osize); in xfrm_hash_resize()
|
/openbmc/linux/drivers/media/tuners/ |
H A D | xc2028.c | 134 #define i2c_send_recv(priv, obuf, osize, ibuf, isize) ({ \ argument 136 _rc = tuner_i2c_xfer_send_recv(&priv->i2c_props, obuf, osize, \
|
/openbmc/linux/net/core/ |
H A D | skmsg.c | 31 u32 osize = msg->sg.size; in sk_msg_alloc() local 82 sk_msg_trim(sk, msg, osize); in sk_msg_alloc()
|
H A D | skbuff.c | 2084 unsigned int osize = skb_end_offset(skb); in pskb_expand_head() local 2085 unsigned int size = osize + nhead + ntail; in pskb_expand_head() 2157 skb->truesize += size - osize; in pskb_expand_head() 2251 int osize = skb_end_offset(skb); in skb_expand_head() local 2275 delta = skb_end_offset(skb) - osize; in skb_expand_head()
|
/openbmc/linux/net/sched/ |
H A D | sch_api.c | 689 unsigned int nsize, nmask, osize; in qdisc_class_hash_grow() local 702 osize = clhash->hashsize; in qdisc_class_hash_grow() 705 for (i = 0; i < osize; i++) { in qdisc_class_hash_grow()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 3275 int osize; in ar9300_eeprom_restore_internal() local 3361 osize = length; in ar9300_eeprom_restore_internal() 3362 read(ah, cptr, word, COMP_HDR_LEN + osize + COMP_CKSUM_LEN); in ar9300_eeprom_restore_internal() 3364 mchecksum = get_unaligned_le16(&word[COMP_HDR_LEN + osize]); in ar9300_eeprom_restore_internal() 3374 cptr -= (COMP_HDR_LEN + osize + COMP_CKSUM_LEN); in ar9300_eeprom_restore_internal()
|
/openbmc/linux/drivers/net/ethernet/cavium/octeon/ |
H A D | octeon_mgmt.c | 1046 oring1.s.osize = OCTEON_MGMT_TX_RING_SIZE; in octeon_mgmt_open()
|
/openbmc/linux/fs/ntfs3/ |
H A D | fslog.c | 841 __le32 osize = cpu_to_le32(bytes_per_rt(tbl)); in extend_rsttbl() local 858 *(__le32 *)Add2Ptr(rt, le32_to_cpu(tbl->last_free)) = osize; in extend_rsttbl() 860 rt->first_free = osize; in extend_rsttbl()
|