Home
last modified time | relevance | path

Searched refs:pb (Results 1 – 5 of 5) sorted by relevance

/scripts/coccinelle/api/
Ddevm_request_and_ioremap.cocci70 @pb depends on org || report || context@
92 p1 << pb.p1;
93 p2 << pb.p2;
100 p1 << pb.p1;
101 p2 << pb.p2;
/scripts/coccinelle/free/
Ddevm_free.cocci43 @pb@
59 p << pb.p;
66 p << pb.p;
/scripts/
Dxz_wrap.sh18 ia64) BCJ=--ia64; LZMA2OPTS=pb=4 ;;
/scripts/genksyms/
Dparse.y47 remove_list(struct string_list **pb, struct string_list **pe) in remove_list() argument
49 struct string_list *b = *pb, *e = *pe; in remove_list()
50 *pb = e; in remove_list()
Dparse.tab.c_shipped91 remove_list(struct string_list **pb, struct string_list **pe)
93 struct string_list *b = *pb, *e = *pe;
94 *pb = e;