Home
last modified time | relevance | path

Searched refs:d_len (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dparport.h111 unsigned long d_len; in ecpp_probe() local
137 d_len = (op->resource[2].end - d_base) + 1UL; in ecpp_probe()
139 of_ioremap(&op->resource[2], 0, d_len, "ECPP DMA"); in ecpp_probe()
186 of_iounmap(&op->resource[2], sparc_ebus_dmas[slot].info.regs, d_len); in ecpp_probe()
204 unsigned long d_len; in ecpp_remove() local
206 d_len = (op->resource[2].end - d_base) + 1UL; in ecpp_remove()
212 d_len); in ecpp_remove()
/linux-3.4.99/drivers/char/tpm/
Dtpm_bios.c218 int i, n_len = 0, d_len = 0; in get_event_name() local
272 d_len += sprintf(&data[2*i], "%02x", in get_event_name()
283 n_len, name, d_len, data); in get_event_name()
/linux-3.4.99/fs/ocfs2/
Docfs2_trace.h1273 unsigned int d_len, const unsigned char *d_name,
1275 TP_ARGS(inode, file, dentry, ino, d_len, d_name, para),
1281 __field(unsigned int, d_len)
1290 __entry->d_len = d_len;
1296 __entry->d_len, __get_str(d_name))
1303 unsigned int d_len, const unsigned char *d_name, \
1305 TP_ARGS(inode, file, dentry, ino, d_len, d_name, mode))
1408 unsigned int d_len, const unsigned char *d_name,
1411 TP_ARGS(inode, dentry, ino, d_len, d_name,
1417 __field(unsigned int, d_len)
[all …]
/linux-3.4.99/arch/s390/kernel/
Dcrash_dump.c98 static void *nt_init(void *buf, Elf64_Word type, void *desc, int d_len, in nt_init() argument
106 note->n_descsz = d_len; in nt_init()
/linux-3.4.99/drivers/net/ethernet/tile/
Dtilepro.c1785 unsigned int d_len = b_len + skb->data_len; in tile_net_tx_tso() local
1911 stats->tx_bytes += (num_segs * sh_len) + d_len; in tile_net_tx_tso()