Searched refs:next_len (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/ubifs/ |
D | tnc_commit.c | 416 int lnum, offs, len, next_len, buf_len, buf_offs, used, avail; in layout_in_empty_space() local 432 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() 433 if (buf_offs + next_len > c->leb_size) in layout_in_empty_space() 489 next_len = 0; in layout_in_empty_space() 491 next_len = ubifs_idx_node_sz(c, cnext->child_cnt); in layout_in_empty_space() 498 if (next_len != 0 && in layout_in_empty_space() 499 buf_offs + used + next_len <= c->leb_size && in layout_in_empty_space() 503 if (avail <= 0 && next_len && in layout_in_empty_space() 504 buf_offs + used + next_len <= c->leb_size) in layout_in_empty_space() 511 if (next_len) { in layout_in_empty_space() [all …]
|
/linux-4.1.27/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() 1622 unsigned int next_len; in hfsc_dequeue() local 1665 next_len = qdisc_peek_len(cl->qdisc); in hfsc_dequeue() 1667 update_ed(cl, next_len); in hfsc_dequeue() 1669 update_d(cl, next_len); in hfsc_dequeue()
|
/linux-4.1.27/net/mac80211/ |
D | tx.c | 1036 int next_len; in ieee80211_tx_h_calculate_duration() local 1045 next_len = next->len; in ieee80211_tx_h_calculate_duration() 1047 next_len = 0; in ieee80211_tx_h_calculate_duration() 1051 ieee80211_duration(tx, skb, group_addr, next_len); in ieee80211_tx_h_calculate_duration()
|
/linux-4.1.27/fs/ext4/ |
D | extents.c | 3498 unsigned int next_len; in ext4_ext_convert_to_initialized() local 3502 next_len = ext4_ext_get_actual_len(abut_ex); in ext4_ext_convert_to_initialized() 3518 (next_len < (EXT_INIT_MAX_LEN - map_len))) { /*C4*/ in ext4_ext_convert_to_initialized() 3533 abut_ex->ee_len = cpu_to_le16(next_len + map_len); in ext4_ext_convert_to_initialized()
|