| /linux/fs/dlm/ |
| H A D | dir.c | 63 int error = -ENOMEM, last_len, nodeid, result; in dlm_recover_directory() local 81 last_len = 0; in dlm_recover_directory() 91 last_name, last_len, seq); in dlm_recover_directory() 174 last_len = namelen; in dlm_recover_directory()
|
| H A D | rcom.h | 18 int last_len, uint64_t seq);
|
| H A D | rcom.c | 308 int last_len, uint64_t seq) in dlm_rcom_names() argument 317 error = create_rcom(ls, nodeid, DLM_RCOM_NAMES, last_len, in dlm_rcom_names() 321 memcpy(rc->rc_buf, last_name, last_len); in dlm_rcom_names()
|
| /linux/drivers/scsi/ |
| H A D | atp870u.h | 51 unsigned long last_len; member
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | hw_ops.h | 191 wlcore_hw_pre_pkt_send(struct wl1271 *wl, u32 buf_offset, u32 last_len) in wlcore_hw_pre_pkt_send() argument 194 return wl->ops->pre_pkt_send(wl, buf_offset, last_len); in wlcore_hw_pre_pkt_send()
|
| H A D | tx.c | 755 u32 buf_offset = 0, last_len = 0; in wlcore_tx_work_locked() local 786 last_len); in wlcore_tx_work_locked() 815 last_len = ret; in wlcore_tx_work_locked() 816 buf_offset += last_len; in wlcore_tx_work_locked() 826 buf_offset = wlcore_hw_pre_pkt_send(wl, buf_offset, last_len); in wlcore_tx_work_locked()
|
| H A D | wlcore.h | 97 u32 (*pre_pkt_send)(struct wl1271 *wl, u32 buf_offset, u32 last_len);
|
| /linux/include/linux/platform_data/ |
| H A D | cros_ec_sensorhub.h | 110 int last_len; member
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | arasan-nand-controller.c | 683 unsigned int last_len = nfc_op->len % 4; in anfc_rw_pio_op() local 706 if (last_len) { in anfc_rw_pio_op() 709 offset = nfc_op->len - last_len; in anfc_rw_pio_op() 713 memcpy(&buf[offset], &remainder, last_len); in anfc_rw_pio_op() 715 memcpy(&remainder, &buf[offset], last_len); in anfc_rw_pio_op()
|
| /linux/fs/jffs2/ |
| H A D | nodelist.c | 616 uint32_t last_len = ref_totlen(c, jeb, jeb->last_node); in jffs2_link_node_ref() local 621 ref_offset(jeb->last_node)+last_len); in jffs2_link_node_ref()
|
| /linux/net/sched/ |
| H A D | sch_netem.c | 650 unsigned int len, last_len; 660 last_len = segs->len; in get_slot_next() 667 len += last_len; in get_slot_next() 622 unsigned int len, last_len; netem_enqueue() local
|
| H A D | sch_cake.c | 1416 unsigned int hdr_len, last_len = 0; in cake_overhead() local 1451 last_len = skb->len - shinfo->gso_size * (segs - 1); in cake_overhead() 1454 cake_calc_overhead(q, last_len, off)); in cake_overhead()
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A D | main.c | 1658 u32 buf_offset, u32 last_len) in wl18xx_pre_pkt_send() argument 1665 buf_offset - last_len); in wl18xx_pre_pkt_send()
|