#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'/>
summaryrefslogtreecommitdiff
path: root/net/sched/sch_ingress.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1