Searched refs:nextid (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dlayer2.h33 u_int nextid; member in struct:manager
H A Dtei.c317 id = mgr->nextid++;
319 mgr->nextid = 1;
1317 mgr->nextid = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Didr.h109 void *idr_get_next(struct idr *idp, int *nextid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c67 int nextid; member in struct:__machtab
112 machtab->nextid = 2;
159 member->eid = machtab->nextid++;
256 machtab->nextid = 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/siano/
H A Dsmscoreapi.c946 struct list_head *firstid, *nextid; local
955 for (nextid = firstid->next;
956 nextid != firstid;
957 nextid = nextid->next) {
958 if ((((struct smscore_idlist_t *)nextid)->id == id) &&
959 (((struct smscore_idlist_t *)nextid)->data_type == data_type ||
960 (((struct smscore_idlist_t *)nextid)->data_type == 0))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemcontrol.c669 int found, ret, nextid; local
676 nextid = 1;
682 css = css_get_next(&mem_cgroup_subsys, nextid, &root->css,
692 nextid = found + 1;
1209 int nextid, found; local
1218 nextid = root_mem->last_scanned_child + 1;
1219 css = css_get_next(&mem_cgroup_subsys, nextid, &root_mem->css,

Completed in 85 milliseconds