Searched refs:if_lock (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dpktgen.c72 * way. The if_lock should be possible to remove when add/rem_device is merged
207 #define if_lock(t) spin_lock(&(t->if_lock)); macro
208 #define if_unlock(t) spin_unlock(&(t->if_lock));
398 spinlock_t if_lock; /* for list of devices */ member in struct:pktgen_thread
1742 if_lock(t);
1880 if_lock(t);
3161 if_lock(t);
3214 if_lock(t);
3224 if_lock(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dinterface.c20 static int if_lock(struct cardstate *cs, int *arg) function
24 gig_dbg(DEBUG_IF, "%u: if_lock (%d)", cs->minor_index, cmd);
239 retval = if_lock(cs, &int_arg);

Completed in 74 milliseconds