Searched refs:overhead (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c26 uint64_t overhead, bool report)
46 expected = instructions + overhead;
51 printf("Looped for %lu instructions, overhead %lu\n", instructions, overhead);
72 uint64_t current, overhead; local
76 overhead = event->result.value;
81 if (current < overhead) {
82 printf("Replacing overhead %lu with %lu\n", overhead, current);
83 overhead
25 do_count_loop(struct event *event, uint64_t instructions, uint64_t overhead, bool report) argument
112 uint64_t overhead; local
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dcount_instructions.c30 u64 overhead, bool report)
45 expected = instructions + overhead;
53 printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead);
76 u64 current, overhead; local
80 overhead = events[0].result.value;
85 if (current < overhead) {
86 printf("Replacing overhead %llu with %llu\n", overhead, current);
87 overhead
29 do_count_loop(struct event *events, u64 instructions, u64 overhead, bool report) argument
97 u64 overhead; local
[all...]
H A Dcount_stcx_fail.c30 u64 overhead, bool report)
47 expected = instructions + overhead + (events[2].result.value * 10);
57 printf("Looped for %llu instructions, overhead %llu\n", instructions, overhead);
81 u64 current, overhead; local
85 overhead = events[0].result.value;
90 if (current < overhead) {
91 printf("Replacing overhead %llu with %llu\n", overhead, current);
92 overhead
29 do_count_loop(struct event *events, u64 instructions, u64 overhead, bool report) argument
105 u64 overhead; local
[all...]
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00crypto.c68 unsigned int overhead = 0; local
71 return overhead;
78 overhead += key->icv_len;
81 overhead += key->iv_len;
85 overhead += 8;
88 return overhead;
/linux-master/drivers/net/fddi/skfp/
H A Dess.c100 static int process_bw_alloc(struct s_smc *smc, long int payload, long int overhead);
119 u_long payload, overhead ; local
257 overhead = ((struct smt_p_3210 *)p)->mib_overhead ;
259 DB_ESSN(2, "payload= %lx overhead= %lx",
260 payload, overhead);
265 (void)process_bw_alloc(smc,(long)payload,(long)overhead) ;
308 overhead = ((struct smt_p_3210 *)p)->mib_overhead ;
312 DB_ESSN(2, "payload= %lx overhead= %lx",
313 payload, overhead);
318 if(!process_bw_alloc(smc,(long)payload,(long)overhead))
375 process_bw_alloc(struct s_smc *smc, long int payload, long int overhead) argument
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_lookup.c84 int overhead = VXFS_DIRBLKOV(sbi, dbp); local
86 pos += overhead;
87 pg_ofs += overhead;
234 int overhead = VXFS_DIRBLKOV(sbi, dbp); local
236 pos += overhead;
237 pg_ofs += overhead;
/linux-master/net/sctp/
H A Doutput.c58 * current overhead after sending packets.
60 packet->size = packet->overhead;
88 /* set packet max_size with pathmtu, then calculate overhead */
95 packet->overhead = sctp_mtu_payload(sp, 0, 0);
96 packet->size = packet->overhead;
154 /* The overhead will be calculated by sctp_packet_config() */
155 packet->overhead = 0;
221 int overhead = 0; local
227 overhead += sizeof(struct sctphdr) + sizeof(struct sctp_chunkhdr);
228 overhead
[all...]
/linux-master/net/l2tp/
H A Dl2tp_eth.c198 unsigned int overhead = 0; local
204 overhead += sizeof(struct udphdr);
220 /* Adjust MTU, factor overhead - underlay L3, overlay L2 hdr
221 * UDP overhead, if any, was already factored in above.
223 overhead += session->hdr_len + ETH_HLEN + l3_overhead;
225 mtu = l2tp_tunnel_dst_mtu(tunnel) - overhead;
227 dev->mtu = ETH_DATA_LEN - overhead;
/linux-master/include/net/sctp/
H A Dsctp.h569 /* Calculate max payload size given a MTU, or the total overhead if
576 __u32 overhead = sizeof(struct sctphdr) + extra; local
579 overhead += sp->pf->af->net_header_len;
581 overhead += sizeof(struct udphdr);
583 overhead += sizeof(struct ipv6hdr);
586 if (WARN_ON_ONCE(mtu && mtu <= overhead))
587 mtu = overhead;
589 return mtu ? mtu - overhead : overhead;
/linux-master/fs/ext4/
H A Dresize.c109 ext4_grpblk_t overhead; local
110 overhead = ext4_bg_num_gdb(sb, group);
112 overhead += 1 +
114 return overhead;
129 unsigned overhead; local
141 overhead = ext4_group_overhead_blocks(sb, group);
142 metaend = start + overhead;
143 free_blocks_count = input->blocks_count - 2 - overhead -
315 unsigned overhead; local
333 overhead
559 ext4_grpblk_t overhead; local
1400 ext4_add_overhead(struct super_block *sb, const ext4_fsblk_t overhead) argument
1658 int overhead; local
[all...]
/linux-master/drivers/net/fddi/skfp/h/
H A Dsmt.h491 int sba_ov_req ; /* total sync bandwidth req for overhead*/
799 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_alc_res
814 struct smt_p_0018 ov_req ; /* requested SBA overhead */
816 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_alc_req
832 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_chg
854 struct smt_p_3210 overhead ; /* current SBA overhead */ member in struct:smt_sba_rep_res
[all...]
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h171 /* overhead time in usec for each frame */
172 unsigned int overhead; member in struct:minstrel_ht_sta
H A Dairtime.c405 u32 *overhead)
460 *overhead = 36 + (streams << 2);
471 u32 duration, overhead = 0; local
494 duration = ieee80211_get_rate_duration(hw, status, &overhead);
502 return duration + overhead;
653 u32 duration, overhead; local
662 duration = ieee80211_get_rate_duration(hw, &stat, &overhead);
688 duration += (overhead >> agg_shift);
403 ieee80211_get_rate_duration(struct ieee80211_hw *hw, struct ieee80211_rx_status *status, u32 *overhead) argument
H A Drc80211_minstrel_ht.c503 unsigned int nsecs = 0, overhead = mi->overhead; local
511 overhead = mi->overhead_legacy;
515 nsecs = 1000 * overhead / ampdu_len;
1391 unsigned int overhead = 0, overhead_rtscts = 0; local
1413 overhead = mi->overhead_legacy;
1416 overhead = mi->overhead;
1421 tx_time = ctime + 2 * (overhead + tx_time_data);
1431 tx_time += ctime + overhead
[all...]
/linux-master/drivers/net/wireguard/
H A Ddevice.c280 const int overhead = MESSAGE_MINIMUM_LENGTH + sizeof(struct udphdr) + local
296 dev->mtu = ETH_DATA_LEN - overhead;
297 dev->max_mtu = round_down(INT_MAX, MESSAGE_PADDING_MULTIPLE) - overhead;
/linux-master/include/net/tc_act/
H A Dtc_police.h189 return params->rate.overhead;
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_police.c186 a->police.avrate || a->police.overhead) {
188 "Offload not supported when peakrate/avrate/overhead is configured");
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dpolice.c31 act->police.avrate || act->police.overhead) {
33 "Offload not supported when peakrate/avrate/overhead is configured");
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_police.c99 act->police.avrate || act->police.overhead) {
101 "Offload not supported when peakrate/avrate/overhead is configured");
/linux-master/include/net/
H A Dsch_generic.h1256 u16 overhead; member in struct:psched_ratecfg
1265 len += r->overhead;
1291 res->overhead = r->overhead;
/linux-master/drivers/usb/host/
H A Dxhci.c2247 if (interval_bw->overhead[LS_OVERHEAD_TYPE])
2249 if (interval_bw->overhead[FS_OVERHEAD_TYPE])
2323 * (the sum of all max ESIT payload sizes, plus any overhead per packet times
2342 * interval. Then those packets and their associated overhead are just added
2355 unsigned int overhead = 0; local
2401 * rounded max ESIT payload + number of packets * largest overhead.
2440 /* Use the larger overhead of this or the previous interval. */
2443 if (interval_overhead > overhead)
2444 overhead = interval_overhead;
2452 bw_added = packets_transmitted * (overhead
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c1073 unsigned long overhead; local
1079 overhead = xfs_allocfree_block_count(cur->bc_mp,
1081 overhead += cur->bc_mp->m_refc_maxlevels;
1082 overhead *= cur->bc_mp->m_sb.sb_blocksize;
1095 else if (overhead > cur->bc_tp->t_log_res)
1097 return cur->bc_tp->t_log_res - overhead >
/linux-master/include/uapi/linux/
H A Dpkt_sched.h94 unsigned short overhead; member in struct:tc_ratespec
106 int overhead; member in struct:tc_sizespec
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h93 unsigned short overhead; member in struct:tc_ratespec
105 int overhead; member in struct:tc_sizespec
/linux-master/arch/x86/boot/
H A Dheader.S409 # ... resulting in +18 bytes overhead of uncompressed data.
482 # byte fixed overhead but has a maximum block size of 128K, so it needs a

Completed in 481 milliseconds

123