Searched refs:p_next (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/qed/
H A Dqed_chain.h285 struct qed_chain_next *p_next = NULL; local
290 p_next = *p_next_elem;
291 *p_next_elem = p_next->next_virt;
534 struct qed_chain_next *p_next = NULL; local
545 p_next = (struct qed_chain_next *)((u8 *)p_virt_addr + size);
546 while (p_next->next_virt != p_chain->p_virt_addr) {
547 p_virt_addr = p_next->next_virt;
548 p_next = (struct qed_chain_next *)((u8 *)p_virt_addr +
/linux-master/drivers/dma/
H A Dsun6i-dma.c413 dma_addr_t p_lli, p_next; local
423 p_next = v_lli->p_lli_next;
428 p_lli = p_next;
/linux-master/sound/soc/codecs/
H A Dhdac_hdmi.c904 struct hdac_hdmi_port *p, *p_next; local
926 list_for_each_entry_safe(p, p_next, &pcm->port_list, head) {
/linux-master/security/apparmor/
H A Dapparmorfs.c2222 * p_next - read the next profile entry
2231 static void *p_next(struct seq_file *f, void *p, loff_t *pos) function
2245 * Release all locking done by p_start/p_next on namespace tree
2281 .next = p_next,
/linux-master/kernel/trace/
H A Dtrace_events.c1324 p_next(struct seq_file *m, void *v, loff_t *pos) function
1342 * Grab the mutex, to keep calls to p_next() having the same
2099 .next = p_next,

Completed in 135 milliseconds