Searched refs:dlimit (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 1763 int frag_max, u32 *dlimit) in sgl_read_to_frags() argument 1795 *dlimit = dlen - datalen; in sgl_read_to_frags() 1840 u32 *dlimit) in cxgbi_task_data_sgl_read() argument 1864 tdata->frags, MAX_SKB_FRAGS, dlimit); in cxgbi_task_data_sgl_read() 1868 sgcnt, offset, count, tdata->dlen, *dlimit); in cxgbi_task_data_sgl_read() 1923 u32 remaining_data_tosend, dlimit = 0; in cxgbi_conn_alloc_pdu() local 1985 count, &dlimit); in cxgbi_conn_alloc_pdu() 1990 task, tcp_task, tdata, err, count, dlimit); in cxgbi_conn_alloc_pdu() 1991 if (dlimit) { in cxgbi_conn_alloc_pdu() 1993 rounddown(dlimit, in cxgbi_conn_alloc_pdu() [all …]
|
| /linux/fs/ocfs2/ |
| H A D | dir.c | 366 char *dlimit, *de_buf; in ocfs2_search_dirblock() local 371 dlimit = de_buf + bytes; in ocfs2_search_dirblock() 373 while (de_buf < dlimit - OCFS2_DIR_MEMBER_LEN) { in ocfs2_search_dirblock() 379 if (de->name + namelen <= dlimit && in ocfs2_search_dirblock()
|