Searched refs:checklist (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/tools/testing/selftests/timers/ |
D | threadtest.c | 53 void checklist(struct timespec *list, int size) in checklist() function 101 checklist(global_list, LISTSIZE); in shared_thread() 124 checklist(my_list, LISTSIZE); in independent_thread()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | 00-INDEX | 21 review-checklist.txt 22 - review checklist for KVM patches.
|
D | review-checklist.txt | 1 Review checklist for kvm patches
|
/linux-4.1.27/drivers/hid/ |
D | hid-lg4ff.c | 905 const struct lg4ff_wheel_ident_checklist *checklist; in lg4ff_identify_multimode_wheel() local 911 checklist = &lg4ff_main_checklist; in lg4ff_identify_multimode_wheel() 913 to_idx = checklist->count - 1; in lg4ff_identify_multimode_wheel() 916 checklist = &lg4ff_main_checklist; in lg4ff_identify_multimode_wheel() 918 to_idx = checklist->count - 2; /* End identity check at G25 */ in lg4ff_identify_multimode_wheel() 921 checklist = &lg4ff_main_checklist; in lg4ff_identify_multimode_wheel() 923 to_idx = checklist->count - 3; /* End identity check at G27 */ in lg4ff_identify_multimode_wheel() 926 checklist = &lg4ff_main_checklist; in lg4ff_identify_multimode_wheel() 928 to_idx = checklist->count - 4; /* End identity check at DFGT */ in lg4ff_identify_multimode_wheel() 935 const u16 mask = checklist->models[i]->mask; in lg4ff_identify_multimode_wheel() [all …]
|
/linux-4.1.27/scripts/kconfig/ |
D | POTFILES.in | 1 scripts/kconfig/lxdialog/checklist.c
|
D | Makefile | 166 lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
|
/linux-4.1.27/Documentation/RCU/ |
D | 00-INDEX | 5 checklist.txt
|
D | rcu.txt | 64 See the checklist.txt file in this directory.
|
D | whatisRCU.txt | 206 checklist.txt for some approaches to limiting the update rate. 437 See checklist.txt for additional rules to follow when using RCU. 532 Again, see checklist.txt for additional rules governing the use of RCU.
|
D | checklist.txt | 4 This document contains a checklist for producing and reviewing patches
|
/linux-4.1.27/Documentation/ |
D | SubmitChecklist | 1 Linux Kernel patch submission checklist
|
D | 00-INDEX | 61 - Linux kernel patch submission checklist.
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | l3ni1.c | 646 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { in ie_in_set() argument 649 while (*checklist != -1) { in ie_in_set() 650 if ((*checklist & 0xff) == ie) { in ie_in_set() 657 checklist++; in ie_in_set() 663 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) in check_infoelements() argument 665 int *cl = checklist; in check_infoelements()
|
D | l3dss1.c | 696 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { in ie_in_set() argument 699 while (*checklist != -1) { in ie_in_set() 700 if ((*checklist & 0xff) == ie) { in ie_in_set() 707 checklist++; in ie_in_set() 713 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) in check_infoelements() argument 715 int *cl = checklist; in check_infoelements()
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 638 lxdialog-objs := checklist.o lxdialog.o 641 files. In the above example, checklist.c is compiled to checklist.o
|