Searched refs:checklist (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/tools/testing/selftests/timers/ |
D | threadtest.c | 41 void checklist(struct timespec *list, int size) in checklist() function 89 checklist(global_list, LISTSIZE); in shared_thread() 112 checklist(my_list, LISTSIZE); in independent_thread()
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | 00-INDEX | 28 review-checklist.txt 29 - review checklist for KVM patches.
|
D | review-checklist.txt | 1 Review checklist for kvm patches
|
/Linux-v4.19/Documentation/translations/ja_JP/ |
D | SubmitChecklist | 2 This is a version of Documentation/process/submit-checklist.rst into Japanese. 17 linux-2.6.26/Documentation/process/submit-checklist.rst の和訳です。
|
D | SubmittingPatches | 37 コードを投稿する前に、Documentation/process/submit-checklist.rst の項目リストに目
|
/Linux-v4.19/Documentation/RCU/ |
D | 00-INDEX | 5 checklist.txt
|
D | rcu.txt | 64 See the checklist.txt file in this directory.
|
D | whatisRCU.txt | 211 checklist.txt for some approaches to limiting the update rate. 444 See checklist.txt for additional rules to follow when using RCU. 539 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-v4.19/Documentation/process/ |
D | index.rst | 43 submit-checklist
|
D | submit-checklist.rst | 3 Linux Kernel patch submission checklist
|
D | 5.Posting.rst | 13 process/submitting-drivers.rst, and process/submit-checklist.rst in the kernel
|
D | submitting-patches.rst | 14 Also, read :ref:`Documentation/process/submit-checklist.rst <submitchecklist>`
|
/Linux-v4.19/scripts/kconfig/ |
D | Makefile | 185 lxdialog := checklist.o inputbox.o menubox.o textbox.o util.o yesno.o
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | SubmittingPatches | 33 阅读 Documentation/process/submit-checklist.rst 来获得在提交代码前需要检查的项目的列
|
/Linux-v4.19/drivers/isdn/hisax/ |
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()
|
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()
|
/Linux-v4.19/Documentation/hwmon/ |
D | submitting-patches | 13 Documentation/process/submit-checklist.rst
|
/Linux-v4.19/Documentation/kbuild/ |
D | makefiles.txt | 629 lxdialog-objs := checklist.o lxdialog.o 632 files. In the above example, checklist.c is compiled to checklist.o
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | driver.rst | 387 The following is a checklist to follow when preparing a driver for real
|