Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-10 | sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api | Jiri Pirko | 1 | -0/+1 |
#ifndef _LIBLOCKDEP_TEST_COMMON_H #define _LIBLOCKDEP_TEST_COMMON_H #define LOCK_UNLOCK_2(a, b) \ do { \ pthread_mutex_lock(&(a)); \ pthread_mutex_lock(&(b)); \ pthread_mutex_unlock(&(b)); \ pthread_mutex_unlock(&(a)); \ } while(0) #endif h/cgit.cgi/linux/net-next.git/atom/net/sched/sch_ingress.c?h=nds-private-remove' type='application/atom+xml'/>
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-10 | sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api | Jiri Pirko | 1 | -0/+1 |