/linux-4.1.27/Documentation/sound/alsa/ |
D | Channel-Mapping-API.txt | 16 { front left, front right, rear left, rear right }. 83 SNDRV_CHMAP_FL, /* front left */ 84 SNDRV_CHMAP_FR, /* front right */ 87 SNDRV_CHMAP_FC, /* front center */ 93 SNDRV_CHMAP_FLC, /* front left center */ 94 SNDRV_CHMAP_FRC, /* front right center */ 97 SNDRV_CHMAP_FLW, /* front left wide */ 98 SNDRV_CHMAP_FRW, /* front right wide */ 99 SNDRV_CHMAP_FLH, /* front left high */ 100 SNDRV_CHMAP_FCH, /* front center high */ [all …]
|
D | Audigy-mixer.txt | 42 This control is used to attenuate samples for left and right front PCM FX-bus 43 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM 44 samples for 5.1 playback. The result samples are forwarded to the front DAC PCM 70 stereo playback. The result samples are forwarded to the front DAC PCM slots 84 The result samples are forwarded to the front DAC PCM slots of the AC97 codec. 97 the front DAC PCM slots of the Philips DAC. Samples are forwarded to Mic 110 forwarded to the front DAC PCM slots of the Philips DAC. 121 digital input. The result samples are forwarded to the front DAC PCM slots 133 inputs (on the AudigyDrive). The result samples are forwarded to the front 145 inputs from Philips ADC. The result samples are forwarded to the front [all …]
|
D | HD-Audio-Models.txt | 7 5stack 5-jack in back, 2-jack in front 8 5stack-digout 5-jack in back, 2-jack in front, a SPDIF out 9 6stack 6-jack in back, 2-jack in front 73 min_fp 3-jack in back, 2-jack in front 74 full 6-jack in back, 2-jack in front 75 full_dig 6-jack in back, 2-jack in front, SPDIF I/O 76 allout 5-jack in back, 2-jack in front, SPDIF out 82 3stack-automute 3-stack with automute front HP (default) 241 5stack-no-fp D965 5stack without front panel
|
D | SB-Live-mixer.txt | 59 The result samples are forwarded to the front DAC PCM slots of the AC97 codec. 94 The result samples are forwarded to the front DAC PCM slots of the AC97 codec. 133 This control is used to attenuate samples for left and right front ADC PCM slots 134 of the AC97 codec. The result samples are forwarded to the front DAC PCM 143 This control is used to attenuate samples for left and right front ADC PCM slots 155 forwarded to the front DAC PCM slots of the AC97 codec. 167 forwarded to the front DAC PCM slots of the AC97 codec. 178 digital input. The result samples are forwarded to the front DAC PCM slots 190 digital inputs. The result samples are forwarded to the front DAC PCM slots 203 inputs (on the LiveDrive). The result samples are forwarded to the front [all …]
|
D | CMIPCI.txt | 11 channels can be used for front/rear playbacks. Since there are two 16 card#0) for front and 4/6ch playbacks, while the second PCM device 41 front one) and was so excited. It was even with "Four Channel" bit 43 from front and rear speakers! But.. after reboot, all was gone. 54 The "Exchange DAC" switch is used to exchange front and rear playback 55 routes, i.e. the 2nd DAC is output from front output.
|
D | HD-Audio-Controls.txt | 75 the front-channel. Also, the same route is used for the headphone
|
D | HD-Audio.txt | 221 indicates the front-channels). In addition, there can be individual
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_transfer.c | 47 const unsigned long *front = (const unsigned long *) *bfront; 53 prefetch((void *) front); 57 if (back[j] != front[j]) { 64 if (back[k] != front[k]) { 71 *bfront = (u8 *) &front[start]; 222 const char *front, char **urb_buf_ptr, in udl_render_hline() argument 235 line_start = (u8 *) (front + byte_offset); in udl_render_hline()
|
D | udl_drv.h | 114 const char *front, char **urb_buf_ptr,
|
/linux-4.1.27/drivers/md/bcache/ |
D | util.h | 122 size_t front, back, size, mask; \ 127 for (iter = (fifo)->front; \ 140 (fifo)->front = (fifo)->back = 0; \ 173 #define fifo_used(fifo) (((fifo)->back - (fifo)->front) & (fifo)->mask) 179 #define fifo_front(fifo) ((fifo)->data[(fifo)->front]) 199 (i) = (fifo)->data[(fifo)->front++]; \ 200 (fifo)->front &= (fifo)->mask; \ 209 --(fifo)->front; \ 210 (fifo)->front &= (fifo)->mask; \ 211 (fifo)->data[(fifo)->front] = (i); \ [all …]
|
/linux-4.1.27/net/ceph/ |
D | mon_client.c | 107 monc->m_auth->front.iov_len = len; in __send_prepared_auth_request() 154 monc->m_auth->front.iov_base, in __open_session() 198 p = msg->front.iov_base; in __send_subscribe() 229 msg->front.iov_len = p - msg->front.iov_base; in __send_subscribe() 230 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len); in __send_subscribe() 242 struct ceph_mon_subscribe_ack *h = msg->front.iov_base; in handle_subscribe_ack() 244 if (msg->front.iov_len < sizeof(*h)) in handle_subscribe_ack() 368 p = msg->front.iov_base; in ceph_monc_handle_map() 369 end = p + msg->front.iov_len; in ceph_monc_handle_map() 550 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; in handle_statfs_reply() [all …]
|
D | msgpool.c | 78 msg->front.iov_len = pool->front_len; in ceph_msgpool_put()
|
D | osd_client.c | 427 memset(msg->front.iov_base, 0, msg->front.iov_len); in ceph_osdc_alloc_request() 1764 p = msg->front.iov_base; in handle_reply() 1765 end = p + msg->front.iov_len; in handle_reply() 1929 (int)msg->front.iov_len, le32_to_cpu(msg->hdr.front_len)); in handle_reply() 2070 p = msg->front.iov_base; in ceph_osdc_handle_map() 2071 end = p + msg->front.iov_len; in ceph_osdc_handle_map() 2344 p = msg->front.iov_base; in handle_watch_notify() 2345 end = p + msg->front.iov_len; in handle_watch_notify() 2405 p = msg->front.iov_base; in ceph_osdc_build_request() 2474 BUG_ON(p > msg->front.iov_base + msg->front.iov_len); in ceph_osdc_build_request() [all …]
|
D | messenger.c | 1297 BUG_ON(le32_to_cpu(m->hdr.front_len) != m->front.iov_len); in prepare_write_message() 1302 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base); in prepare_write_message() 1314 crc = crc32c(0, m->front.iov_base, m->front.iov_len); in prepare_write_message() 2377 m->front.iov_len = 0; /* haven't read it yet */ in read_partial_message() 2388 ret = read_partial_message_section(con, &m->front, front_len, in read_partial_message() 3004 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len)); in ceph_con_send() 3248 m->front.iov_base = ceph_kvmalloc(front_len, flags); in ceph_msg_new() 3249 if (m->front.iov_base == NULL) { in ceph_msg_new() 3255 m->front.iov_base = NULL; in ceph_msg_new() 3257 m->front_alloc_len = m->front.iov_len = front_len; in ceph_msg_new() [all …]
|
/linux-4.1.27/Documentation/block/ |
D | deadline-iosched.txt | 63 request, or it fits at the front. That is called either a back merge candidate 64 or a front merge candidate. Due to the way files are typically laid out, 65 back merges are much more common than front merges. For some work loads, you 67 front merge requests. Setting front_merges to 0 disables this functionality. 70 rbtree front sector lookup when the io scheduler merge function is called.
|
D | cfq-iosched.txt | 52 backward distance of request is just 1/back_seek_penalty from a "front" 56 will bias toward front request). Default value of back_seek_penalty is 2.
|
D | biodoc.txt | 1007 "Front merges", a new request being merged at the front of an existing request,
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 298 info->head = msg->front.iov_base; in parse_reply_info() 299 p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head); in parse_reply_info() 300 end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head); in parse_reply_info() 826 h = msg->front.iov_base; in create_session_msg() 869 h = msg->front.iov_base; in create_session_open_msg() 883 p = msg->front.iov_base + sizeof(*h); in create_session_open_msg() 1450 head = msg->front.iov_base; in ceph_add_cap_releases() 1466 (int)msg->front.iov_len); in ceph_add_cap_releases() 1467 head = msg->front.iov_base; in ceph_add_cap_releases() 1469 msg->front.iov_len = sizeof(*head); in ceph_add_cap_releases() [all …]
|
D | caps.c | 1011 fc = msg->front.iov_base; in send_cap_msg() 1071 BUG_ON(msg->front.iov_len + sizeof(*item) > PAGE_CACHE_SIZE); in __queue_cap_release() 1072 head = msg->front.iov_base; in __queue_cap_release() 1074 item = msg->front.iov_base + msg->front.iov_len; in __queue_cap_release() 1082 msg->front.iov_len += sizeof(*item); in __queue_cap_release() 1090 (int)msg->front.iov_len); in __queue_cap_release() 3112 end = msg->front.iov_base + msg->front.iov_len; in ceph_handle_caps() 3114 if (msg->front.iov_len < sizeof(*h)) in ceph_handle_caps() 3116 h = msg->front.iov_base; in ceph_handle_caps()
|
D | snap.c | 815 void *p = msg->front.iov_base; in ceph_handle_snap() 816 void *e = p + msg->front.iov_len; in ceph_handle_snap() 824 if (msg->front.iov_len < sizeof(*h)) in ceph_handle_snap()
|
D | inode.c | 1346 struct ceph_mds_request_head *rhead = req->r_request->front.iov_base; in ceph_readdir_prepopulate()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | orion5x-lacie-d2-network.dts | 190 * MPP6: Red front LED 191 * MPP16: Blue front LED blink control 221 * GPIO 23: Blue front LED off
|
D | imx6qdl-cubox-i.dtsi | 60 front { 62 label = "imx6:red:front"; 177 pinctrl_cubox_i_pwm1: cubox-i-pwm1-front-led {
|
D | stih415.dtsi | 47 syscfg_front: front-syscfg@fee10000{ 48 compatible = "st,stih415-front-syscfg", "syscon";
|
D | stih407-family.dtsi | 86 syscfg_front: front-syscfg@9280000 { 87 compatible = "st,stih407-front-syscfg", "syscon";
|
D | orion5x-maxtor-shared-storage-2.dts | 163 * GPIO 23: Blue front LED off
|
D | kirkwood-b3.dts | 127 * There is one LED "port" on the front and the colours
|
D | stih416.dtsi | 48 syscfg_front:front-syscfg@fee10000{ 49 compatible = "st,stih416-front-syscfg", "syscon";
|
D | stih407-pinctrl.dtsi | 261 compatible = "st,stih407-front-pinctrl"; 446 compatible = "st,stih407-front-pinctrl";
|
D | stih415-pinctrl.dtsi | 198 pin-controller-front { 201 compatible = "st,stih415-front-pinctrl";
|
D | stih416-pinctrl.dtsi | 221 pin-controller-front { 224 compatible = "st,stih416-front-pinctrl";
|
/linux-4.1.27/net/sched/ |
D | sch_qfq.c | 176 unsigned int front; /* Index of the front slot. */ member 916 i = (grp->front + slot) % QFQ_MAX_SLOTS; in qfq_slot_insert() 925 return hlist_entry(grp->slots[grp->front].first, in qfq_slot_head() 938 if (hlist_empty(&grp->slots[grp->front])) in qfq_front_slot_remove() 959 grp->front = (grp->front + i) % QFQ_MAX_SLOTS; in qfq_slot_scan() 980 grp->front = (grp->front - i) % QFQ_MAX_SLOTS; in qfq_slot_rotate() 1357 i = (grp->front + offset) % QFQ_MAX_SLOTS; in qfq_slot_remove() 1403 } else if (hlist_empty(&grp->slots[grp->front])) { in qfq_deactivate_agg()
|
/linux-4.1.27/drivers/macintosh/ |
D | Kconfig | 91 bool "Support for the Power/iBook front LED" 96 Support the front LED on Power/iBooks as a generic LED that can 103 bool "Use front LED as IDE LED by default" 110 This option makes the front LED default to the IDE trigger 264 tristate "Support for Apple XServe front panel LEDs" 267 This driver provides some support to control the front panel
|
/linux-4.1.27/fs/afs/ |
D | write.c | 37 struct afs_writeback *front; in afs_unlink_writeback() local 44 front = list_entry(vnode->writebacks.next, in afs_unlink_writeback() 46 if (front->state == AFS_WBACK_SYNCING) { in afs_unlink_writeback() 48 front->state = AFS_WBACK_COMPLETE; in afs_unlink_writeback() 49 wake_up(&front->waitq); in afs_unlink_writeback()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | dmm.txt | 3 The dynamic memory manager (DMM) is a module located immediately in front of the
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-srws1 | 21 an RPM meter on the front of the controller
|
/linux-4.1.27/sound/oss/dmasound/ |
D | dmasound_q40.c | 410 start = write_sq.buffers[write_sq.front]; in Q40PlayNextFrame() 416 write_sq.front = (write_sq.front+1) % write_sq.max_count; in Q40PlayNextFrame()
|
D | dmasound_paula.c | 469 start = write_sq.buffers[write_sq.front]; in AmiPlayNextFrame() 514 write_sq.front = (write_sq.front+1) % write_sq.max_count; in AmiPlayNextFrame()
|
D | dmasound.h | 226 int front, rear, count; member
|
D | dmasound_core.c | 528 sq->front = sq->count = sq->rear_size = 0; in sq_setup() 827 write_sq.front = 0 ; in sq_reset_output() 1330 write_sq.max_active, write_sq.front, write_sq.rear, in state_open()
|
D | dmasound_atari.c | 1175 start = write_sq.buffers[write_sq.front]; in AtaPlayNextFrame() 1183 write_sq.front = (write_sq.front+1) % write_sq.max_count; in AtaPlayNextFrame()
|
/linux-4.1.27/drivers/video/fbdev/exynos/ |
D | exynos_mipi_dsi_lowlevel.h | 39 unsigned int front, unsigned int back);
|
D | exynos_mipi_dsi_lowlevel.c | 165 unsigned int front, unsigned int back) in exynos_mipi_dsi_set_main_disp_hporch() argument 172 reg |= DSIM_MAIN_HFP_SHIFT(front) | DSIM_MAIN_HBP_SHIFT(back); in exynos_mipi_dsi_set_main_disp_hporch()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | dt3000.c | 300 int front; in dt3k_ai_empty_fifo() local 306 front = readw(dev->mmio + DPR_AD_Buf_Front); in dt3k_ai_empty_fifo() 307 count = front - devpriv->ai_front; in dt3k_ai_empty_fifo()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | udlfb.c | 366 const unsigned long *front = (const unsigned long *) *bfront; in dlfb_trim_hline() local 372 prefetch((void *) front); in dlfb_trim_hline() 376 if (back[j] != front[j]) { in dlfb_trim_hline() 383 if (back[k] != front[k]) { in dlfb_trim_hline() 390 *bfront = (u8 *) &front[start]; in dlfb_trim_hline() 519 const char *front, char **urb_buf_ptr, in dlfb_render_hline() argument 529 line_start = (u8 *) (front + byte_offset); in dlfb_render_hline()
|
D | Kconfig | 2253 This driver implements the front-end of the Xen virtual
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | platform.txt | 77 4) Definition of DSP front end (FE) PCM devices.
|
D | DPCM.txt | 45 modem. This sound card exposes 4 DSP front end (FE) ALSA PCM devices and
|
/linux-4.1.27/Documentation/networking/ |
D | spider_net.txt | 46 and everything in front of it should be "empty". If the hardware 54 all of the descrs in front of the tail pointer should be "full", and 66 is flowing RX traffic, everything in front of the head pointer should 157 that everything in front of the "empty" descr must surely also be empty,
|
D | iphase.txt | 44 LED on the front panel of the adapter will be on if the adapter is 61 The yellow 'status' LED on the front panel of the adapter will blink
|
D | rxrpc.txt | 303 then the remainder of that message will be left on the front of the queue
|
D | bonding.txt | 978 front end does not provide any means to work with bonding devices.
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_analog.c | 88 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write() argument 91 if (snd_hda_query_pin_caps(codec, front) & AC_PINCAP_EAPD) in ad198x_power_eapd_write() 92 snd_hda_codec_write(codec, front, 0, AC_VERB_SET_EAPD_BTLENABLE, in ad198x_power_eapd_write()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | frame.inc | 42 # push the exception frame onto the front of the list
|
/linux-4.1.27/include/linux/ceph/ |
D | messenger.h | 154 struct kvec front; /* unaligned blobs of message */ member
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 12 Raw mode works fine with analog joystick front-end driver and cs461x
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | Kconfig | 8 This module does nothing by itself - the USB/PCI/SPI front-ends
|
/linux-4.1.27/fs/f2fs/ |
D | f2fs.h | 383 struct extent_info *front) in __is_extent_mergeable() argument 385 return (back->fofs + back->len == front->fofs && in __is_extent_mergeable() 386 back->blk + back->len == front->blk); in __is_extent_mergeable() 396 struct extent_info *front) in __is_front_mergeable() argument 398 return __is_extent_mergeable(cur, front); in __is_front_mergeable()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dmxdev.c | 127 struct dmx_frontend *front; in dvb_dvr_open() local 169 front = get_fe(dmxdev->demux, DMX_MEMORY_FE); in dvb_dvr_open() 171 if (!front) { in dvb_dvr_open() 176 dmxdev->demux->connect_frontend(dmxdev->demux, front); in dvb_dvr_open()
|
/linux-4.1.27/kernel/locking/ |
D | lockdep.c | 907 unsigned int front, rear; member 918 cq->front = cq->rear = 0; in __cq_init() 924 return (cq->front == cq->rear); in __cq_empty() 929 return ((cq->rear + 1) & CQ_MASK) == cq->front; in __cq_full() 947 *elem = cq->element[cq->front]; in __cq_dequeue() 948 cq->front = (cq->front + 1) & CQ_MASK; in __cq_dequeue() 954 return (cq->rear - cq->front) & CQ_MASK; in __cq_get_elem_count()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | Kconfig | 91 This adds a method to trigger system reset via front panel pinhole button.
|
/linux-4.1.27/drivers/leds/ |
D | Kconfig | 126 tristate "LED Support for the Cobalt Qube series front LED" 130 This option enables support for the front LED on Cobalt Qube series 392 drive or power LEDs on the front panel. Using this driver 393 can stop the front LED from blinking after startup.
|
/linux-4.1.27/sound/firewire/ |
D | Kconfig | 49 Say Y here to include support for the front and rear microphones
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 35 command and slave rom id prepended to the front of the requested
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/imx/ |
D | ldb.txt | 14 multiplexer in the front to select any of the four IPU display
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | Kconfig | 136 the front-end driver, this parameter must be "Y". For memory-limited
|
/linux-4.1.27/tools/perf/util/ |
D | hist.h | 268 typedef int (*hpp_callback_fn)(struct perf_hpp *hpp, bool front);
|
/linux-4.1.27/Documentation/misc-devices/ |
D | lis3lv02d | 75 * If the front side (where the touchpad is) is elevated, Y decreases
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | pinctrl-st.txt | 34 like st,stih415-sbc-pinctrl, st,stih415-front-pinctrl and so on.
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | xcalibur1501.dts | 390 /* eTSEC 1 front panel 0 */ 440 /* eTSEC 2 front panel 1 */
|
/linux-4.1.27/Documentation/driver-model/ |
D | overview.txt | 57 front of the pci_dev structure. This is to make people think about what
|
/linux-4.1.27/Documentation/trace/ |
D | events-kmem.txt | 71 In front of the page allocator is a per-cpu page allocator. It exists only
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 106 it is possible to adjust the front-end gain of the audio input and always
|
D | fimc.txt | 28 instance to any parallel video input or any MIPI-CSI front-end);
|
D | videobuf | 106 wait on the first buffer in the queue; placing other buffers in front of it 264 allocated. The scatter/gather case is the most complex on this front. For
|
/linux-4.1.27/drivers/parisc/ |
D | Kconfig | 146 That includes support for LED State front panel as found on E
|
/linux-4.1.27/Documentation/fb/ |
D | vesafb.txt | 78 if you set the 0x in front of the numbers.
|
D | sstfb.txt | 163 - try to add panning using tweeks with front and back buffer .
|
D | framebuffer.txt | 159 beams for color models, 1 electron beam for monochrome monitors). The front of
|
/linux-4.1.27/Documentation/ |
D | gcov.txt | 28 in the current directory. In addition, graphical gcov front-ends such
|
D | bus-virt-phys-mapping.txt | 178 might find yourself with a 500 MHz Alpha in front of you, and then you'll be
|
D | coccinelle.txt | 46 front-end in the 'scripts' directory.
|
D | ManagementStyle | 95 admitting up-front that you don't have a friggin' clue, and telling
|
D | applying-patches.txt | 216 Most recent patches are linked from the front page, but they also have
|
D | DMA-API-HOWTO.txt | 308 devices seems to be littered with ISA chips given a PCI front end,
|
/linux-4.1.27/drivers/usb/storage/ |
D | Kconfig | 154 This code registers the button on the front of Maxtor OneTouch USB
|
/linux-4.1.27/Documentation/filesystems/ |
D | logfs.txt | 33 writes happen from front (low addresses) to back (high addresses. If
|
D | path-lookup.txt | 187 care must be taken to load the members up-front, and use those pointers rather
|
D | xfs-delayed-logging-design.txt | 546 up front. This avoids deadlocks and removes a blocking point from the
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 359 system that implements a compatible front end.
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 365 This driver toggles the front-panel LED on sun4m systems
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 277 hint to front ends, that all suboptions should be displayed as a
|
/linux-4.1.27/arch/ |
D | Kconfig | 477 Some architectures generate an _ in front of C symbols; things like
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1227 A "Secondary Section" is a named appendix or a front-matter section of 1320 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 1322 you as the publisher of these copies. The front cover must present 1409 If the Modified Version includes new front-matter sections or
|
/linux-4.1.27/Documentation/s390/ |
D | cds.txt | 180 The ccw_device_start() routines is the I/O request front-end processor. All
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 502 This driver implements the front-end of the Xen virtual
|
/linux-4.1.27/drivers/input/misc/ |
D | Kconfig | 730 This driver implements the front-end of the Xen virtual
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 420 we go ahead and clear PG_mlocked up front, as this might be the only chance we
|
/linux-4.1.27/fs/btrfs/ |
D | ctree.h | 3898 int front);
|
D | inode.c | 4576 int front) in btrfs_truncate_page() argument 4657 if (front) in btrfs_truncate_page()
|
/linux-4.1.27/ |
D | MAINTAINERS | 10918 F: drivers/*/xen-*front.c
|