Home
last modified time | relevance | path

Searched defs:tpos (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Drhashtable.h278 rht_entry(tpos,pos,member) global() argument
467 rht_for_each_entry_from(tpos,pos,head,tbl,hash,member) global() argument
480 rht_for_each_entry(tpos,pos,tbl,hash,member) global() argument
497 rht_for_each_entry_safe(tpos,pos,next,tbl,hash,member) global() argument
552 rht_for_each_entry_rcu_from(tpos,pos,head,tbl,hash,member) global() argument
570 rht_for_each_entry_rcu(tpos,pos,tbl,hash,member) global() argument
596 rhl_for_each_entry_rcu(tpos,pos,list,member) global() argument
[all...]
/linux/drivers/net/ethernet/cisco/enic/
H A Denic_clsf.c159 struct enic_rfs_fltr_node *tpos; in htbl_key_search() local
/linux/drivers/sbus/char/
H A Dbbc_envctrl.c540 struct bbc_cpu_temperature *tp, *tpos; in destroy_all_temps() local
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c366 static bool qede_compare_ip_addr(struct qede_arfs_fltr_node *tpos, in qede_compare_ip_addr()
391 struct qede_arfs_fltr_node *tpos; in qede_arfs_htbl_key_search() local
/linux/drivers/infiniband/hw/irdma/
H A Dcm.c1513 struct list_head *pos, *tpos; in irdma_del_multiple_qhash() local
4343 struct list_head *pos, *tpos; in irdma_qhash_ctrl() local
/linux/include/net/
H A Dsock.h975 #define sk_for_each_entry_offset_rcu(tpos, pos, head, offset) \ argument