/linux-4.4.14/arch/alpha/kernel/ |
D | gct.c | 15 gct6_search_struct *wanted; in gct6_find_nodes() local 25 for (wanted = search; in gct6_find_nodes() 26 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes() 27 wanted++) { in gct6_find_nodes() 28 if (node->type != wanted->type) in gct6_find_nodes() 30 if (node->subtype != wanted->subtype) in gct6_find_nodes() 34 if (wanted->callout) in gct6_find_nodes() 35 wanted->callout(node); in gct6_find_nodes()
|
/linux-4.4.14/fs/ocfs2/ |
D | reservations.c | 415 unsigned int wanted, in ocfs2_resmap_find_free_bits() argument 426 wanted, resmap->m_bitmap_len); in ocfs2_resmap_find_free_bits() 452 if (found >= wanted) in ocfs2_resmap_find_free_bits() 459 if (best_len >= wanted) in ocfs2_resmap_find_free_bits() 460 best_len = wanted; in ocfs2_resmap_find_free_bits() 472 unsigned int goal, unsigned int wanted) in __ocfs2_resv_find_window() argument 490 goal, wanted, RB_EMPTY_ROOT(root)); in __ocfs2_resv_find_window() 499 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window() 552 clen = ocfs2_resmap_find_free_bits(resmap, wanted, goal, in __ocfs2_resv_find_window() 558 if (best_len == wanted) in __ocfs2_resv_find_window() [all …]
|
D | ocfs2_trace.h | 1867 unsigned int wanted, int empty_root), 1868 TP_ARGS(r_start, r_end, goal, wanted, empty_root), 1873 __field(unsigned int, wanted) 1880 __entry->wanted = wanted; 1884 __entry->goal, __entry->wanted, __entry->empty_root)
|
D | suballoc.c | 123 u32 wanted); 1457 u32 wanted) in ocfs2_block_group_reasonably_empty() argument 1459 return le16_to_cpu(bg->bg_free_bits_count) > wanted; in ocfs2_block_group_reasonably_empty()
|
D | dlmglue.c | 345 int wanted); 1294 int wanted) in ocfs2_may_continue_on_blocked_lock() argument 1298 return wanted <= ocfs2_highest_compat_lock_level(lockres->l_blocking); in ocfs2_may_continue_on_blocked_lock()
|
D | alloc.c | 997 int wanted, in ocfs2_create_new_meta_bhs() argument 1010 while (count < wanted) { in ocfs2_create_new_meta_bhs() 1013 wanted - count, in ocfs2_create_new_meta_bhs() 1067 for(i = 0; i < wanted; i++) { in ocfs2_create_new_meta_bhs()
|
/linux-4.4.14/drivers/media/pci/bt8xx/ |
D | bttv-gpio.c | 46 int len = strlen(sub->wanted); in bttv_sub_bus_match() 48 if (0 == strncmp(dev_name(dev), sub->wanted, len)) in bttv_sub_bus_match() 123 int bttv_sub_register(struct bttv_sub_driver *sub, char *wanted) in bttv_sub_register() argument 126 snprintf(sub->wanted,sizeof(sub->wanted),"%s",wanted); in bttv_sub_register()
|
D | bttv.h | 341 char wanted[20]; member 347 int bttv_sub_register(struct bttv_sub_driver *drv, char *wanted);
|
/linux-4.4.14/drivers/mmc/host/ |
D | dw_mmc-exynos.c | 251 static void dw_mci_exynos_adjust_clock(struct dw_mci *host, unsigned int wanted) in dw_mci_exynos_adjust_clock() argument 261 if (!wanted || IS_ERR(host->ciu_clk)) in dw_mci_exynos_adjust_clock() 265 if (wanted < EXYNOS_CCLKIN_MIN) in dw_mci_exynos_adjust_clock() 266 wanted = EXYNOS_CCLKIN_MIN; in dw_mci_exynos_adjust_clock() 268 if (wanted == priv->cur_speed) in dw_mci_exynos_adjust_clock() 272 ret = clk_set_rate(host->ciu_clk, wanted * div); in dw_mci_exynos_adjust_clock() 276 wanted * div, ret); in dw_mci_exynos_adjust_clock() 279 priv->cur_speed = wanted; in dw_mci_exynos_adjust_clock() 286 unsigned int wanted = ios->clock; in dw_mci_exynos_set_ios() local 294 wanted <<= 1; in dw_mci_exynos_set_ios() [all …]
|
D | sdhci-s3c.c | 110 unsigned int wanted) in sdhci_s3c_consider_clock() argument 124 rate = clk_round_rate(clksrc, wanted); in sdhci_s3c_consider_clock() 125 return wanted - rate; in sdhci_s3c_consider_clock() 131 if ((rate >> shift) <= wanted) in sdhci_s3c_consider_clock() 138 src, rate, rate / 256, wanted); in sdhci_s3c_consider_clock() 143 src, rate, wanted, rate >> shift); in sdhci_s3c_consider_clock() 145 return wanted - (rate >> shift); in sdhci_s3c_consider_clock()
|
D | sdricoh_cs.c | 141 static int sdricoh_query_status(struct sdricoh_host *host, unsigned int wanted, in sdricoh_query_status() argument 149 if (status & wanted) in sdricoh_query_status() 154 dev_err(dev, "query_status: timeout waiting for %x\n", wanted); in sdricoh_query_status() 160 dev_err(dev, "waiting for status bit %x failed\n", wanted); in sdricoh_query_status()
|
/linux-4.4.14/Documentation/ |
D | numastat.txt | 8 numa_hit A process wanted to allocate memory from this node, 11 numa_miss A process wanted to allocate memory from another node, 14 numa_foreign A process wanted to allocate on this node, 21 interleave_hit Interleaving wanted to allocate from this node
|
D | xz.txt | 91 the fastest settings, so it isn't clear if LZMA2 encoder is wanted
|
D | pnp.txt | 149 - only call this function when all wanted values are set in the pnp_dev
|
D | stable_kernel_rules.txt | 1 Everything you ever wanted to know about Linux -stable releases.
|
D | kernel-docs.txt | 308 never wanted to write this document, being grossly underqualified, 309 but I always wanted to read it, and this was the only way. I
|
D | bcache.txt | 138 If write performance is not what you expected, you probably wanted to be
|
D | kobject.txt | 1 Everything you never wanted to know about kobjects, ksets, and ktypes
|
/linux-4.4.14/drivers/pcmcia/ |
D | sa1111_badge4.c | 65 int given, int wanted) in complain_about_jumpering() argument 71 wanted / 10, wanted % 10, in complain_about_jumpering()
|
/linux-4.4.14/lib/ |
D | iov_iter.c | 10 size_t wanted = n; \ 33 n = wanted - n; \ 37 size_t wanted = n; \ 56 n = wanted; \ 60 size_t wanted = n; \ 81 n = wanted; \ 141 size_t skip, copy, left, wanted; in copy_page_to_iter_iovec() local 152 wanted = bytes; in copy_page_to_iter_iovec() 212 i->count -= wanted - bytes; in copy_page_to_iter_iovec() 216 return wanted - bytes; in copy_page_to_iter_iovec() [all …]
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_interrupt.c | 182 unsigned wanted = 0; in interrupt_is_wanted() local 184 wanted |= dev->device_info->event_interrupt_class->interrupt_isr(dev, in interrupt_is_wanted() 187 return wanted != 0; in interrupt_is_wanted()
|
/linux-4.4.14/drivers/devfreq/ |
D | governor_userspace.c | 50 unsigned long wanted; in store_freq() local 57 sscanf(buf, "%lu", &wanted); in store_freq() 58 data->user_frequency = wanted; in store_freq()
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | aemif.c | 67 static int aemif_calc_rate(int wanted, unsigned long clk, int max) in aemif_calc_rate() argument 71 result = DIV_ROUND_UP((wanted * clk), NSEC_PER_MSEC) - 1; in aemif_calc_rate() 73 pr_debug("%s: result %d from %ld, %d\n", __func__, result, clk, wanted); in aemif_calc_rate()
|
/linux-4.4.14/drivers/scsi/ |
D | ppa.c | 39 unsigned wanted:1; /* Parport sharing busy flag */ member 69 if (dev->wanted) { in ppa_wakeup() 72 dev->wanted = 0; in ppa_wakeup() 87 dev->wanted = res; in ppa_pb_claim() 95 int wanted; in ppa_pb_dismiss() local 97 wanted = dev->wanted; in ppa_pb_dismiss() 98 dev->wanted = 0; in ppa_pb_dismiss() 100 if (!wanted) in ppa_pb_dismiss() 1019 if (dev->wanted) { in __ppa_attach()
|
D | imm.c | 45 unsigned wanted:1; /* Parport sharing busy flag */ member 78 if (dev->wanted) { in imm_wakeup() 81 dev->wanted = 0; in imm_wakeup() 95 dev->wanted = res; in imm_pb_claim() 103 int wanted; in imm_pb_dismiss() local 105 wanted = dev->wanted; in imm_pb_dismiss() 106 dev->wanted = 0; in imm_pb_dismiss() 108 if (!wanted) in imm_pb_dismiss() 1159 if (dev->wanted) { in __imm_attach()
|
D | sun3_scsi.c | 348 static inline unsigned long sun3scsi_dma_xfer_len(unsigned long wanted, in sun3scsi_dma_xfer_len() argument 353 return wanted; in sun3scsi_dma_xfer_len()
|
/linux-4.4.14/include/linux/ceph/ |
D | ceph_fs.h | 417 __le32 caps, wanted; /* new issued, wanted */ member 446 __le32 caps, wanted; /* caps issued, wanted */ member 640 __le32 caps, wanted, dirty; /* latest issued/wanted/dirty */ member 703 __le32 wanted; member 713 __le32 wanted; member
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | txrx.c | 199 static inline bool tx_policy_is_equal(const struct tx_policy *wanted, in tx_policy_is_equal() argument 202 size_t count = wanted->defined >> 1; in tx_policy_is_equal() 203 if (wanted->defined > cached->defined) in tx_policy_is_equal() 206 if (memcmp(wanted->raw, cached->raw, count)) in tx_policy_is_equal() 209 if (wanted->defined & 1) { in tx_policy_is_equal() 210 if ((wanted->raw[count] & 0x0F) != (cached->raw[count] & 0x0F)) in tx_policy_is_equal() 217 const struct tx_policy *wanted) in tx_policy_find() argument 226 if (tx_policy_is_equal(wanted, &it->policy)) in tx_policy_find() 231 if (tx_policy_is_equal(wanted, &it->policy)) in tx_policy_find() 305 struct tx_policy wanted; in tx_policy_get() local [all …]
|
/linux-4.4.14/arch/powerpc/boot/ |
D | mv64x60_i2c.c | 60 static int mv64x60_i2c_wait_for_status(int wanted) in mv64x60_i2c_wait_for_status() argument 69 if (status == wanted) in mv64x60_i2c_wait_for_status()
|
/linux-4.4.14/fs/ceph/ |
D | caps.c | 513 int fmode, unsigned issued, unsigned wanted, in ceph_add_cap() argument 531 wanted |= ceph_caps_for_mode(fmode); in ceph_add_cap() 600 if ((wanted & ~actual_wanted) || in ceph_add_cap() 603 ceph_cap_string(issued), ceph_cap_string(wanted), in ceph_add_cap() 612 cap->mds_wanted = wanted; in ceph_add_cap() 625 cap->mds_wanted = wanted; in ceph_add_cap() 627 cap->mds_wanted |= wanted; in ceph_add_cap() 990 int caps, int wanted, int dirty, in send_cap_msg() argument 1008 cid, ino, ceph_cap_string(caps), ceph_cap_string(wanted), in send_cap_msg() 1034 fc->wanted = cpu_to_le32(wanted); in send_cap_msg() [all …]
|
D | file.c | 208 int flags, fmode, wanted; in ceph_open() local 223 wanted = ceph_caps_for_mode(fmode); in ceph_open() 249 inode, fmode, ceph_cap_string(wanted), in ceph_open() 255 if ((issued & wanted) != wanted && in ceph_open() 256 (mds_wanted & wanted) != wanted && in ceph_open() 262 (ci->i_snap_caps & wanted) == wanted) { in ceph_open() 270 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open()
|
D | mds_client.c | 1414 int used, wanted, oissued, mine; in trim_caps_cb() local 1422 wanted = __ceph_caps_file_wanted(ci); in trim_caps_cb() 1427 ceph_cap_string(used), ceph_cap_string(wanted)); in trim_caps_cb() 1432 if ((used | wanted) & CEPH_CAP_ANY_WR) in trim_caps_cb() 1437 if (wanted == 0 && used == CEPH_CAP_FILE_CACHE && in trim_caps_cb() 1442 if ((used | wanted) & ~oissued & mine) in trim_caps_cb() 2831 rec.v2.wanted = cpu_to_le32(__ceph_caps_wanted(ci)); in encode_caps_cb() 2839 rec.v1.wanted = cpu_to_le32(__ceph_caps_wanted(ci)); in encode_caps_cb()
|
D | super.h | 867 int fmode, unsigned issued, unsigned wanted,
|
D | inode.c | 852 le32_to_cpu(info->cap.wanted), in fill_inode()
|
/linux-4.4.14/drivers/memory/ |
D | ti-aemif.c | 141 static int aemif_calc_rate(struct platform_device *pdev, int wanted, in aemif_calc_rate() argument 146 result = DIV_ROUND_UP((wanted * clk), NSEC_PER_MSEC) - 1; in aemif_calc_rate() 149 clk, wanted); in aemif_calc_rate()
|
/linux-4.4.14/drivers/net/ethernet/tile/ |
D | tilepro.c | 560 unsigned int wanted = 64; in tile_net_lepp_free_comps() local 569 n = tile_net_lepp_grab_comps(eq, olds, wanted, 0); in tile_net_lepp_free_comps() 1736 unsigned int wanted = 8; in tile_net_tx_tso() local 1774 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 0); in tile_net_tx_tso() 1818 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 4); in tile_net_tx_tso() 1865 unsigned int wanted = 8; in tile_net_tx() local 1954 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 0); in tile_net_tx() 2002 nolds = tile_net_lepp_grab_comps(eq, olds, wanted, 4); in tile_net_tx()
|
/linux-4.4.14/sound/core/oss/ |
D | copy.c | 48 if (dst_channels->wanted) in copy_transfer()
|
D | mulaw.c | 182 if (dst_channels[channel].wanted) in mulaw_decode() 228 if (dst_channels[channel].wanted) in mulaw_encode()
|
D | route.c | 32 if (dvp->wanted) in zero_areas()
|
D | rate.c | 84 if (dst_channels[channel].wanted) in resample_expand() 143 if (dst_channels[channel].wanted) in resample_shrink()
|
D | io.c | 103 v->wanted = 1; in io_src_channels()
|
D | pcm_plugin.c | 82 c->wanted = 0; in snd_pcm_plugin_alloc() 94 c->wanted = 0; in snd_pcm_plugin_alloc() 578 v->wanted = (stream == SNDRV_PCM_STREAM_CAPTURE); in snd_pcm_plug_client_channels_buf()
|
D | pcm_plugin.h | 45 unsigned int wanted:1; /* channel is wanted */ member
|
D | linear.c | 69 if (dst_channels[channel].wanted) in convert()
|
/linux-4.4.14/net/rds/ |
D | iw_send.c | 341 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) in rds_iw_send_grab_credits() argument 348 return wanted; in rds_iw_send_grab_credits() 357 wanted, avail, posted); in rds_iw_send_grab_credits() 363 if (avail < wanted) { in rds_iw_send_grab_credits() 371 got = wanted; in rds_iw_send_grab_credits()
|
D | ib_send.c | 355 u32 wanted, u32 *adv_credits, int need_posted, int max_posted) in rds_ib_send_grab_credits() argument 362 return wanted; in rds_ib_send_grab_credits() 371 wanted, avail, posted); in rds_ib_send_grab_credits() 377 if (avail < wanted) { in rds_ib_send_grab_credits() 385 got = wanted; in rds_ib_send_grab_credits()
|
D | iw.h | 363 int rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted,
|
D | ib.h | 405 int rds_ib_send_grab_credits(struct rds_ib_connection *ic, u32 wanted,
|
/linux-4.4.14/fs/gfs2/ |
D | log.c | 344 unsigned wanted = blks + reserved_blks; in gfs2_log_reserve() local 354 if (unlikely(free_blocks <= wanted)) { in gfs2_log_reserve() 360 if (atomic_read(&sdp->sd_log_blks_free) <= wanted) in gfs2_log_reserve() 363 } while(free_blocks <= wanted); in gfs2_log_reserve()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | s3c2410.c | 232 static int s3c_nand_calc_rate(int wanted, unsigned long clk, int max) in s3c_nand_calc_rate() argument 236 result = DIV_ROUND_UP((wanted * clk), NS_IN_KHZ); in s3c_nand_calc_rate() 238 pr_debug("result %d from %ld, %d\n", result, clk, wanted); in s3c_nand_calc_rate() 242 wanted, clk); in s3c_nand_calc_rate()
|
/linux-4.4.14/drivers/block/ |
D | swim3.c | 204 int wanted; member 319 if (fs->state == idle && fs->wanted) { in start_request() 843 ++fs->wanted; in grab_drive() 852 --fs->wanted; in grab_drive() 856 --fs->wanted; in grab_drive()
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-nice-design.txt | 35 So that if someone wanted to really renice tasks, +19 would give a much 54 To sum it up: we always wanted to make nice levels more consistent, but
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bcmsysport.c | 122 netdev_features_t wanted) in bcm_sysport_set_rx_csum() argument 127 priv->rx_chk_en = !!(wanted & NETIF_F_RXCSUM); in bcm_sysport_set_rx_csum() 157 netdev_features_t wanted) in bcm_sysport_set_tx_csum() argument 165 priv->tsb_en = !!(wanted & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); in bcm_sysport_set_tx_csum() 180 netdev_features_t wanted = dev->wanted_features; in bcm_sysport_set_features() local 184 ret = bcm_sysport_set_rx_csum(dev, wanted); in bcm_sysport_set_features() 186 ret = bcm_sysport_set_tx_csum(dev, wanted); in bcm_sysport_set_features()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.hfc-pci | 36 invoked which may not give the wanted result.
|
/linux-4.4.14/arch/arm/kernel/ |
D | head-common.S | 159 and r4, r4, r9 @ mask wanted bits
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-sis96x | 62 - ditto, plus an important datasheet... almost the one I really wanted
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd_cb.c | 1834 int wanted; in ksocknal_connect() local 1851 wanted = ksocknal_route_mask() & ~route->ksnr_connected; in ksocknal_connect() 1856 wanted == 0) { in ksocknal_connect() 1872 if ((wanted & (1 << SOCKLND_CONN_ANY)) != 0) { in ksocknal_connect() 1874 } else if ((wanted & (1 << SOCKLND_CONN_CONTROL)) != 0) { in ksocknal_connect() 1876 } else if ((wanted & (1 << SOCKLND_CONN_BULK_IN)) != 0) { in ksocknal_connect() 1879 LASSERT ((wanted & (1 << SOCKLND_CONN_BULK_OUT)) != 0); in ksocknal_connect()
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 564 int wanted; in jbd2_journal_extend() local 582 wanted = atomic_add_return(nblocks, in jbd2_journal_extend() 585 if (wanted > journal->j_max_transaction_buffers) { in jbd2_journal_extend() 592 if (wanted + (wanted >> JBD2_CONTROL_BLOCKS_SHIFT) > in jbd2_journal_extend()
|
/linux-4.4.14/fs/ocfs2/dlmfs/ |
D | userdlm.c | 418 int wanted) in user_may_continue_on_blocked_lock() argument 422 return wanted <= user_highest_compat_lock_level(lockres->l_blocking); in user_may_continue_on_blocked_lock()
|
/linux-4.4.14/Documentation/filesystems/ |
D | locks.txt | 45 I wanted the two lock styles to be cooperative, but there were so many
|
D | inotify.txt | 77 interfaces. The only real difference was whether we wanted to use open(2)
|
D | hpfs.txt | 114 really what IBM developers wanted? But problems continued. When I created in
|
/linux-4.4.14/arch/powerpc/platforms/40x/ |
D | Kconfig | 95 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 185 Proceed as if you wanted to upload a new effect, except that instead of 186 setting the id field to -1, you set it to the wanted effect id.
|
D | joystick-api.txt | 37 If the read is successful, it will return sizeof(e), unless you wanted to read
|
/linux-4.4.14/Documentation/networking/ |
D | multiqueue.txt | 70 skbedit, has been added. Assuming you wanted to route all traffic to a
|
D | bonding.txt | 1295 For example, if you wanted to make a simple bond of two e100 1636 slave devices. For instance, say we wanted, in the above configuration to
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm63 | 55 function. Depending on how the board designer wanted to use the chip, fan
|
D | w83792d | 136 range. At first a wanted temperature and interval must be set. This is done
|
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/ |
D | dsi.txt | 71 regulator is wanted.
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | entry.S | 137 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12, 315 ;; restore R9 here to contain the wanted syscall, and the other
|
/linux-4.4.14/fs/nfsd/ |
D | nfsproc.c | 242 dev_t rdev = 0, wanted = new_decode_dev(attr->ia_size); in nfsd_proc_create() local 350 rdev = wanted; in nfsd_proc_create()
|
/linux-4.4.14/Documentation/block/ |
D | ioprio.txt | 26 to be more directly mappable to performance, by passing in a wanted data
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.c | 482 netdev_features_t wanted) in bcmgenet_set_rx_csum() argument 488 rx_csum_en = !!(wanted & NETIF_F_RXCSUM); in bcmgenet_set_rx_csum() 513 netdev_features_t wanted) in bcmgenet_set_tx_csum() argument 522 desc_64b_en = !!(wanted & (NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM)); in bcmgenet_set_tx_csum() 544 netdev_features_t wanted = dev->wanted_features; in bcmgenet_set_features() local 548 ret = bcmgenet_set_tx_csum(dev, wanted); in bcmgenet_set_features() 550 ret = bcmgenet_set_rx_csum(dev, wanted); in bcmgenet_set_features()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-s3c2410.c | 831 static int s3c24xx_i2c_calcdivisor(unsigned long clkin, unsigned int wanted, in s3c24xx_i2c_calcdivisor() argument 834 unsigned int calc_divs = clkin / wanted; in s3c24xx_i2c_calcdivisor()
|
/linux-4.4.14/Documentation/ia64/ |
D | efirtc.txt | 26 Because we wanted to minimize the impact on existing user-level apps using
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 25 value, I wanted to see if the tuner could be tuned beyond the usual FM radio
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | entry.S | 127 ;; In r9 we have the wanted syscall number. Arguments come in r10,r11,r12,r13,mof,srp 285 ;; we need to restore $r9 here to contain the wanted syscall, and
|
/linux-4.4.14/Documentation/vm/ |
D | balance | 50 which have different numbers and types of zones. If we wanted to get
|
/linux-4.4.14/net/core/ |
D | ethtool.c | 158 netdev_features_t wanted = 0, valid = 0; in ethtool_set_features() local 173 wanted |= (netdev_features_t)features[i].requested << (32 * i); in ethtool_set_features() 185 dev->wanted_features |= wanted & valid; in ethtool_set_features()
|
/linux-4.4.14/Documentation/watchdog/ |
D | convert_drivers_to_kernel_api.txt | 50 If wanted, options in watchdog_info need to have WDIOF_KEEPALIVEPING
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 6406 size_t wanted; in snd_hdspm_preallocate_memory() local 6410 wanted = HDSPM_DMA_AREA_BYTES; in snd_hdspm_preallocate_memory() 6416 wanted, in snd_hdspm_preallocate_memory() 6417 wanted); in snd_hdspm_preallocate_memory() 6420 "Could not preallocate %zd Bytes\n", wanted); in snd_hdspm_preallocate_memory() 6425 " Preallocated %zd Bytes\n", wanted); in snd_hdspm_preallocate_memory()
|
/linux-4.4.14/fs/affs/ |
D | Changes | 247 routines desperately wanted their own file.
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 654 For example, if one wanted the option of printing verbose 655 machine checks, but wanted the default to be as if verbose
|
/linux-4.4.14/Documentation/dvb/ |
D | README.dvb-usb | 8 Quite keen I wanted to put the driver (with some quirks of course) into dibusb.
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | kernel.fuc | 349 // of the watchdog and add this time to the wanted ticks
|
/linux-4.4.14/Documentation/crypto/ |
D | asymmetric-keys.txt | 223 check it each time it wanted to use it. Further, the contents of the blob may
|
D | descore-readme.txt | 137 a while ago i wanted some des routines and the routines documented on sun's
|
/linux-4.4.14/Documentation/s390/ |
D | 3270.txt | 137 if you wanted a 3278 Model 4 with 43 rows of 80 columns, the
|
/linux-4.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 233 which does what you wanted
|
/linux-4.4.14/Documentation/kbuild/ |
D | modules.txt | 291 file. For example, if you wanted to build two modules, foo.ko
|
/linux-4.4.14/Documentation/scsi/ |
D | tmscsim.txt | 303 As usual, the desired value is obtained by adding the wanted values. If
|
D | ChangeLog.sym53c8xx | 582 It is probably too early, but I wanted to complete the thing.
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | de.po | 613 " by postfixing the value with the wanted unit name, without any space\n"
|
D | it.po | 608 " by postfixing the value with the wanted unit name, without any space\n"
|
D | cs.po | 603 " by postfixing the value with the wanted unit name, without any space\n"
|
D | fr.po | 601 " by postfixing the value with the wanted unit name, without any space\n"
|
D | pt.po | 610 " by postfixing the value with the wanted unit name, without any space\n"
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 434 Suppose for example, that you wanted to control both the punctuation 805 web browser. Speakup does this quite nicely. Suppose you wanted to
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 701 position in the directory tree, on every system. When I wanted to
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1713 the tracing could have overwritten the data that you wanted to
|