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

/linux-4.4.14/tools/testing/selftests/timers/
H A Dthreadtest.c53 void checklist(struct timespec *list, int size) checklist() function
101 checklist(global_list, LISTSIZE); shared_thread()
124 checklist(my_list, LISTSIZE); independent_thread()
/linux-4.4.14/scripts/kconfig/lxdialog/
H A Dchecklist.c2 * checklist.c -- implements the checklist box
179 /* Find length of longest item in order to center checklist */
H A Ddialog.h159 /* item list as used by checklist and menubox */
175 void *data; /* pointer to menu item - used by menubox+checklist */
/linux-4.4.14/scripts/kconfig/
H A DMakefile178 lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
/linux-4.4.14/drivers/isdn/hisax/
H A Dl3dss1.c696 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { ie_in_set() argument
699 while (*checklist != -1) { ie_in_set()
700 if ((*checklist & 0xff) == ie) { ie_in_set()
707 checklist++; ie_in_set()
713 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) check_infoelements() argument
715 int *cl = checklist; check_infoelements()
H A Dl3ni1.c646 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { ie_in_set() argument
649 while (*checklist != -1) { ie_in_set()
650 if ((*checklist & 0xff) == ie) { ie_in_set()
657 checklist++; ie_in_set()
663 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) check_infoelements() argument
665 int *cl = checklist; check_infoelements()
/linux-4.4.14/drivers/net/wireless/rt2x00/
H A Drt2x00dev.c308 /* Remove the BAR from our checklist */ rt2x00lib_txdone_bar_status()

Completed in 281 milliseconds