Searched refs:next_len (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/fs/ubifs/ |
D | tnc_commit.c | 417 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local 433 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() 434 if (buf_offs + next_len > c->leb_size) in layout_in_empty_space() 492 next_len = 0; in layout_in_empty_space() 494 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() 498 if (next_len) { in layout_in_empty_space() 499 if (buf_offs + next_len <= c->leb_size) in layout_in_empty_space() 520 if (next_len != 0 && in layout_in_empty_space() 521 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space() 525 if (avail <= 0 && next_len && in layout_in_empty_space() [all …]
|
/linux-2.6.39/net/sched/ |
D | sch_hfsc.c | 618 init_ed(struct hfsc_class *cl, unsigned int next_len) in init_ed() argument 638 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed() 644 update_ed(struct hfsc_class *cl, unsigned int next_len) in update_ed() argument 647 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed() 653 update_d(struct hfsc_class *cl, unsigned int next_len) in update_d() argument 655 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d() 1613 unsigned int next_len; in hfsc_dequeue() local 1655 next_len = qdisc_peek_len(cl->qdisc); in hfsc_dequeue() 1657 update_ed(cl, next_len); in hfsc_dequeue() 1659 update_d(cl, next_len); in hfsc_dequeue()
|
/linux-2.6.39/net/mac80211/ |
D | tx.c | 922 int next_len; in ieee80211_tx_h_fragment() local 930 next_len = skb->next->len; in ieee80211_tx_h_fragment() 943 next_len = 0; in ieee80211_tx_h_fragment() 945 hdr->duration_id = ieee80211_duration(tx, 0, next_len); in ieee80211_tx_h_fragment() 1006 int next_len; in ieee80211_tx_h_calculate_duration() local 1013 next_len = skb->next ? skb->next->len : 0; in ieee80211_tx_h_calculate_duration() 1017 ieee80211_duration(tx, group_addr, next_len); in ieee80211_tx_h_calculate_duration()
|