Searched refs:t_list (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c71 static struct iptables_target *t_list = NULL; variable in typeref:struct:iptables_target
82 me->next = t_list;
83 t_list = me;
221 for (m = t_list; m; m = m->next) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log.c3171 xlog_ticket_t *t_list; local
3186 t_list = (xlog_ticket_t *)buf;
3187 t_list->t_next = log->l_unmount_free;
3188 log->l_unmount_free = t_list++;
3195 log->l_tail->t_next = t_list;
3197 log->l_freelist = t_list;
3204 next = t_list + 1;
3205 t_list->t_next = next;
3206 t_list = next;
3210 t_list
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1662 struct list_head t_list; member in struct:reiserfs_transaction_handle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c3059 INIT_LIST_HEAD(&th->t_list);

Completed in 183 milliseconds