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

/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dwmi.c191 struct wil6210_mbox_ring_desc d_head; __wmi_send() local
216 wil_memcpy_fromio_32(&d_head, head, sizeof(d_head)); __wmi_send()
217 if (d_head.sync == 0) __wmi_send()
221 if (d_head.sync != 0) { __wmi_send()
226 next_head = r->base + ((r->head - r->base + sizeof(d_head)) % r->size); __wmi_send()
240 dst = wmi_buffer(wil, d_head.addr); __wmi_send()
243 le32_to_cpu(d_head.addr)); __wmi_send()
/linux-4.1.27/fs/fat/
H A Dinode.c378 struct hlist_head *d_head = sbi->dir_hashtable; fat_attach() local
379 d_head += fat_dir_hash(MSDOS_I(inode)->i_logstart); fat_attach()
382 hlist_add_head(&MSDOS_I(inode)->i_dir_hash, d_head); fat_attach()

Completed in 86 milliseconds