/linux-4.4.14/drivers/power/ |
D | apm_power.c | 121 union power_supply_propval empty; in do_calculate_time() local 176 if (_MPSY_PROP(empty_prop, &empty)) { in do_calculate_time() 178 if (_MPSY_PROP(empty_design_prop, &empty)) in do_calculate_time() 179 empty.intval = 0; in do_calculate_time() 191 return -((cur.intval - empty.intval) * 60L) / I.intval; in do_calculate_time() 218 union power_supply_propval empty, full, cur; in calculate_capacity() local 263 if (_MPSY_PROP(empty_prop, &empty)) { in calculate_capacity() 265 if (_MPSY_PROP(empty_design_prop, &empty)) in calculate_capacity() 266 empty.intval = 0; in calculate_capacity() 269 if (full.intval - empty.intval) in calculate_capacity() [all …]
|
/linux-4.4.14/Documentation/networking/ |
D | spider_net.txt | 26 There are three primary states that a descriptor can be in: "empty", 27 "full" and "not-in-use". An "empty" or "ready" descriptor is ready 30 descriptor is neither empty or full; it is simply not ready. It may 35 buffers. These are all marked "empty", ready to receive data. This 38 buffers, processing them, and re-marking them empty. 46 and everything in front of it should be "empty". If the hardware 47 discovers that the current descr is not empty, it will signal an 57 The OS will then note that the current tail is "empty", and halt 65 then mark the descr as "empty", ready to receive data. Thus, when there 67 be "not-in-use", and everything behind it should be "empty". If no [all …]
|
D | fib_trie.txt | 40 Conversely, a tnode with a mostly empty child array (see empty_children) 54 as the opposite of "empty", which might be a tad confusing.) 98 This walks the full trie (using nextleaf()) and searches for empty
|
D | openvswitch.txt | 208 Instead, in such a case, include an attribute with "empty" content. 209 It doesn't matter if the empty content could be valid protocol values, 225 an all-zero-bits vlan and an empty encap attribute, like this:
|
D | nfc.txt | 127 on. In order to allow valid "empty" responses, every data received has a NULL
|
D | ray_cs.txt | 64 Add the parameters below between the empty quotes.
|
D | x25-iface.txt | 121 when a previously congested backlog queue becomes empty again.
|
D | skfp.txt | 209 - FDDI statistic is empty.
|
/linux-4.4.14/sound/sh/ |
D | sh_dac_audio.c | 61 int empty; member 85 chip->empty = 1; in dac_audio_reset() 124 chip->empty = 1; in snd_sh_dac_pcm_open() 177 chip->empty = 1; in snd_sh_dac_pcm_trigger() 205 if (chip->empty) { in snd_sh_dac_pcm_copy() 206 chip->empty = 0; in snd_sh_dac_pcm_copy() 232 if (chip->empty) { in snd_sh_dac_pcm_silence() 233 chip->empty = 0; in snd_sh_dac_pcm_silence() 320 if (!chip->empty) { in sh_dac_audio_timer() 335 chip->empty = 1; in sh_dac_audio_timer() [all …]
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamrng.c | 66 atomic_t empty; member 109 atomic_set(&bd->empty, BUF_NOT_EMPTY); in rng_done() 134 atomic_inc(&bd->empty); /* note if pending */ in submit_job() 146 if (atomic_read(&bd->empty)) { in caam_read() 148 if (atomic_read(&bd->empty) == BUF_EMPTY) { in caam_read() 159 if (atomic_read(&bd->empty)) in caam_read() 178 atomic_set(&bd->empty, BUF_EMPTY); in caam_read() 252 if (atomic_read(&bd->empty) == BUF_PENDING) in caam_cleanup() 268 atomic_set(&bd->empty, BUF_EMPTY); in caam_init_buf()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | fsl-mxs-dma.txt | 7 If a channel is empty/reserved, 0 should be filled in place. 29 "hsadc", "lcdif", "empty", "empty"; 41 interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty",
|
/linux-4.4.14/include/sound/ |
D | pcm_params.h | 228 i->empty = 0; in snd_interval_any() 233 i->empty = 1; in snd_interval_none() 244 return i->empty; in snd_interval_empty() 295 if (i1->empty) in snd_interval_eq() 296 return i2->empty; in snd_interval_eq() 297 if (i2->empty) in snd_interval_eq() 298 return i1->empty; in snd_interval_eq()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | adf_transport_debug.c | 92 int head, tail, empty; in adf_ring_show() local 98 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_ring_show() 106 head, tail, (empty & 1 << ring->ring_number) in adf_ring_show() 215 int head, tail, empty; in adf_bank_show() local 224 empty = READ_CSR_E_STAT(csr, bank->bank_number); in adf_bank_show() 229 (empty & 1 << ring->ring_number) >> in adf_bank_show()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | layout.c | 76 static const struct req_msg_field *empty[] = { variable 1192 DEFINE_REQ_FMT0("OBD_PING", empty, empty); 1196 DEFINE_REQ_FMT0("OBD_SET_INFO", obd_set_info_client, empty); 1206 DEFINE_REQ_FMT0("SEC_CTX", empty, empty); 1233 DEFINE_REQ_FMT0("OBD_LOG_CANCEL", log_cancel_client, empty); 1237 DEFINE_REQ_FMT0("MDS_QUOTACHECK", quotactl_only, empty); 1241 DEFINE_REQ_FMT0("OST_QUOTACHECK", quotactl_only, empty); 1253 DEFINE_REQ_FMT0("QC_CALLBACK", quotactl_only, empty); 1271 DEFINE_REQ_FMT0("MDS_STATFS", empty, obd_statfs_server); 1352 DEFINE_REQ_FMT0("MDS_DISCONNECT", empty, empty); [all …]
|
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl8712_efuse.c | 158 static u8 efuse_is_empty(struct _adapter *padapter, u8 *empty) in efuse_is_empty() argument 165 *empty = true; in efuse_is_empty() 167 *empty = false; in efuse_is_empty() 500 u8 offset, word_en, empty; in r8712_efuse_map_write() local 507 empty = r8712_read8(padapter, EFUSE_CLK_CTRL); in r8712_efuse_map_write() 508 if (empty != 0x03) in r8712_efuse_map_write() 510 if (efuse_is_empty(padapter, &empty)) { in r8712_efuse_map_write() 511 if (empty) in r8712_efuse_map_write() 517 if (!empty) in r8712_efuse_map_write() 567 if (!empty) in r8712_efuse_map_write()
|
/linux-4.4.14/fs/quota/ |
D | quota_v2.c | 182 struct v2r0_disk_dqblk *d = dp, empty; in v2r0_disk2memdqb() local 194 memset(&empty, 0, sizeof(struct v2r0_disk_dqblk)); in v2r0_disk2memdqb() 195 empty.dqb_itime = cpu_to_le64(1); in v2r0_disk2memdqb() 196 if (!memcmp(&empty, dp, sizeof(struct v2r0_disk_dqblk))) in v2r0_disk2memdqb() 235 struct v2r1_disk_dqblk *d = dp, empty; in v2r1_disk2memdqb() local 247 memset(&empty, 0, sizeof(struct v2r1_disk_dqblk)); in v2r1_disk2memdqb() 248 empty.dqb_itime = cpu_to_le64(1); in v2r1_disk2memdqb() 249 if (!memcmp(&empty, dp, sizeof(struct v2r1_disk_dqblk))) in v2r1_disk2memdqb()
|
D | dquot.c | 835 struct dquot *dquot, *empty = NULL; in dqget() local 852 if (!empty) { in dqget() 854 empty = get_empty_dquot(sb, qid.type); in dqget() 855 if (!empty) in dqget() 859 dquot = empty; in dqget() 860 empty = NULL; in dqget() 894 if (empty) in dqget() 895 do_destroy_dquot(empty); in dqget()
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | cirrus,clps711x-intc.txt | 24 12: UTXINT1 UART1 transmit FIFO half empty 30 18: SS2TX SSI2 transmit FIFO less than half empty 31 28: UTXINT2 UART2 transmit FIFO half empty
|
D | atmel,aic.txt | 7 - interrupt-parent: For single AIC system, it is an empty property.
|
D | interrupts.txt | 37 property. This is a empty, boolean property. An additional "#interrupt-cells"
|
/linux-4.4.14/Documentation/block/ |
D | writeback_cache_control.txt | 28 set on an otherwise empty bio structure, which causes only an explicit cache 58 on non-empty bios can simply be ignored, and REQ_FLUSH requests without 68 support required, the block layer completes empty REQ_FLUSH requests before 76 and handle empty REQ_FLUSH requests in its prep_fn/request_fn. Note that 78 of an empty REQ_FLUSH request followed by the actual write by the block 86 layer turns it into an empty REQ_FLUSH request after the actual write.
|
/linux-4.4.14/arch/arm/include/debug/ |
D | ks8695.S | 32 tst \rd, #URLS_URTE @ Holding & Shift registers empty? 38 tst \rd, #URLS_URTHRE @ Holding Register empty?
|
/linux-4.4.14/scripts/mod/ |
D | Makefile | 2 always := $(hostprogs-y) empty.o 45 $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | imx23.dtsi | 65 interrupt-names = "empty", "ssp0", "ssp1", "empty", 365 "saif0", "empty", "auart0-rx", "auart0-tx", 366 "auart1-rx", "auart1-tx", "saif1", "empty", 367 "empty", "empty", "empty", "empty";
|
D | imx28.dtsi | 89 "hsadc", "lcdif", "empty", "empty"; 916 interrupt-names = "auart4-rx", "auart4-tx", "spdif-tx", "empty",
|
/linux-4.4.14/mm/ |
D | dmapool.c | 136 bool empty = false; in dma_pool_create() local 185 empty = true; in dma_pool_create() 188 if (empty) { in dma_pool_create() 272 bool empty = false; in dma_pool_destroy() local 281 empty = true; in dma_pool_destroy() 283 if (empty) in dma_pool_destroy()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_dh.c | 108 bool empty; in ip_vs_dh_reassign() local 112 empty = list_empty(p); in ip_vs_dh_reassign() 117 if (empty) in ip_vs_dh_reassign()
|
D | ip_vs_sh.c | 174 bool empty; in ip_vs_sh_reassign() local 178 empty = list_empty(p); in ip_vs_sh_reassign() 184 if (empty) in ip_vs_sh_reassign()
|
/linux-4.4.14/net/ |
D | sysctl_net.c | 86 static struct ctl_table empty[1]; in net_sysctl_init() local 92 net_header = register_sysctl("net", empty); in net_sysctl_init()
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | iforce-packets.c | 54 int empty; in iforce_send_packet() local 74 empty = head == tail; in iforce_send_packet() 106 if (empty) in iforce_send_packet() 113 if (iforce->usbdev && empty && in iforce_send_packet()
|
/linux-4.4.14/drivers/usb/usbip/ |
D | vhci_rx.c | 187 int empty = 0; in vhci_priv_tx_empty() local 190 empty = list_empty(&vdev->priv_rx); in vhci_priv_tx_empty() 193 return empty; in vhci_priv_tx_empty()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_cppi41.c | 202 bool empty; in cppi41_recheck_tx_req() local 205 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_recheck_tx_req() 206 if (empty) { in cppi41_recheck_tx_req() 234 bool empty; in cppi41_dma_callback() local 254 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_dma_callback() 256 if (!cppi41_channel->is_tx || empty) { in cppi41_dma_callback() 284 empty = musb_is_tx_fifo_empty(hw_ep); in cppi41_dma_callback() 285 if (empty) { in cppi41_dma_callback()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
D | header.c | 16 char empty[] = " "; in ui_browser__argv_write() local 21 str = empty; in ui_browser__argv_write()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-pps | 27 is empty. 39 is empty. 73 of this file is empty.
|
D | sysfs-devices-power | 89 states, this attribute is empty. 101 states, this attribute is empty. 113 up the system from sleep states, this attribute is empty. 125 this attribute is empty. 137 is empty. 148 wake up the system from sleep states, this attribute is empty. 160 is empty. 172 up the system from sleep states, this attribute is empty. 184 from sleep states, this attribute is empty.
|
D | sysfs-bus-rbd | 69 this is empty.) 98 image. Entries are separated by empty lines.
|
D | sysfs-bus-platform | 11 driver_override) and may be cleared with an empty string
|
D | sysfs-bus-amba | 11 be cleared with an empty string (echo > driver_override).
|
D | sysfs-block-dm | 14 Read-only string containing DM-UUID or empty string
|
D | sysfs-kernel-slab | 72 was empty but there were objects available as the result of 147 The deactivate_empty file shows how many times an empty cpu slab 253 been freed to a now-empty slab so that it had to be removed from 264 The free_slab file shows how many times an empty slab has been 295 The min_partial file specifies how many empty slabs shall
|
D | configfs-usb-gadget | 17 to bind a gadget, empty string "" to unbind.
|
D | sysfs-class-net-mesh | 15 silently dropped. <vlan_subdir> is empty when referring
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | rs485.txt | 16 - linux,rs485-enabled-at-boot-time: empty property telling to enable the rs485 18 - rs485-rx-during-tx: empty property that enables the receiving of data even
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-sdb.c | 72 if (r->empty.record_type == sdb_type_bridge) { in __fmc_scan_sdb_tree() 187 switch (r->empty.record_type) { in __fmc_show_sdb_tree() 239 r->empty.record_type); in __fmc_show_sdb_tree() 274 if (r->empty.record_type != sdb_type_device) in fmc_find_sdb_device()
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | intr.c | 170 int empty; in process_wait_list() local 180 empty = list_empty(&syncpt->intr.wait_head); in process_wait_list() 181 if (empty) in process_wait_list() 191 return empty; in process_wait_list()
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 94 when battery considered "full"/"empty" at normal conditions. Yes, there is 109 battery considered full/empty. 114 of charge when battery became full/empty". It also could mean "value of 115 charge when battery considered full/empty at given conditions (temperature, 119 be negative; there is no empty or full value. It is only useful for 156 TIME_TO_EMPTY - seconds left for battery to be considered empty (i.e. 200 in percents, but provides charge_{now,full,empty}. Should I calculate
|
D | pm_qos_interface.txt | 137 initialized or the list of requests is empty. 205 latency tolerance requirements for the device is empty, the callback is expected
|
/linux-4.4.14/tools/perf/arch/mips/ |
D | Build | 1 # empty
|
/linux-4.4.14/tools/perf/arch/parisc/ |
D | Build | 1 # empty
|
/linux-4.4.14/tools/perf/arch/alpha/ |
D | Build | 1 # empty
|
/linux-4.4.14/drivers/input/serio/ |
D | serio_raw.c | 145 bool empty; in serio_raw_fetch_byte() local 149 empty = serio_raw->head == serio_raw->tail; in serio_raw_fetch_byte() 150 if (!empty) { in serio_raw_fetch_byte() 157 return !empty; in serio_raw_fetch_byte()
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispstat.c | 183 stat->buf[i].empty = 1; in isp_stat_buf_clear() 203 if (!look_empty && curr->empty) in __isp_stat_buf_find() 207 if (curr->empty) { in __isp_stat_buf_find() 248 stat->active_buf->empty = 0; in isp_stat_buf_queue() 298 buf->empty = 1; in isp_stat_buf_get() 352 buf->empty = 1; in isp_stat_bufs_free() 445 buf->empty = 1; in isp_stat_bufs_alloc() 504 buf->empty = 1; in omap3isp_stat_request_statistics()
|
D | ispstat.h | 46 u8 empty; member
|
D | ispvideo.c | 392 unsigned int empty; in isp_video_buffer_queue() local 403 empty = list_empty(&video->dmaqueue); in isp_video_buffer_queue() 408 if (empty) { in isp_video_buffer_queue()
|
/linux-4.4.14/arch/avr32/boot/u-boot/ |
D | Makefile | 3 obj-y := empty.o
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | arm,smmu-v3.txt | 25 * "eventq" - Event Queue not empty 26 * "priq" - PRI Queue not empty
|
D | iommu.txt | 35 IOMMU maps to memory. An empty "dma-ranges" property means that there is a
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | pnfs.txt | 22 Each header is also (when non-empty) put on a list associated with 99 (Might be empty) 103 (Might be empty) 104 (This string, if not empty is always an hex
|
D | nfsroot.txt | 91 assumed to be empty, and the defaults mentioned below apply. In general 106 the client address and this parameter is NOT empty only
|
/linux-4.4.14/sound/core/ |
D | pcm_lib.c | 676 if (a->empty || b->empty) { in snd_interval_mul() 680 c->empty = 0; in snd_interval_mul() 701 if (a->empty || b->empty) { in snd_interval_div() 705 c->empty = 0; in snd_interval_div() 737 if (a->empty || b->empty) { in snd_interval_muldivk() 741 c->empty = 0; in snd_interval_muldivk() 768 if (a->empty || b->empty) { in snd_interval_mulkdiv() 772 c->empty = 0; in snd_interval_mulkdiv() 845 i->empty = 1; in snd_interval_ratnum() 861 i->empty = 1; in snd_interval_ratnum() [all …]
|
/linux-4.4.14/fs/dlm/ |
D | recover.c | 239 int empty; in recover_list_empty() local 242 empty = list_empty(&ls->ls_recover_list); in recover_list_empty() 245 return empty; in recover_list_empty() 295 int empty = 1; in recover_idr_empty() local 299 empty = 0; in recover_idr_empty() 302 return empty; in recover_idr_empty()
|
/linux-4.4.14/tools/build/tests/ex/ |
D | Build | 5 ex-y += empty/
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | qcom-pm8xxx.txt | 48 Value type: <empty> 78 Value type: <empty>
|
D | qcom-rpm.txt | 166 Value type: <empty> 193 Value type: <empty> 201 Value type: <empty>
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | test.conf | 39 REBOOT := empty
|
D | kvm.conf | 39 REBOOT := empty
|
/linux-4.4.14/include/linux/ |
D | fmc-sdb.h | 16 struct sdb_empty empty; member
|
D | namei.h | 47 extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty);
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 96 - last_tx_msg contains channel setup message and last_rx_msg is empty -> 100 - last_tx_msg contains enumeration message and last_rx_msg is empty -> 109 and empty last_rx_message.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | speakup_soft.c | 213 int empty; in softsynth_read() local 257 empty = synth_buffer_empty(); in softsynth_read() 259 if (empty) { in softsynth_read()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 31 Value type: <empty> 49 Value type: <empty> 62 Value type: <empty> 69 Value type: <empty>
|
D | cpus.txt | 15 Value type: <empty>
|
D | mpc5200.txt | 106 include the empty property 'fsl,has-wdt'. Note that this does not activate 153 Each GPIO controller node should have the empty property gpio-controller and 162 - fsl,7-wire-mode - An empty property that specifies the link uses 7-wire
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 17 - Should be empty 55 no-map (optional) - empty property 60 reusable (optional) - empty property
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | tests-phandle.dtsi | 41 empty-property;
|
/linux-4.4.14/drivers/sh/maple/ |
D | maple.c | 61 static bool empty[MAPLE_PORTS]; variable 472 if (checked[x] && empty[x]) { in maple_vblank_handler() 565 empty[mdev->port] = true; in maple_response_none() 589 empty[mdev->port] = false; in maple_response_devinfo() 847 empty[i] = false; in maple_bus_init()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | .gitignore | 2 empty.c
|
D | Makefile | 120 src-boot := $(src-wlib) $(src-plat) empty.c 152 $(obj)/empty.c: 164 empty.c zImage.coff.lds zImage.ps3.lds zImage.lds 190 extra-y := $(obj)/wrapper.a $(obj-plat) $(obj)/empty.o \
|
D | wrapper | 395 addsec $tmp "$vmz" $ksection $object/empty.o
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_mb_mgr_flush_avx2.S | 127 # If bit (32+3) is set, then all lanes are empty 156 # copy idx to empty lanes 257 ## if bit 32+3 is set, then all lanes are empty
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 119 unsigned long empty; /* # of times queue ran out of buffers */ member 155 unsigned long empty; /* # of times queue ran out of credits */ member
|
/linux-4.4.14/Documentation/sysctl/ |
D | README | 59 debug/ <empty> 68 proc/ <empty>
|
/linux-4.4.14/drivers/scsi/arm/ |
D | queue.c | 115 goto empty; in __queue_add() 132 empty: in __queue_add()
|
/linux-4.4.14/sound/core/seq/ |
D | seq_ports.c | 539 bool empty; in delete_and_unsubscribe_port() local 545 empty = list_empty(list); in delete_and_unsubscribe_port() 546 if (!empty) in delete_and_unsubscribe_port() 552 if (!empty) in delete_and_unsubscribe_port()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | queue.c | 562 bool empty = true; in cw1200_queue_stats_is_empty() local 566 empty = stats->num_queued == 0; in cw1200_queue_stats_is_empty() 572 empty = false; in cw1200_queue_stats_is_empty() 580 return empty; in cw1200_queue_stats_is_empty()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | qcom,pm8941-pwrkey.txt | 31 Value type: <empty>
|
D | qcom,pm8xxx-pwrkey.txt | 33 Value type: <empty>
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_uac1.c | 35 t.empty = 0; in snd_interval_refine_set() 71 t.empty = 0; in _snd_pcm_hw_param_set()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | iwcm.c | 876 int empty; in cm_work_handler() local 881 empty = list_empty(&cm_id_priv->work_list); in cm_work_handler() 882 while (!empty) { in cm_work_handler() 886 empty = list_empty(&cm_id_priv->work_list); in cm_work_handler() 905 if (empty) in cm_work_handler()
|
/linux-4.4.14/scripts/coccinelle/misc/ |
D | semicolon.cocci | 7 // Comments: Some false positives on empty default cases in switch statements.
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_main.c | 147 struct hostap_interface *iface, *empty, *match; in prism2_wds_add() local 149 empty = match = NULL; in prism2_wds_add() 157 empty = iface; in prism2_wds_add() 163 if (!match && empty && !prism2_wds_special_addr(remote_addr)) { in prism2_wds_add() 165 memcpy(empty->u.wds.remote_addr, remote_addr, ETH_ALEN); in prism2_wds_add() 168 local->dev->name, empty->dev->name); in prism2_wds_add()
|
/linux-4.4.14/drivers/char/xillybus/ |
D | xillybus_core.c | 677 int empty, reached_eof, exhausted, ready; in xillybus_read() local 697 empty = channel->wr_empty; in xillybus_read() 698 ready = !empty || channel->wr_ready; in xillybus_read() 700 if (!empty) { in xillybus_read() 747 if (!empty) { /* Go on, now without the spinlock */ in xillybus_read() 1001 int empty; in xillybus_myflush() local 1115 empty = !channel->rd_full; in xillybus_myflush() 1119 if (empty) in xillybus_myflush()
|
/linux-4.4.14/net/irda/ |
D | Kconfig | 70 receiving a frame if its own transmit queue is currently empty. This 74 If the transmit queue of the secondary is also empty, the primary will
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 139 # Usage: absolute-executable-path-or-empty = $(call lookup,path) 160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path) 173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
|
/linux-4.4.14/Documentation/DocBook/ |
D | usb.xml.db | 50 API-usb-wait-anchor-empty-timeout 53 API-usb-anchor-empty
|
D | alsa-driver-api.xml.db | 86 API-snd-pcm-playback-empty 87 API-snd-pcm-capture-empty 186 API-snd-rawmidi-transmit-empty
|
D | kernel-api.xml.db | 9 API-list-empty 10 API-list-empty-careful 311 API-kfifo-is-empty 346 API-relay-buf-empty
|
/linux-4.4.14/fs/ |
D | stat.c | 320 int empty = 0; in SYSCALL_DEFINE4() local 327 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in SYSCALL_DEFINE4() 331 error = empty ? -ENOENT : -EINVAL; in SYSCALL_DEFINE4()
|
/linux-4.4.14/Documentation/input/ |
D | joystick-api.txt | 150 /* EAGAIN is returned when the queue is empty */ 164 Why can get the queue full? Because you don't empty the queue as 186 In this case, read would return -1 if the queue was empty, or some 189 process the events and keep reading it until you empty the driver queue.
|
D | ntrig.txt | 36 When the last finger is removed from the device, it sends a number of empty
|
/linux-4.4.14/scripts/ |
D | Makefile.extrawarn | 18 warning- := $(empty)
|
D | Kbuild.include | 8 empty := 9 space := $(empty) $(empty) 229 # Check if both arguments has same arguments. Result is empty string if equal.
|
D | Makefile.build | 123 quiet_modtag := $(empty) $(empty)
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | qcom_smbb.txt | 95 Value type: boolean: <u32> or <empty> 100 Value type: boolean: <u32> or <empty>
|
/linux-4.4.14/sound/drivers/ |
D | ml403-ac97cr.c | 472 u32 empty = 0; in snd_ml403_ac97cr_capture_ind2_null() local 477 while ((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_null() 501 u32 empty = 0; in snd_ml403_ac97cr_capture_ind2_copy() local 507 while (((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_copy() 514 if (empty != CR_RECEMPTY) in snd_ml403_ac97cr_capture_ind2_copy()
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usb_stream.c | 600 int empty = 0; in i_capture_start() local 610 ++empty; in i_capture_start() 623 if (empty) { in i_capture_start() 633 if (!empty && s->state < usb_stream_sync1) in i_capture_start()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4acl.c | 444 int empty; member 460 state->empty = 1; in init_state() 503 if (state->empty && (flags & NFS4_ACL_TYPE_DEFAULT)) in posix_state_to_acl() 627 state->empty = 0; in process_one_v4_ace()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,quadfs.txt | 31 an empty string then no clock will be created for the
|
D | st,clkgen-vcc.txt | 28 an empty string then no clock will be created for the
|
/linux-4.4.14/fs/xfs/ |
D | xfs_log_cil.c | 755 bool empty = false; in xlog_cil_empty() local 759 empty = true; in xlog_cil_empty() 761 return empty; in xlog_cil_empty()
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_util.c | 645 bool empty; in iscsit_conn_all_queues_empty() local 648 empty = list_empty(&conn->immed_queue_list); in iscsit_conn_all_queues_empty() 651 if (!empty) in iscsit_conn_all_queues_empty() 652 return empty; in iscsit_conn_all_queues_empty() 655 empty = list_empty(&conn->response_queue_list); in iscsit_conn_all_queues_empty() 658 return empty; in iscsit_conn_all_queues_empty()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | rt_trace_defs.h | 115 unsigned int empty : 1; member
|
/linux-4.4.14/Documentation/x86/i386/ |
D | IO-APIC.txt | 93 card (IRQ11) in Slot3, and have Slot1 empty: 97 [value '0' is a generic 'placeholder', reserved for empty (or non-IRQ emitting)
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmthread.c | 518 int empty; in dlm_dirty_list_empty() local 521 empty = list_empty(&dlm->dirty_list); in dlm_dirty_list_empty() 524 return empty; in dlm_dirty_list_empty()
|
/linux-4.4.14/Documentation/fmc/ |
D | parameters.txt | 21 usually empty and all bits are one or zero. This is an example of the
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 6 released as soon as transfer is over and TxFIFO becomes empty. This is not
|
D | gpio.txt | 130 Every GPIO controller node must contain both an empty "gpio-controller" 236 the empty string. Elements of gpiorange-names-list corresponding to named
|
/linux-4.4.14/Documentation/video4linux/ |
D | pxa_camera.txt | 42 |capture list empty / | Q | | DQ | | QCI Irq EOF | 52 | | not empty / | | finished |
|
/linux-4.4.14/Documentation/ |
D | kernel-doc-nano-HOWTO.txt | 63 * empty comment line, and may include additional embedded empty 72 and ends with an @argument description, an empty line or the end of 77 empty comment lines.
|
D | robust-futexes.txt | 95 is empty. If the thread/process crashed or terminated in some incorrect 96 way then the list might be non-empty: in this case the kernel carefully 125 simple 'is the list empty' op is done.
|
D | eisa.txt | 64 force_probe : Probe even when slot 0 is empty (no EISA mainboard) 86 followed by an empty string. Each string can
|
D | dynamic-debug-howto.txt | 124 with implicit ANDs between each pair. Note that an empty list of 193 and last line number inclusive. An empty first number means 194 the first line in the file, an empty line number means the
|
D | circular-buffers.txt | 48 empty; and the buffer is full when the head pointer is one less than the tail 188 there is always one element of the array left empty. Therefore, the
|
D | assoc_array.txt | 247 completely empty. 262 completely empty. It is not permitted for another thread to be traversing 376 (*) A NULL pointer, indicating that the slot is empty.
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 19 There is a default, empty set of operations provided, so there is no need to
|
D | Booting | 89 The ATAG_CORE tag may or may not be empty. An empty ATAG_CORE tag
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_async.c | 36 u8 empty; member
|
/linux-4.4.14/sound/pci/ |
D | es1968.c | 460 int empty; /* status */ member 1349 if (buf->empty && buf->buf.bytes > max_size) in calc_available_memory_size() 1366 if (buf->empty && buf->buf.bytes >= size) in snd_es1968_new_memory() 1383 chunk->empty = 1; in snd_es1968_new_memory() 1387 buf->empty = 0; in snd_es1968_new_memory() 1398 buf->empty = 1; in snd_es1968_free_memory() 1401 if (chunk->empty) { in snd_es1968_free_memory() 1410 if (chunk->empty) { in snd_es1968_free_memory() 1468 chunk->empty = 1; in snd_es1968_init_dmabuf()
|
/linux-4.4.14/fs/btrfs/ |
D | ctree.c | 35 struct extent_buffer *src, int empty); 3195 struct extent_buffer *src, int empty) in push_node_left() argument 3208 if (!empty && src_nritems <= 8) in push_node_left() 3214 if (empty) { in push_node_left() 3595 int data_size, int empty, in __push_leaf_right() argument 3616 if (empty) in __push_leaf_right() 3629 if (!empty && push_items > 0) { in __push_leaf_right() 3656 WARN_ON(!empty && push_items == left_nritems); in __push_leaf_right() 3744 int empty, u32 min_slot) in push_leaf_right() argument 3789 if (path->slots[0] == left_nritems && !empty) { in push_leaf_right() [all …]
|
/linux-4.4.14/drivers/edac/ |
D | i5000_edac.c | 1256 int empty, channel_count; in i5000_init_csrows() local 1268 empty = 1; /* Assume NO memory */ in i5000_init_csrows() 1305 empty = 0; in i5000_init_csrows() 1308 return empty; in i5000_init_csrows()
|
/linux-4.4.14/sound/usb/ |
D | pcm.c | 937 it->empty = 1; in hw_rule_rate() 953 it->empty = 1; in hw_rule_rate() 989 it->empty = 1; in hw_rule_channels() 1005 it->empty = 1; in hw_rule_channels() 1063 it->empty = 1; in hw_rule_period_time() 1074 it->empty = 1; in hw_rule_period_time()
|
/linux-4.4.14/drivers/usb/host/ |
D | ehci-sched.c | 938 struct list_head empty; in intr_submit() local 954 INIT_LIST_HEAD (&empty); in intr_submit() 955 qh = qh_append_tds(ehci, urb, &empty, epnum, &urb->ep->hcpriv); in intr_submit() 1506 bool empty = list_empty(&stream->td_list); in iso_stream_schedule() local 1515 if (unlikely(empty && !hcd_periodic_completion_in_progress( in iso_stream_schedule() 1608 if (unlikely(!empty && start < period)) { in iso_stream_schedule() 1616 if (likely(!empty || start <= now2 + period)) { in iso_stream_schedule() 1646 if (empty) { in iso_stream_schedule()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_emu.h | 115 unsigned int empty:5; member
|
D | fpu_entry.c | 244 entry_sel_off.empty = 0; in math_emulate()
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_io.c | 475 empty: in kdb_input_flush() 481 goto empty; in kdb_input_flush()
|
/linux-4.4.14/Documentation/filesystems/ |
D | ecryptfs.txt | 67 eCryptfs version 0.1 should only be mounted on (1) empty directories
|
D | ramfs-rootfs-initramfs.txt | 76 to check for and handle an empty list, it's smaller and simpler for the kernel 77 to just make sure certain lists can't become empty. 80 amount of space an empty instance of ramfs takes up is tiny. 135 archive is empty (consuming 134 bytes on x86).
|
D | romfs.txt | 48 is 32 bytes (this is an empty file, with a less than 16 character 49 name). The maximum overhead for any non-empty file is the header, and
|
D | logfs.txt | 102 segment alias, a simple (to, from) tupel. GC will later empty this 125 the first 16 pointers in the first indirect block are left empty,
|
D | ocfs2.txt | 65 it is in use by another node, the first empty one found
|
D | xfs.txt | 90 When ikeep is specified, XFS does not delete empty inode 92 specified, empty inode clusters are returned to the free
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra30-ahub.txt | 46 Can be empty since the mapping is 1:1.
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-oneshot.txt | 40 shot - write any non-empty string to signal an events, this starts a blink
|
/linux-4.4.14/lib/ |
D | btree.c | 702 static void empty(void *elem, unsigned long opaque, unsigned long *key, in empty() function 756 func = empty; in btree_visitor() 774 func = empty; in btree_grim_visitor()
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | qcom,apq8064-pinctrl.txt | 43 Non-empty subnodes must specify the 'pins' property.
|
D | qcom,msm8660-pinctrl.txt | 43 Non-empty subnodes must specify the 'pins' property.
|
D | qcom,ipq8064-pinctrl.txt | 43 Non-empty subnodes must specify the 'pins' property.
|
D | qcom,msm8974-pinctrl.txt | 41 Non-empty subnodes must specify the 'pins' property.
|
D | pinctrl-bindings.txt | 58 to be empty. This may be required when a common IP block is 62 exist, they must still be defined, but may be left empty.
|
D | qcom,pmic-gpio.txt | 110 Value type: <empty>
|
/linux-4.4.14/drivers/atm/ |
D | nicstarmac.copyright | 29 * SDU, and leave <small_buffer_data> bytes empty at the start. Then
|
/linux-4.4.14/tools/build/ |
D | Build.include | 30 # Check if both arguments has same arguments. Result is empty string if equal.
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig.txt | 97 be unset or empty, or set to three different formats: 100 unset or empty 50 : 50 33 : 33 : 34
|
/linux-4.4.14/Documentation/vm/ |
D | numa_memory_policy.txt | 165 be non-empty. 186 always preferred by passing an empty nodemask with this mode. 187 If an empty nodemask is passed, the policy cannot use the 242 MPOL_PREFERRED policies that were created with an empty nodemask 292 MPOL_PREFERRED policies that were created with an empty nodemask 440 result is the empty set, the policy is considered invalid and cannot be
|
D | balance | 31 would not be done even when the dma zone was completely empty. 2.2 has
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | head.S | 232 beq a4, a5, 1b # skip, empty entry
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | qcom,spmi-vadc.txt | 68 Value type: <empty>
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.c | 352 bool empty; in iss_video_buf_queue() local 367 empty = list_empty(&video->dmaqueue); in iss_video_buf_queue() 372 if (empty) { in iss_video_buf_queue()
|
/linux-4.4.14/fs/nfs/ |
D | pnfs.c | 791 int empty = list_empty(&lo->plh_segs); in pnfs_set_layout_stateid() local 795 if (empty || pnfs_seqid_is_newer(newseq, oldseq)) { in pnfs_set_layout_stateid() 805 if (empty || pnfs_seqid_is_newer(new_barrier, lo->plh_barrier)) in pnfs_set_layout_stateid() 996 int status = 0, empty; in _pnfs_return_layout() local 1011 empty = list_empty(&lo->plh_segs); in _pnfs_return_layout() 1025 if (empty) { in _pnfs_return_layout()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | eeprom.h | 373 u8 empty[2][5]; member 528 u8 empty[2][5]; member
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | msm-hsusb.txt | 84 the external connector devices is not required empty <0>
|
D | ci-hdrc-usb2.txt | 52 of the external connector devices is not required, empty <0> phandle should
|
/linux-4.4.14/arch/um/ |
D | Kconfig.um | 37 where /tmp/fromhost is an empty directory inside UML and
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-main.c | 105 static struct rc_map_table empty[] = { variable 111 .scan = empty, 112 .size = ARRAY_SIZE(empty),
|
/linux-4.4.14/Documentation/x86/ |
D | tlb.txt | 16 2. The contents of the TLB. If the TLB is empty, then there will
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | mpc8536ds.dtsi | 118 label = "empty-nand";
|
D | p2020ds.dtsi | 108 empty@1f000000 {
|
/linux-4.4.14/fs/ntfs/ |
D | layout.h | 169 #define ntfs_is_empty_record(x) ( ntfs_is_magic (x, empty) ) 170 #define ntfs_is_empty_recordp(p) ( ntfs_is_magicp(p, empty) )
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | xilinx.txt | 246 - rotate-display (empty) : rotate display 180 degrees. 255 - 8-bit (empty) : Set this property for SystemACE in 8 bit mode
|
/linux-4.4.14/drivers/media/platform/vsp1/ |
D | vsp1_video.c | 851 bool empty; in vsp1_video_buffer_queue() local 854 empty = list_empty(&video->irqqueue); in vsp1_video_buffer_queue() 858 if (!empty) in vsp1_video_buffer_queue()
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 321 (comma-separated). If an empty String is given, the 324 ***CHANGE0.6: New since this version the "empty-string"-feature. 423 setup.eazmsn= empty string or string send as uus1 in DSS1 with 434 setup.eazmsn= empty string or string send as uus1 in DSS1 with 446 setup.eazmsn= empty string or string send as uus1 in DSS1 protocol
|
D | INTERFACE.CAPI | 228 be taken to represent an empty (zero length) parameter. 234 CAPI_DEFAULT: The parameter is empty/absent.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 175 * 2) Pending cfg4data, fifo not empty. 351 * If the queue was empty, queue this SCB as 361 * target queue is empty, the SCB can be queued 362 * immediately. If the queue is not empty, we must 363 * wait for it to empty before entering this SCB 409 * Whole list is empty, so the head of 746 * that the per-target selection queue is now empty. 753 * TIDs is empty. Use this knowledge to our advantage and 767 * that the queue is empty. 1722 * non-empty. We know there is more data yet to transfer [all …]
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.quirks | 32 bus. The duration to empty the entire video PCI FIFO onto the PCI bus is
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 160 6. Fix megasas_get_cmd() to only print "Command pool empty" if 293 1. Add the fix of the driver cmd empty fix of the driver cmd empty. 518 …from the memory pool created during driver initialization. If mem pool is empty then we allocate a…
|
/linux-4.4.14/Documentation/trace/ |
D | ring-buffer-design.txt | 105 to read from the buffer, if its page is empty (like it is on start-up), 230 | empty | 241 | empty | 344 The buffer is considered empty until another full commit finishes.
|
D | events-kmem.txt | 75 When a per-CPU list is empty or pages of the wrong type are allocated,
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 960 static void empty(void) in empty() function 1953 .interrupt = empty, 1955 .error = empty, 1956 .done = (done_f)empty 1960 .interrupt = empty, 1962 .error = empty, 1963 .done = (done_f)empty
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.c | 1150 unsigned long empty; in vpfe_buffer_queue() local 1154 empty = list_empty(&video->dma_queue); in vpfe_buffer_queue() 1159 if (empty && video->started && pipe->state == in vpfe_buffer_queue()
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 316 subhierarchy becomes empty so that it can be cleaned up. cgroup 504 - Tasks are kept in empty cpusets after hotplug and take on the masks 505 of the nearest non-empty ancestor, instead of being moved to it. 507 - A task can be moved into an empty cpuset, and again it takes on the 508 masks of the nearest non-empty ancestor.
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | wa-xfer.c | 1565 u8 empty; in __wa_xfer_submit() local 1578 empty = list_empty(&rpipe->seg_list); in __wa_xfer_submit() 1580 if (available && empty) { in __wa_xfer_submit() 1592 empty); in __wa_xfer_submit() 1605 xfer, wa_xfer_id(xfer), cnt, available, empty); in __wa_xfer_submit()
|
/linux-4.4.14/Documentation/RCU/ |
D | rculist_nulls.txt | 75 from a chain, and inserted into another chain. If new chain was empty
|
D | torture.txt | 226 containing structures to be placed into the "rtc" area is empty. 233 failed due to the list being empty. It is not unusual for this
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-domains.txt | 19 MUST be the empty set. The group pointed to by the ->groups pointer MUST
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_cl_internal.h | 272 } empty; member
|
/linux-4.4.14/net/atm/ |
D | mpc.c | 844 char empty[ATM_ESA_LEN]; in atm_mpoa_mpoad_attach() local 845 memset(empty, 0, ATM_ESA_LEN); in atm_mpoa_mpoad_attach() 851 if (memcmp(mpc->mps_ctrl_addr, empty, ATM_ESA_LEN) != 0) in atm_mpoa_mpoad_attach()
|
/linux-4.4.14/net/x25/ |
D | af_x25.c | 99 goto empty; in x25_parse_address_block() 109 goto empty; in x25_parse_address_block() 114 empty: in x25_parse_address_block()
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 159 The process-specific keyring is replaced with an empty one in the child on 308 00000002 I----- 2 perm 1f3f0000 0 0 keyring _uid.0: empty 309 00000007 I----- 1 perm 1f3f0000 0 0 keyring _pid.1: empty 310 0000018d I----- 1 perm 1f3f0000 0 0 keyring _pid.412: empty 312 000004d3 I--Q-- 3 perm 1f3f0000 32 -1 keyring _uid_ses.32: empty 413 If the key type supports it, if the description is NULL or an empty 418 the type. The payload is plen in size, and plen can be zero for an empty 497 The payload is of length plen, and may be absent or empty as for 784 in force then an empty string will be returned.
|
/linux-4.4.14/drivers/scsi/ |
D | xen-scsifront.c | 154 int empty = bitmap_empty(info->shadow_free_bitmap, VSCSIIF_MAX_REQS); in _scsifront_put_rqid() local 159 return empty || info->wait_ring_available; in _scsifront_put_rqid()
|
/linux-4.4.14/drivers/base/ |
D | Kconfig | 24 specify an empty string here. This setting can still be altered 60 on the rootfs is completely empty.
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-diff.txt | 120 baseline entry, are displayed with empty space within baseline column
|
D | perf-stat.txt | 113 an empty cgroup (monitor all the time) using, e.g., -G foo,,bar. Cgroups must have
|
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 136 A lookup table can then be defined as follows, with an empty entry defining its
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 1551 int empty = 1; in cfs_hash_is_empty() local 1553 cfs_hash_for_each_tight(hs, cfs_hash_peek, &empty, 0); in cfs_hash_is_empty() 1554 return empty; in cfs_hash_is_empty()
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-mcasp.c | 1151 range.empty = 1; in davinci_mcasp_hw_rule_rate() 1161 if (range.empty) { in davinci_mcasp_hw_rule_rate() 1163 range.empty = 0; in davinci_mcasp_hw_rule_rate()
|
/linux-4.4.14/fs/gfs2/ |
D | quota.c | 1501 int empty; in gfs2_quotad() local 1529 empty = list_empty(&sdp->sd_trunc_list); in gfs2_quotad() 1531 if (empty && !sdp->sd_statfs_force_sync) in gfs2_quotad()
|
/linux-4.4.14/drivers/staging/most/mostcore/ |
D | core.c | 1394 int empty; in channel_has_mbo() local 1400 empty = list_empty(&c->fifo); in channel_has_mbo() 1402 return !empty; in channel_has_mbo()
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 729 int empty=1; 734 empty=0; 736 return empty;
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | clock-bindings.txt | 60 This ensures we do not have any empty strings in clock-output-names
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | falcon.c | 807 u8 empty[FALCON_SPI_VERIFY_BUF_LEN]; in falcon_spi_erase() local 830 memset(empty, 0xff, sizeof(empty)); in falcon_spi_erase() 837 if (memcmp(empty, buffer, block_len)) in falcon_spi_erase()
|