Searched refs:hnext (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/integrity/ima/
H A Dima_queue.c51 hlist_for_each_entry_rcu(qe, pos, &ima_htable.queue[key], hnext) {
84 hlist_add_head_rcu(&qe->hnext, &ima_htable.queue[key]);
H A Dima.h57 struct hlist_node hnext; /* place in hash collision list */ member in struct:ima_queue_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Dcload.c501 hndl->dm.hnext = hndl->dm.hprev = hndl; /* circular list */
1648 mlst->hnext = NULL;
1724 if (mlist->hnext) {
1725 dbmod->next_module = TADDR_TO_TDATA(mlist->hnext->dm.dbthis);
1726 dbmod->next_module_size = mlist->hnext->dm.dbsiz;
1772 hndl->dm.hnext = mlist->hnext;
1773 if (hndl->dm.hnext)
1774 hndl->dm.hnext->dm.hprev = hndl;
1776 mlist->hnext
[all...]
H A Ddload_internal.h81 struct my_handle *hnext; /* must be same as dbg_mirror_list */ member in struct:dbg_mirror_root
88 struct my_handle *hnext, *hprev; member in struct:dbg_mirror_list
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dsta_info.h191 * @hnext: hash table linked list pointer
246 struct sta_info *hnext; member in struct:sta_info
433 nxt = _sta ? rcu_dereference(_sta->hnext) : NULL; \
440 nxt = _sta ? rcu_dereference(_sta->hnext) : NULL \
H A Dsta_info.c75 s->hnext);
79 while (s->hnext && s->hnext != sta)
80 s = s->hnext;
81 if (s->hnext) {
82 rcu_assign_pointer(s->hnext, sta->hnext);
104 sta = rcu_dereference_check(sta->hnext,
131 sta = rcu_dereference_check(sta->hnext,
188 sta->hnext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_ap.h41 struct sta_info *hnext; /* next entry in hash table list */ member in struct:sta_info
H A Dhostap_ap.c92 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)];
103 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext;
107 while (s->hnext != NULL && memcmp(s->hnext->addr, sta->addr, ETH_ALEN)
109 s = s->hnext;
110 if (s->hnext != NULL)
111 s->hnext = s->hnext->hnext;
900 s = s->hnext;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Djournal.c447 cn = cn->hnext;
533 cn->hnext = cn_orig;
1896 ** only touchs the hnext and hprev pointers.
1915 if (cur->hnext) {
1916 cur->hnext->hprev = cur->hprev;
1919 cur->hprev->hnext = cur->hnext;
1921 *head = cur->hnext;
1931 cur = cur->hnext;
3541 /* then test hnext
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs_sb.h120 ** hnext and hprev are used by journal_list_hash. If a block is in more than one transaction, the journal_list_hash
133 struct reiserfs_journal_cnode *hnext; /* next in hash list */ member in struct:reiserfs_journal_cnode
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c11224 struct lpfc_dmabuf *h_buf, *hnext; local
11229 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {
11256 struct lpfc_dmabuf *h_buf, *hnext; local
11268 list_for_each_entry_safe(h_buf, hnext, &vport->rcv_buffer_list, list) {

Completed in 223 milliseconds