/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 1110 int unused, int added, in ldlm_cancel_no_wait_policy() argument 1146 int unused, int added, in ldlm_cancel_lrur_policy() argument 1156 if (count && added >= count) in ldlm_cancel_lrur_policy() 1185 int unused, int added, in ldlm_cancel_passed_policy() argument 1190 return (added >= count) ? in ldlm_cancel_passed_policy() 1205 int unused, int added, in ldlm_cancel_aged_policy() argument 1209 return ((added >= count) && in ldlm_cancel_aged_policy() 1226 int unused, int added, in ldlm_cancel_default_policy() argument 1231 return (added >= count) ? in ldlm_cancel_default_policy() 1300 int added = 0, unused, remained; in ldlm_prepare_lru_list() local [all …]
|
D | ldlm_flock.c | 147 int added = (mode == LCK_NL); in ldlm_process_flock_lock() local 286 if (added) { in ldlm_process_flock_lock() 290 added = 1; in ldlm_process_flock_lock() 390 if (!added) { in ldlm_process_flock_lock() 408 if (added) in ldlm_process_flock_lock()
|
/drivers/net/team/ |
D | Kconfig | 7 Team devices can be added using the "ip" command from the 23 All added ports are setup to have team's device address. 35 All added ports are setup to have team's device address. 47 All added ports are setup to have team's device address.
|
/drivers/block/ |
D | cciss_scsi.c | 378 struct scsi2map *added, int *nadded) in cciss_scsi_add_entry() argument 427 added[*nadded].bus = sd->bus; in cciss_scsi_add_entry() 428 added[*nadded].target = sd->target; in cciss_scsi_add_entry() 429 added[*nadded].lun = sd->lun; in cciss_scsi_add_entry() 531 struct scsi2map *added, *removed; in adjust_cciss_scsi_table() local 535 added = kzalloc(sizeof(*added) * CCISS_MAX_SCSI_DEVS_PER_HBA, in adjust_cciss_scsi_table() 540 if (!added || !removed) { in adjust_cciss_scsi_table() 585 added, &nadded) != 0) in adjust_cciss_scsi_table() 620 added, &nadded) != 0) in adjust_cciss_scsi_table() 660 rc = scsi_add_device(sh, added[i].bus, in adjust_cciss_scsi_table() [all …]
|
/drivers/staging/fbtft/ |
D | fbtft-io.c | 48 size_t added = 0; in fbtft_write_spi_emulate_9() local 81 added++; in fbtft_write_spi_emulate_9() 84 return spi_write(par->spi, par->extra, size + added); in fbtft_write_spi_emulate_9()
|
/drivers/gpu/drm/amd/scheduler/ |
D | gpu_scheduler.c | 293 bool added, first = false; in amd_sched_entity_in() local 296 added = kfifo_in(&entity->job_queue, &sched_job, in amd_sched_entity_in() 299 if (added && kfifo_len(&entity->job_queue) == sizeof(sched_job)) in amd_sched_entity_in() 308 return added; in amd_sched_entity_in()
|
/drivers/vhost/ |
D | vsock.c | 89 bool added = false; in vhost_transport_do_send_pkt() local 168 added = true; in vhost_transport_do_send_pkt() 182 if (added) in vhost_transport_do_send_pkt() 361 bool added = false; in vhost_vsock_handle_tx_kick() local 408 added = true; in vhost_vsock_handle_tx_kick() 412 if (added) in vhost_vsock_handle_tx_kick()
|
/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 83 u64 added; /* global descq number of entries */ member 130 u64 added; member 197 pq->added = 0; in qib_user_sdma_queue_create() 1087 s64 descd = ppd->sdma_descq_removed - pkt->added; in qib_user_sdma_queue_clean() 1316 pkt->added = ppd->sdma_descq_added; in qib_user_sdma_send_desc() 1317 pkt->pq->added = pkt->added; in qib_user_sdma_send_desc() 1411 if (pq->added > ppd->sdma_descq_removed) in qib_user_sdma_writev()
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 516 int added, i; in iwl_get_channels_for_scan() local 529 for (i = 0, added = 0; i < priv->scan_request->n_channels; i++) { in iwl_get_channels_for_scan() 569 added++; in iwl_get_channels_for_scan() 572 IWL_DEBUG_SCAN(priv, "total channels to scan %d\n", added); in iwl_get_channels_for_scan() 573 return added; in iwl_get_channels_for_scan()
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 31 special enhancement or added features. 50 special enhancement or added features.
|
/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 40 control the desired phase Y which is added to the phase 56 Specifies the active phase Y which is added to the phase
|
/drivers/mmc/core/ |
D | Kconfig | 8 If you say Y here, support will be added for embedded SDIO
|
/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-sysfs.c | 203 bool added = false; in store_overlays() local 313 added = true; in store_overlays() 316 if (added) { in store_overlays()
|
/drivers/mtd/ |
D | mtd_blkdevs.c | 340 goto added; in add_mtd_blktrans_dev() 349 goto added; in add_mtd_blktrans_dev() 368 added: in add_mtd_blktrans_dev()
|
/drivers/message/fusion/lsi/ |
D | mpi_history.txt | 119 * 12-04-00 01.01.02 Modified IOCFacts reply, added FWUpload messages, and 150 * added related defines. 202 * added _MULTI_PORT_DOMAIN. 252 * New fields added to FC Port Page 0 and some flags 315 * reserved byte and added a define. 393 * Added AccessStatus field to SAS Device Page 0 and added 465 * Added more defines for IOCSettings and added 612 * 10-05-04 01.05.02 MSG_TARGET_CMD_BUFFER_POST_BASE_LIST_REPLY added. 720 * Control request, and added a new operation code.
|
/drivers/staging/media/mn88472/ |
D | TODO | 17 there is less lines. Those error checks are about the last thing to be added.
|
/drivers/staging/media/mn88473/ |
D | TODO | 17 there is less lines. Those error checks are about the last thing to be added.
|
/drivers/isdn/act2000/ |
D | module.c | 675 int added = 0; in act2000_addcard() local 715 added++; in act2000_addcard() 778 return (added - failed); in act2000_addcard()
|
/drivers/staging/rdma/ipath/ |
D | ipath_user_sdma.c | 58 u64 added; /* global descq number of entries */ member 572 s64 descd = dd->ipath_sdma_descq_removed - pkt->added; in ipath_user_sdma_queue_clean() 771 pkt->added = dd->ipath_sdma_descq_added; in ipath_user_sdma_push_pkts()
|
/drivers/usb/gadget/udc/ |
D | gr_udc.h | 208 unsigned added:1; member
|
/drivers/staging/lustre/lustre/osc/ |
D | lproc_osc.c | 101 int adding, added, req_count; in max_rpcs_in_flight_store() local 120 added = osc_rq_pool->prp_populate(osc_rq_pool, adding); in max_rpcs_in_flight_store() 121 atomic_add(added, &osc_pool_req_count); in max_rpcs_in_flight_store()
|
/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 4 a. ir-kbd-i2c needs a module parameter added to allow the user to tell
|
/drivers/staging/android/ |
D | TODO | 11 interface on top of dma-buf. flush_for_device needs to be added to dma-buf
|
/drivers/net/hamradio/ |
D | hdlcdrv.c | 129 int added = 0; in hdlc_rx_add_bytes() local 139 added += 8; in hdlc_rx_add_bytes() 141 return added; in hdlc_rx_add_bytes()
|
/drivers/usb/ |
D | README | 37 Individual USB driver directories. A new driver should be added to the
|