Home
last modified time | relevance | path

Searched refs:checklist (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/tools/testing/selftests/timers/
Dthreadtest.c53 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/
D00-INDEX21 review-checklist.txt
22 - review checklist for KVM patches.
Dreview-checklist.txt1 Review checklist for kvm patches
/linux-4.1.27/drivers/hid/
Dhid-lg4ff.c905 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/
DPOTFILES.in1 scripts/kconfig/lxdialog/checklist.c
DMakefile166 lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
/linux-4.1.27/Documentation/RCU/
D00-INDEX5 checklist.txt
Drcu.txt64 See the checklist.txt file in this directory.
DwhatisRCU.txt206 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.
Dchecklist.txt4 This document contains a checklist for producing and reviewing patches
/linux-4.1.27/Documentation/
DSubmitChecklist1 Linux Kernel patch submission checklist
D00-INDEX61 - Linux kernel patch submission checklist.
/linux-4.1.27/drivers/isdn/hisax/
Dl3ni1.c646 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()
Dl3dss1.c696 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/
Dmakefiles.txt638 lxdialog-objs := checklist.o lxdialog.o
641 files. In the above example, checklist.c is compiled to checklist.o