[go: nahoru, domu]

Searched refs:next_id (Results 1 - 7 of 7) sorted by relevance

/drivers/isdn/mISDN/
H A Dtimerdev.c35 int next_id; member in struct:mISDNtimerdev
60 dev->next_id = 1;
192 id = timer->id = dev->next_id++;
193 if (dev->next_id < 0)
194 dev->next_id = 1;
H A Dlayer2.h70 u_int next_id; member in struct:layer2
H A Dlayer2.c137 id = l2->next_id++;
139 l2->next_id = 1;
2145 l2->next_id = 1;
/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c217 uint64_t id, next_id; local
229 next_id = info->next;
233 next_id);
244 id = next_id;
/drivers/isdn/divert/
H A Disdn_divert.c48 static ulong next_id = 1; /* next info id */ variable
173 cs->ics.parm.dss1_io.ll_id = next_id++; /* id for callback */
472 cs->divert_id = next_id++; /* new sequence number */
/drivers/isdn/hisax/
H A Dconfig.c1224 char *next_id = HiSax_id; local
1235 id = next_id;
1236 if ((next_id = strchr(id, t))) {
1237 *next_id++ = 0;
1241 next_id = id;
/drivers/staging/lustre/lustre/lov/
H A Dlov_obd.c2073 unsigned next_id = 0, mds_con = 0, capa = 0; local
2091 next_id = 1;
2107 if (next_id) {
2134 } else if (next_id) {

Completed in 158 milliseconds