Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 96 of 96) sorted by relevance

/linux-4.1.27/fs/jffs2/
Dsummary.c30 c->summary = kzalloc(sizeof(struct jffs2_summary), GFP_KERNEL); in jffs2_sum_init()
32 if (!c->summary) { in jffs2_sum_init()
37 c->summary->sum_buf = kmalloc(sum_size, GFP_KERNEL); in jffs2_sum_init()
39 if (!c->summary->sum_buf) { in jffs2_sum_init()
41 kfree(c->summary); in jffs2_sum_init()
54 jffs2_sum_disable_collecting(c->summary); in jffs2_sum_exit()
56 kfree(c->summary->sum_buf); in jffs2_sum_exit()
57 c->summary->sum_buf = NULL; in jffs2_sum_exit()
59 kfree(c->summary); in jffs2_sum_exit()
60 c->summary = NULL; in jffs2_sum_exit()
[all …]
Dnodemgmt.c339 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock()
368 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
372 c->summary->sum_size, sumsize); in jffs2_do_reserve_space()
377 if (jeb && (PAD(minsize) + PAD(c->summary->sum_size + sumsize + in jffs2_do_reserve_space()
381 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
393 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
404 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
DMakefile21 jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o
DKconfig53 bool "JFFS2 summary support"
57 This feature makes it possible to use summary information
60 The summary information can be inserted into a filesystem image
Djffs2_fs_sb.h142 struct jffs2_summary *summary; /* Summary information */ member
Dsummary.h190 struct jffs2_raw_summary *summary, uint32_t sumlen,
Dbuild.c406 c->summary = NULL; in jffs2_do_mount_fs()
Dwbuf.c397 jffs2_sum_disable_collecting(c->summary); in jffs2_wbuf_recover()
Dscan.c206 jffs2_sum_reset_collected(c->summary); in jffs2_scan_medium()
/linux-4.1.27/Documentation/ja_JP/
DSubmittingPatches471 Subject: [PATCH 001/123] subsystem: summary phrase
499 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確
500 に表現しなければなりません。「summary phrase」をファイル名にしてはい
501 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を
505 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に
506 なるように心がけてください。「summary phrase」は git のチェンジログの中へ
507 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する
509 人々はそのパッチに関連した議論を読むために「summary phrase」を使って google で
514 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を
516summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく
[all …]
/linux-4.1.27/Documentation/frv/
DREADME.txt17 A summary of the configuration options particular to this architecture.
22 A description of how to boot the kernel image and a summary of the kernel
29 port, and a summary of the services available.
/linux-4.1.27/Documentation/ioctl/
D00-INDEX6 - summary of CDROM ioctl calls
8 - summary of HDIO_ ioctl calls
/linux-4.1.27/tools/perf/
Dbuiltin-bench.c32 const char *summary; member
68 const char *summary; member
98 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
133 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
Dbuiltin-data.c12 const char *summary; member
41 printf("\t %s\t- %s\n", cmd->name, cmd->summary); in print_usage()
Dbuiltin-trace.c1252 bool summary; member
1786 if (trace->summary) in trace__sys_exit()
2303 if (trace->summary) in trace__run()
2434 else if (trace->summary) in trace__replay()
2699 OPT_BOOLEAN('S', "with-summary", &trace.summary, in cmd_trace()
2739 trace.summary = trace.summary_only; in cmd_trace()
/linux-4.1.27/Documentation/hwmon/
Dsmm6659 http://www.summitmicro.com/prod_select/summary/SMM465/SMM465DS.pdf
14 http://www.summitmicro.com/prod_select/summary/SMM665/SMM665B_2089_20.pdf
19 http://www.summitmicro.com/prod_select/summary/SMM665C/SMM665C_2125.pdf
24 http://www.summitmicro.com/prod_select/summary/SMM764/SMM764_2098.pdf
29 http://www.summitmicro.com/prod_select/summary/SMM766/SMM766_2086.pdf
30 http://www.summitmicro.com/prod_select/summary/SMM766B/SMM766B_2122.pdf
Dw8379522 Here is a summary of the pin mapping for the W83795G and W83795ADG.
Dw83627hf98 Here is a summary of the voltage pin mapping for the W83627THF. This
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt86 Accrue thread runtime and provide a summary at the end of the session.
100 --summary::
101 Show only a summary of syscalls by thread with min, max, and average times
105 --with-summary::
106 Show all syscalls followed by a summary by thread with min, max, and
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-msm.txt12 - interrupts : Specify the TLMM summary interrupt number
/linux-4.1.27/Documentation/spi/
D00-INDEX19 spi-summary
Dpxa2xx5 (see Documentation/spi/spi-summary). The driver has the following features
88 "Documentation/spi/spi-summary" for additional information.
/linux-4.1.27/kernel/debug/kdb/
Dkdb_cmds13 -summary
/linux-4.1.27/arch/alpha/include/asm/
Dcore_titan.h335 u64 summary; /* 0x00 */ member
352 u64 summary; /* 0x00 */ member
/linux-4.1.27/Documentation/dmaengine/
Ddmatest.txt84 or status. A test thread also emits a summary line at completion listing the
89 dmatest: dma0chan0-copy0: summary 1 test, 0 failures 1000 iops 100000 KB/s (0)
/linux-4.1.27/Documentation/vm/
D00-INDEX14 - a brief summary of hugetlbpage support in the Linux kernel.
Dhugetlbpage.txt2 The intent of this file is to give a brief summary of hugetlbpage support in
/linux-4.1.27/Documentation/
DSubmittingPatches172 SHA-1 ID of the commit. Please also include the oneline summary of
189 SHA-1 ID, and the one line summary. For example:
608 Subject: [PATCH 001/123] subsystem: summary phrase
637 The "summary phrase" in the email's Subject should concisely
638 describe the patch which that email contains. The "summary
639 phrase" should not be a filename. Do not use the same "summary
643 Bear in mind that the "summary phrase" of your email becomes a
645 into the git changelog. The "summary phrase" may later be used in
647 google for the "summary phrase" to read discussion regarding that
653 For these reasons, the "summary" must be no more than 70-75
[all …]
Dunaligned-memory-access.txt48 here; a summary of the common scenarios is presented below:
185 In summary, the 2 main scenarios where you may run into unaligned access
DSubmittingDrivers143 Weekly summary of kernel development activity - http://lwn.net/
D00-INDEX263 - summary listing of command line / boot prompt args for the kernel.
Dxillybus.txt160 In summary, for synchronous pipes, data between the host and FPGA is
Dapplying-patches.txt206 Other nice tools are diffstat, which shows a summary of changes made by a
DHOWTO328 This way, the -next kernel gives a summary outlook onto what will be
Dmemory-barriers.txt792 In summary:
/linux-4.1.27/Documentation/namespaces/
Dcompatibility-list.txt6 Here's the summary. This matrix shows the known problems, that
/linux-4.1.27/Documentation/video4linux/
Domap4_camera.txt43 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary
Dsi4713.txt89 Here is a summary of them:
Domap3isp.txt279 [2] http://git.ideasonboard.org/?p=media-ctl.git;a=summary
/linux-4.1.27/Documentation/cgroups/
Dhugetlb.txt28 Brief summary of control files
Dmemory.txt55 Brief summary of control files.
Dcpusets.txt624 In summary, the memory placement of a task whose cpuset is changed is
/linux-4.1.27/drivers/staging/lustre/lustre/
DKconfig28 http://git.whamcloud.com/?p=fs/lustre-release.git;a=summary
/linux-4.1.27/Documentation/devicetree/bindings/
DABI.txt5 summary document:
/linux-4.1.27/Documentation/devicetree/bindings/spmi/
Dqcom,spmi-pmic-arb.txt36 "periph_irq" - summary interrupt for PMIC peripherals
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dqcom-pm8xxx.txt29 has generated an interrupt (summary interrupt). The
/linux-4.1.27/Documentation/filesystems/
Dnilfs2.txt183 of logs. Each log is composed of summary information blocks, payload
214 The organization of the blocks is recorded in the summary information
245 summary. The recovery code of nilfs2 looks this boundary information
Df2fs.txt66 segment summary blocks.
354 inode lists, and summary entries of current active segments.
365 : It contains summary entries which contains the owner information of all the
Dramfs-rootfs-initramfs.txt290 The quick and dirty summary version (which is no substitute for reading
Drelay.txt154 Here's a summary of the API the relay interface provides to in-kernel clients:
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-firmware-efi-vars10 In summary, EFI variables are named, and are classified
/linux-4.1.27/arch/alpha/kernel/
Dtraps.c203 do_entArith(unsigned long summary, unsigned long write_mask, in do_entArith() argument
209 if (summary & 1) { in do_entArith()
Derr_titan.c614 emchk->summary, in privateer_process_680_frame()
/linux-4.1.27/Documentation/zh_CN/video4linux/
Domap3isp.txt277 [2] http://git.ideasonboard.org/?p=media-ctl.git;a=summary
/linux-4.1.27/Documentation/ABI/testing/
Ddebugfs-driver-genwqe58 Description: Comprehensive summary of bitstream version and software
/linux-4.1.27/
DREPORTING-BUGS106 summary from [1.]>" for easy identification by the developers.
108 [1.] One line summary of the problem:
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt88 In summary:
/linux-4.1.27/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt154 [1] http://git.ideasonboard.org/?p=media-ctl.git;a=summary
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_sysfs.c267 static QPN_ATTR_RO(summary);
/linux-4.1.27/Documentation/networking/
Ddm9000.txt142 platform data option to read the summary information without the
Dstmmac.txt283 4.11) This is a summary of the content of some relevant files:
Drxrpc.txt14 (*) RxRPC protocol summary.
Dbonding.txt2201 In summary, in a gatewayed configuration, traffic to and from
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dqcom,apq8084-pinctrl.txt19 Definition: should specify the TLMM summary IRQ.
Dqcom,msm8960-pinctrl.txt19 Definition: should specify the TLMM summary IRQ.
Dqcom,msm8916-pinctrl.txt19 Definition: should specify the TLMM summary IRQ.
/linux-4.1.27/drivers/i2c/
DKconfig15 especially in the file called "summary" there.
/linux-4.1.27/Documentation/development-process/
D5.Posting45 summary of the results should be included with the patch.
164 To that end, the summary line should describe the effects of and motivation
193 summary. Each of these lines has the format:
D7.AdvancedTopics128 occasional summary of the tree to the relevant list, and, when the time is
/linux-4.1.27/Documentation/i2c/
Dfault-codes1 This is a summary of the most important conventions for use of fault
Dsmbus-protocol4 The following is a summary of the SMBus protocol. It applies to
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt224 * interrupt bit in the error interrupt summary register
/linux-4.1.27/Documentation/arm/
Dkernel_mode_neon.txt4 TL;DR summary
DIXP4xx60 Simple one page summary of building a gateway using an IXP425 and Linux
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt225 The API summary:
/linux-4.1.27/Documentation/gpio/
Dsysfs.txt7 value instead of just showing a gpio state summary. Plus, it could be
Dgpio-legacy.txt626 value instead of just showing a gpio state summary. Plus, it could be
/linux-4.1.27/fs/f2fs/
Dsegment.c1502 struct f2fs_summary *summary; in write_compacted_summaries() local
1536 summary = (struct f2fs_summary *)(kaddr + written_size); in write_compacted_summaries()
1537 *summary = seg_i->sum_blk->entries[j]; in write_compacted_summaries()
/linux-4.1.27/Documentation/input/
Djoystick-api.txt267 The driver offers backward compatibility, though. Here's a quick summary:
/linux-4.1.27/tools/usb/usbip/
DINSTALL208 Print a summary of the options to `configure', and exit.
/linux-4.1.27/scripts/
Dcheckpatch.pl30 my $summary = 1;
146 'summary!' => \$summary,
5505 if ($summary && !($clean == 1 && $quiet == 1)) {
Danalyze_suspend.py2037 .summary {font: 22px Arial;border:1px solid;}\n\
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl390 - Added summary of proposed possible event interfaces
/linux-4.1.27/Documentation/ia64/
Dfsys.txt49 In summary, fsys-mode is much more similar to running in user-mode
/linux-4.1.27/Documentation/kdump/
Dkdump.txt324 of dump-capture kernel. Following is the summary.
/linux-4.1.27/Documentation/power/
Dswsusp.txt93 Sleep states summary
/linux-4.1.27/arch/alpha/
DKconfig101 <http://www.alphalinux.org/>. In summary:
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt116 * This section contains a (not-thorough) summary on classical deadline
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt33 of the summary text almost directly, to be honest.
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt443 In summary, there is no way to guarantee the TSC remains in perfect
/linux-4.1.27/Documentation/RCU/
DRTFP.txt254 of nodes in the tree, but lacks the summary-of-execution-history
287 of nodes in the tree, but lacks the summary-of-execution-history
DwhatisRCU.txt517 The summary of advice is the same as for the previous section, except
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME606 Stats Lists summary resource usage information as well as per
/linux-4.1.27/Documentation/security/
Dkeys.txt539 This function returns a summary of the key's attributes (but not its
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt160 conventions. A summary of the interface is described here. A full
/linux-4.1.27/Documentation/s390/
DDebugging390.txt1298 summary for Dummies. If you have the s/390 principles of operation available