Loading Documentation/DocBook/debugobjects.tmpl +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ number of errors are printk'ed including a full stack trace. </para> <para> The statistics are available via debugfs/debug_objects/stats. The statistics are available via /sys/kernel/debug/debug_objects/stats. They provide information about the number of warnings and the number of successful fixups along with information about the usage of the internal tracking objects and the state of the Loading Documentation/accounting/getdelays.c +2 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,8 @@ void print_ioacct(struct taskstats *t) int main(int argc, char *argv[]) { int c, rc, rep_len, aggr_len, len2, cmd_type; int c, rc, rep_len, aggr_len, len2; int cmd_type = TASKSTATS_CMD_ATTR_UNSPEC; __u16 id; __u32 mypid; Loading Documentation/atomic_ops.txt +2 −2 Original line number Diff line number Diff line Loading @@ -229,10 +229,10 @@ kernel. It is the use of atomic counters to implement reference counting, and it works such that once the counter falls to zero it can be guaranteed that no other entity can be accessing the object: static void obj_list_add(struct obj *obj) static void obj_list_add(struct obj *obj, struct list_head *head) { obj->active = 1; list_add(&obj->list); list_add(&obj->list, head); } static void obj_list_del(struct obj *obj) Loading Documentation/cdrom/packet-writing.txt +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ Using the pktcdvd debugfs interface To read pktcdvd device infos in human readable form, do: # cat /debug/pktcdvd/pktcdvd[0-7]/info # cat /sys/kernel/debug/pktcdvd/pktcdvd[0-7]/info For a description of the debugfs interface look into the file: Loading Documentation/cpu-freq/cpu-drivers.txt +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ actual frequency must be determined using the following rules: - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal target_freq. ("H for highest, but no higher than") Here again the frequency table helper might assist you - see section 3 Here again the frequency table helper might assist you - see section 2 for details. Loading Loading
Documentation/DocBook/debugobjects.tmpl +1 −1 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ number of errors are printk'ed including a full stack trace. </para> <para> The statistics are available via debugfs/debug_objects/stats. The statistics are available via /sys/kernel/debug/debug_objects/stats. They provide information about the number of warnings and the number of successful fixups along with information about the usage of the internal tracking objects and the state of the Loading
Documentation/accounting/getdelays.c +2 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,8 @@ void print_ioacct(struct taskstats *t) int main(int argc, char *argv[]) { int c, rc, rep_len, aggr_len, len2, cmd_type; int c, rc, rep_len, aggr_len, len2; int cmd_type = TASKSTATS_CMD_ATTR_UNSPEC; __u16 id; __u32 mypid; Loading
Documentation/atomic_ops.txt +2 −2 Original line number Diff line number Diff line Loading @@ -229,10 +229,10 @@ kernel. It is the use of atomic counters to implement reference counting, and it works such that once the counter falls to zero it can be guaranteed that no other entity can be accessing the object: static void obj_list_add(struct obj *obj) static void obj_list_add(struct obj *obj, struct list_head *head) { obj->active = 1; list_add(&obj->list); list_add(&obj->list, head); } static void obj_list_del(struct obj *obj) Loading
Documentation/cdrom/packet-writing.txt +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ Using the pktcdvd debugfs interface To read pktcdvd device infos in human readable form, do: # cat /debug/pktcdvd/pktcdvd[0-7]/info # cat /sys/kernel/debug/pktcdvd/pktcdvd[0-7]/info For a description of the debugfs interface look into the file: Loading
Documentation/cpu-freq/cpu-drivers.txt +1 −1 Original line number Diff line number Diff line Loading @@ -155,7 +155,7 @@ actual frequency must be determined using the following rules: - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal target_freq. ("H for highest, but no higher than") Here again the frequency table helper might assist you - see section 3 Here again the frequency table helper might assist you - see section 2 for details. Loading