Searched refs:d_head (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/ath/wil6210/
H A Dwmi.c651 struct wil6210_mbox_ring_desc d_head; local
690 wil_memcpy_fromio_32(&d_head, head, sizeof(d_head));
691 if (d_head.sync == 0)
695 if (d_head.sync != 0) {
701 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size);
721 dst = wmi_buffer(wil, d_head.addr);
724 le32_to_cpu(d_head.addr));
/linux-master/fs/fat/
H A Dinode.c420 struct hlist_head *d_head = sbi->dir_hashtable; local
421 d_head += fat_dir_hash(MSDOS_I(inode)->i_logstart);
424 hlist_add_head(&MSDOS_I(inode)->i_dir_hash, d_head);

Completed in 297 milliseconds