more 46 arch/arc/include/asm/tlb-mmu1.h ; Slower in thrash case (where it matters) because more code is executed more 16 arch/mips/include/uapi/asm/bitfield.h #define __BITFIELD_FIELD(field, more) \ more 18 arch/mips/include/uapi/asm/bitfield.h more more 22 arch/mips/include/uapi/asm/bitfield.h #define __BITFIELD_FIELD(field, more) \ more 23 arch/mips/include/uapi/asm/bitfield.h more \ more 350 arch/powerpc/mm/hugetlbpage.c unsigned long more; more 368 arch/powerpc/mm/hugetlbpage.c more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); more 369 arch/powerpc/mm/hugetlbpage.c if (more > next) more 370 arch/powerpc/mm/hugetlbpage.c next = more; more 411 arch/powerpc/mm/hugetlbpage.c unsigned long more; more 418 arch/powerpc/mm/hugetlbpage.c more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); more 419 arch/powerpc/mm/hugetlbpage.c if (more > next) more 420 arch/powerpc/mm/hugetlbpage.c next = more; more 479 arch/powerpc/mm/hugetlbpage.c unsigned long more; more 486 arch/powerpc/mm/hugetlbpage.c more = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); more 487 arch/powerpc/mm/hugetlbpage.c if (more > next) more 488 arch/powerpc/mm/hugetlbpage.c next = more; more 129 arch/powerpc/platforms/pseries/hvcserver.c int more = 1; more 186 arch/powerpc/platforms/pseries/hvcserver.c } while (more); more 76 arch/powerpc/platforms/pseries/mobility.c int more = 0; more 86 arch/powerpc/platforms/pseries/mobility.c more = 1; more 124 arch/powerpc/platforms/pseries/mobility.c if (!more) { more 30 arch/um/drivers/mconsole.h u32 more; more 73 arch/um/drivers/mconsole.h int len, int err, int more); more 75 arch/um/drivers/mconsole.h int more); more 127 arch/um/drivers/mconsole_user.c int err, int more) more 145 arch/um/drivers/mconsole_user.c if (len == total) reply.more = more; more 146 arch/um/drivers/mconsole_user.c else reply.more = 1; more 165 arch/um/drivers/mconsole_user.c int mconsole_reply(struct mc_request *req, const char *str, int err, int more) more 167 arch/um/drivers/mconsole_user.c return mconsole_reply_len(req, str, strlen(str), err, more); more 10 arch/um/drivers/slip_common.c if(slip->more > 0){ more 12 arch/um/drivers/slip_common.c while(i < slip->more){ more 18 arch/um/drivers/slip_common.c slip->more - i); more 19 arch/um/drivers/slip_common.c slip->more = slip->more - i; more 23 arch/um/drivers/slip_common.c slip->more = 0; more 39 arch/um/drivers/slip_common.c slip->more = n - (i + 1); more 87 arch/um/drivers/slip_common.h int more; /* more data: do not read fd until ibuf has been drained */ more 96 arch/um/drivers/slip_common.h slip->more = 0; more 207 arch/x86/kvm/mmu.c struct pte_list_desc *more; more 1389 arch/x86/kvm/mmu.c while (desc->sptes[PTE_LIST_EXT-1] && desc->more) { more 1390 arch/x86/kvm/mmu.c desc = desc->more; more 1394 arch/x86/kvm/mmu.c desc->more = mmu_alloc_pte_list_desc(vcpu); more 1395 arch/x86/kvm/mmu.c desc = desc->more; more 1417 arch/x86/kvm/mmu.c if (!prev_desc && !desc->more) more 1421 arch/x86/kvm/mmu.c prev_desc->more = desc->more; more 1423 arch/x86/kvm/mmu.c rmap_head->val = (unsigned long)desc->more | 1; more 1456 arch/x86/kvm/mmu.c desc = desc->more; more 1576 arch/x86/kvm/mmu.c iter->desc = iter->desc->more; more 100 crypto/ablkcipher.c bool more; more 107 crypto/ablkcipher.c more = (walk->total != 0); more 120 crypto/ablkcipher.c scatterwalk_done(&walk->in, 0, more); more 121 crypto/ablkcipher.c scatterwalk_done(&walk->out, 1, more); more 123 crypto/ablkcipher.c if (more) { more 761 crypto/af_alg.c if (sk_wait_event(sk, &timeout, (ctx->used || !ctx->more), more 850 crypto/af_alg.c if (!ctx->more && ctx->used) { more 946 crypto/af_alg.c ctx->more = msg->msg_flags & MSG_MORE; more 974 crypto/af_alg.c if (!ctx->more && ctx->used) more 1004 crypto/af_alg.c ctx->more = flags & MSG_MORE; more 1066 crypto/af_alg.c if (!ctx->more || ctx->used) more 566 crypto/algif_aead.c ctx->more = 0; more 27 crypto/algif_hash.c bool more; more 77 crypto/algif_hash.c if (!ctx->more) { more 86 crypto/algif_hash.c ctx->more = 0; more 114 crypto/algif_hash.c ctx->more = msg->msg_flags & MSG_MORE; more 115 crypto/algif_hash.c if (!ctx->more) { more 150 crypto/algif_hash.c } else if (!ctx->more) more 156 crypto/algif_hash.c if (ctx->more) more 161 crypto/algif_hash.c if (!ctx->more) { more 175 crypto/algif_hash.c ctx->more = flags & MSG_MORE; more 206 crypto/algif_hash.c if (!result && !ctx->more) { more 213 crypto/algif_hash.c if (!result || ctx->more) { more 214 crypto/algif_hash.c ctx->more = 0; more 241 crypto/algif_hash.c bool more; more 245 crypto/algif_hash.c more = ctx->more; more 246 crypto/algif_hash.c err = more ? crypto_ahash_export(req, state) : 0; more 259 crypto/algif_hash.c ctx2->more = more; more 261 crypto/algif_hash.c if (!more) more 439 crypto/algif_hash.c ctx->more = 0; more 89 crypto/algif_skcipher.c if (ctx->more || len < ctx->used) more 357 crypto/algif_skcipher.c ctx->more = 0; more 99 crypto/blkcipher.c bool more; more 106 crypto/blkcipher.c more = (walk->total != 0); more 119 crypto/blkcipher.c scatterwalk_done(&walk->in, 0, more); more 120 crypto/blkcipher.c scatterwalk_done(&walk->out, 1, more); more 122 crypto/blkcipher.c if (more) { more 2278 drivers/atm/eni.c eni_dev->more = eni_boards; more 112 drivers/atm/eni.h struct atm_dev *more; /* other ENI devices */ more 1629 drivers/atm/zatm.c zatm_dev->more = zatm_boards; more 81 drivers/atm/zatm.h struct atm_dev *more; /* other ZATM devices */ more 1231 drivers/block/aoe/aoecmd.c int more; more 1239 drivers/block/aoe/aoecmd.c more = k->fn(k->id); more 1240 drivers/block/aoe/aoecmd.c if (!more) { more 1245 drivers/block/aoe/aoecmd.c if (!more) { more 1536 drivers/crypto/chelsio/chcr_algo.c FILL_SEC_CPL_IVGEN_HDRLEN(param->last, param->more, 0, 1, 0, 0); more 1637 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1721 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1728 drivers/crypto/chelsio/chcr_algo.c params.more = 0; more 1795 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1802 drivers/crypto/chelsio/chcr_algo.c params.more = 0; more 1815 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1888 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1896 drivers/crypto/chelsio/chcr_algo.c params.more = 0; more 1907 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1961 drivers/crypto/chelsio/chcr_algo.c params.more = 1; more 1967 drivers/crypto/chelsio/chcr_algo.c params.more = 0; more 191 drivers/crypto/chelsio/chcr_algo.h #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \ more 195 drivers/crypto/chelsio/chcr_algo.h SCMD_MORE_FRAGS_V((more)) | \ more 280 drivers/crypto/chelsio/chcr_algo.h unsigned int more; more 15 drivers/firmware/google/vpd_decode.c u8 more; more 26 drivers/firmware/google/vpd_decode.c more = in[i] & 0x80; more 30 drivers/firmware/google/vpd_decode.c } while (more); more 184 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c bool more) more 220 drivers/gpu/drm/amd/display/dc/dce/dce_i2c_sw.c write_bit_to_ddc(ddc_handle, SDA, !more); more 376 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c const bool more = oclass->base.maxver >= 0; more 386 drivers/gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, more))) { more 352 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 353 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more), more 357 drivers/infiniband/hw/hfi1/trace_tid.h __field(u64, more) more 362 drivers/infiniband/hw/hfi1/trace_tid.h __entry->more = more; more 368 drivers/infiniband/hw/hfi1/trace_tid.h __entry->more more 374 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 375 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 380 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 381 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 386 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 387 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 392 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 393 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 398 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 399 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 404 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 405 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 410 drivers/infiniband/hw/hfi1/trace_tid.h TP_PROTO(struct rvt_qp *qp, const char *msg, u64 more), more 411 drivers/infiniband/hw/hfi1/trace_tid.h TP_ARGS(qp, msg, more) more 139 drivers/isdn/hardware/mISDN/mISDNipac.c int count, more; more 148 drivers/isdn/hardware/mISDN/mISDNipac.c more = 0; more 150 drivers/isdn/hardware/mISDN/mISDNipac.c more = !0; more 157 drivers/isdn/hardware/mISDN/mISDNipac.c WriteISAC(isac, ISAC_CMDR, more ? 0x8 : 0xa); more 964 drivers/isdn/hardware/mISDN/mISDNipac.c int count, more; more 971 drivers/isdn/hardware/mISDN/mISDNipac.c more = 1; more 980 drivers/isdn/hardware/mISDN/mISDNipac.c more = test_bit(FLG_TRANSPARENT, &hscx->bch.Flags) ? 1 : 0; more 983 drivers/isdn/hardware/mISDN/mISDNipac.c more = 1; more 997 drivers/isdn/hardware/mISDN/mISDNipac.c hscx_cmdr(hscx, more ? 0x08 : 0x0a); more 40 drivers/media/pci/saa7164/saa7164-api.c u8 more = 255; more 45 drivers/media/pci/saa7164/saa7164-api.c while (more--) { more 375 drivers/mmc/host/s3cmci.c static void s3cmci_enable_irq(struct s3cmci_host *host, bool more) more 382 drivers/mmc/host/s3cmci.c host->irq_enabled = more; more 385 drivers/mmc/host/s3cmci.c enable = more | host->sdio_irqen; more 320 drivers/net/ethernet/amd/nmclan_cs.c int more; more 996 drivers/net/ethernet/amd/nmclan_cs.c lp->mace_stats.more++; more 1172 drivers/net/ethernet/amd/nmclan_cs.c pstats->lcol, pstats->more); more 1545 drivers/net/ethernet/atheros/ag71xx.c goto more; more 1549 drivers/net/ethernet/atheros/ag71xx.c goto more; more 1561 drivers/net/ethernet/atheros/ag71xx.c more: more 370 drivers/net/ethernet/cavium/liquidio/lio_core.c if (nctrl->ncmd.s.more == OCTNET_CMD_VXLAN_PORT_ADD) { more 374 drivers/net/ethernet/cavium/liquidio/lio_core.c } else if (nctrl->ncmd.s.more == more 1987 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = mc_count; more 2034 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = 1; more 2690 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = vxlan_cmd_bit; more 2839 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = 1; more 2912 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = 0; more 2968 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = 0; more 3121 drivers/net/ethernet/cavium/liquidio/lio_main.c nctrl.ncmd.s.more = 0; more 1048 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c nctrl.ncmd.s.more = lio->netdev_uc_count; more 1085 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c nctrl.ncmd.s.more = mc_count; more 1140 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c nctrl.ncmd.s.more = 1; more 1754 drivers/net/ethernet/cavium/liquidio/lio_vf_main.c nctrl.ncmd.s.more = vxlan_cmd_bit; more 319 drivers/net/ethernet/cavium/liquidio/liquidio_common.h u64 more:6; /* How many udd words follow the command */ more 337 drivers/net/ethernet/cavium/liquidio/liquidio_common.h u64 more:6; more 103 drivers/net/ethernet/cavium/liquidio/octeon_nic.c uddsize = (u32)(nctrl->ncmd.s.more * 8); more 1293 drivers/net/ethernet/faraday/ftgmac100.c bool more; more 1301 drivers/net/ethernet/faraday/ftgmac100.c more = ftgmac100_rx_packet(priv, &work_done); more 1302 drivers/net/ethernet/faraday/ftgmac100.c } while (more && work_done < budget); more 3083 drivers/net/ethernet/ibm/ibmvnic.c int more = 0; more 3109 drivers/net/ethernet/ibm/ibmvnic.c for (i = 0; i < total_queues - registered_queues + more ; i++) { more 3116 drivers/net/ethernet/ibm/ibmvnic.c more++; more 3122 drivers/net/ethernet/ibm/ibmvnic.c more++; more 437 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c bool more = false; more 467 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c more = true; more 487 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c if (!more) more 507 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c bool more = false; more 537 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c more = true; more 557 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c if (!more) more 577 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c bool more = false; more 608 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c more = true; more 627 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c if (!more) more 647 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c bool more = false; more 678 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c more = true; more 698 drivers/net/ethernet/intel/iavf/iavf_virtchnl.c if (!more) more 1027 drivers/net/ethernet/neterion/vxge/vxge-config.h int *more); more 1823 drivers/net/ethernet/neterion/vxge/vxge-config.h int nr_skb, int *more); more 103 drivers/net/ethernet/neterion/vxge/vxge-main.c int more; more 106 drivers/net/ethernet/neterion/vxge/vxge-main.c more = 0; more 111 drivers/net/ethernet/neterion/vxge/vxge-main.c NR_SKB_COMPLETED, &more); more 118 drivers/net/ethernet/neterion/vxge/vxge-main.c } while (more); more 548 drivers/net/ethernet/neterion/vxge/vxge-main.c struct sk_buff ***skb_ptr, int nr_skb, int *more) more 609 drivers/net/ethernet/neterion/vxge/vxge-main.c *more = 1; more 2429 drivers/net/ethernet/neterion/vxge/vxge-traffic.c int *more) more 2442 drivers/net/ethernet/neterion/vxge/vxge-traffic.c channel->userdata, skb_ptr, nr_skb, more) != VXGE_HW_OK) more 2230 drivers/net/ethernet/neterion/vxge/vxge-traffic.h struct sk_buff ***skb_ptr, int nr_skb, int *more); more 19 drivers/net/phy/mdio-cavium.h #define OCT_MDIO_BITFIELD_FIELD(field, more) \ more 21 drivers/net/phy/mdio-cavium.h more more 24 drivers/net/phy/mdio-cavium.h #define OCT_MDIO_BITFIELD_FIELD(field, more) \ more 25 drivers/net/phy/mdio-cavium.h more \ more 1543 drivers/net/tun.c struct sk_buff *skb, int more) more 1550 drivers/net/tun.c if (!rx_batched || (!more && skb_queue_empty(queue))) { more 1559 drivers/net/tun.c if (!more || skb_queue_len(queue) == rx_batched) { more 1746 drivers/net/tun.c int noblock, bool more) more 2001 drivers/net/tun.c if (!more || queue_len > NAPI_POLL_WEIGHT) more 2006 drivers/net/tun.c tun_rx_batched(tun, tfile, skb, more); more 1476 drivers/net/wireless/ath/ath9k/ar9003_mci.c u32 ar9003_mci_get_next_gpm_offset(struct ath_hw *ah, u32 *more) more 1544 drivers/net/wireless/ath/ath9k/ar9003_mci.c if (more) more 1545 drivers/net/wireless/ath/ath9k/ar9003_mci.c *more = more_gpm; more 315 drivers/net/wireless/ath/ath9k/ar9003_mci.h u32 ar9003_mci_get_next_gpm_offset(struct ath_hw *ah, u32 *more); more 207 drivers/net/wireless/mediatek/mt76/dma.c int *len, u32 *info, bool *more) more 219 drivers/net/wireless/mediatek/mt76/dma.c *more = !(ctl & MT_DMA_CTL_LAST_SEC0); more 233 drivers/net/wireless/mediatek/mt76/dma.c int *len, u32 *info, bool *more) more 237 drivers/net/wireless/mediatek/mt76/dma.c *more = false; more 247 drivers/net/wireless/mediatek/mt76/dma.c return mt76_dma_get_buf(dev, q, idx, len, info, more); more 404 drivers/net/wireless/mediatek/mt76/dma.c bool more; more 408 drivers/net/wireless/mediatek/mt76/dma.c buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); more 446 drivers/net/wireless/mediatek/mt76/dma.c int len, bool more) more 459 drivers/net/wireless/mediatek/mt76/dma.c if (more) more 472 drivers/net/wireless/mediatek/mt76/dma.c bool more; more 477 drivers/net/wireless/mediatek/mt76/dma.c data = mt76_dma_dequeue(dev, q, false, &len, &info, &more); more 495 drivers/net/wireless/mediatek/mt76/dma.c mt76_add_fragment(dev, q, data, len, more); more 514 drivers/net/wireless/mediatek/mt76/dma.c if (more) { more 167 drivers/net/wireless/mediatek/mt76/mt76.h int *len, u32 *info, bool *more); more 1623 drivers/net/wireless/st/cw1200/wsm.c bool *more) more 1635 drivers/net/wireless/st/cw1200/wsm.c *more = total > 1; more 1672 drivers/net/wireless/st/cw1200/wsm.c bool more = false; more 1692 drivers/net/wireless/st/cw1200/wsm.c &tx_allowed_mask, &more); more 1696 drivers/net/wireless/st/cw1200/wsm.c (ret || !more) && more 1742 drivers/net/wireless/st/cw1200/wsm.c if (more) { more 1756 drivers/net/wireless/st/cw1200/wsm.c wsm->more ? 'M' : ' '); more 815 drivers/net/wireless/st/cw1200/wsm.h u8 more; more 301 drivers/parisc/eisa_enumerator.c static int configure_function(const unsigned char *buf, int *more) more 307 drivers/parisc/eisa_enumerator.c *more = get_16(buf); more 751 drivers/platform/mellanox/mlxbf-tmfifo.c bool more; more 785 drivers/platform/mellanox/mlxbf-tmfifo.c more = mlxbf_tmfifo_rxtx_one_desc(vring, is_rx, &avail); more 786 drivers/platform/mellanox/mlxbf-tmfifo.c } while (more); more 282 drivers/scsi/be2iscsi/be_main.c int rc, more = 0; more 319 drivers/scsi/be2iscsi/be_main.c more = 1; more 347 drivers/scsi/be2iscsi/be_main.c if (more) { more 335 drivers/staging/comedi/drivers/jr3_pci.c int more = 1; more 343 drivers/staging/comedi/drivers/jr3_pci.c while (more) { more 347 drivers/staging/comedi/drivers/jr3_pci.c more = more && read_idm_word(data, size, &pos, &count); more 348 drivers/staging/comedi/drivers/jr3_pci.c if (more && count == 0xffff) more 351 drivers/staging/comedi/drivers/jr3_pci.c more = more && read_idm_word(data, size, &pos, &addr); more 352 drivers/staging/comedi/drivers/jr3_pci.c while (more && count > 0) { more 355 drivers/staging/comedi/drivers/jr3_pci.c more = more && read_idm_word(data, size, &pos, &dummy); more 369 drivers/staging/comedi/drivers/jr3_pci.c int more = 1; more 372 drivers/staging/comedi/drivers/jr3_pci.c while (more) { more 376 drivers/staging/comedi/drivers/jr3_pci.c more = more && read_idm_word(data, size, &pos, &count); more 377 drivers/staging/comedi/drivers/jr3_pci.c if (more && count == 0xffff) more 380 drivers/staging/comedi/drivers/jr3_pci.c more = more && read_idm_word(data, size, &pos, &addr); more 385 drivers/staging/comedi/drivers/jr3_pci.c while (more && count > 0) { more 390 drivers/staging/comedi/drivers/jr3_pci.c more = more && more 402 drivers/staging/comedi/drivers/jr3_pci.c more = more && more 404 drivers/staging/comedi/drivers/jr3_pci.c more = more && more 407 drivers/staging/comedi/drivers/jr3_pci.c if (more) { more 2023 drivers/tty/n_tty.c size_t n, size, more, c; more 2041 drivers/tty/n_tty.c more = n - (size - tail); more 2042 drivers/tty/n_tty.c if (eol == N_TTY_BUF_SIZE && more) { more 2044 drivers/tty/n_tty.c eol = find_next_bit(ldata->read_flags, more, 0); more 2045 drivers/tty/n_tty.c found = eol != more; more 2060 drivers/tty/n_tty.c __func__, eol, found, n, c, tail, more); more 374 drivers/tty/serial/ifx6x60.c unsigned char *more, unsigned char *received_cts) more 385 drivers/tty/serial/ifx6x60.c *more = 0; more 388 drivers/tty/serial/ifx6x60.c *more = 0; more 394 drivers/tty/serial/ifx6x60.c *more = (buffer[1] >> IFX_SPI_MORE_BIT) & 1; more 410 drivers/tty/serial/ifx6x60.c unsigned char more) more 414 drivers/tty/serial/ifx6x60.c txbuffer[1] |= (more << IFX_SPI_MORE_BIT) & IFX_SPI_MORE_MASK; more 641 drivers/tty/serial/ifx6x60.c unsigned char more = 0; more 655 drivers/tty/serial/ifx6x60.c &length, &more, &cts); more 680 drivers/tty/serial/ifx6x60.c more = 0; more 702 drivers/tty/serial/ifx6x60.c if (more || ifx_dev->spi_more || queue_length > 0 || more 705 drivers/tty/serial/ifx6x60.c if (more) more 3690 drivers/tty/vt/vt.c int i, more = 1, first = -1, last = -1, deflt = 0; more 3709 drivers/tty/vt/vt.c while (more) { more 3710 drivers/tty/vt/vt.c more = 0; more 3717 drivers/tty/vt/vt.c more = 1; more 3740 drivers/tty/vt/vt.c int i, more = 1, first = -1, last = -1, deflt = 0; more 3748 drivers/tty/vt/vt.c while (more) { more 3749 drivers/tty/vt/vt.c more = 0; more 3756 drivers/tty/vt/vt.c more = 1; more 688 drivers/usb/misc/ftdi-elan.c more:if (count > 0) { more 700 drivers/usb/misc/ftdi-elan.c goto more; more 707 drivers/usb/misc/ftdi-elan.c goto more; more 944 drivers/usb/misc/ftdi-elan.c goto more; more 964 drivers/usb/misc/ftdi-elan.c goto more; more 969 drivers/usb/misc/ftdi-elan.c more:{ more 1070 drivers/usb/misc/ftdi-elan.c goto more; more 1809 drivers/usb/misc/ftdi-elan.c more:{ more 1833 drivers/usb/misc/ftdi-elan.c goto more; more 1840 drivers/usb/misc/ftdi-elan.c goto more; more 1850 drivers/usb/misc/ftdi-elan.c goto more; more 1857 drivers/usb/misc/ftdi-elan.c goto more; more 1864 drivers/usb/misc/ftdi-elan.c goto more; more 2077 drivers/usb/misc/ftdi-elan.c more:{ more 2101 drivers/usb/misc/ftdi-elan.c goto more; more 2109 drivers/usb/misc/ftdi-elan.c goto more; more 2117 drivers/usb/misc/ftdi-elan.c goto more; more 2124 drivers/usb/misc/ftdi-elan.c goto more; more 2131 drivers/usb/misc/ftdi-elan.c goto more; more 1006 drivers/usb/musb/musb_host.c bool more = false; more 1030 drivers/usb/musb/musb_host.c more = true; more 1041 drivers/usb/musb/musb_host.c more = true; more 1046 drivers/usb/musb/musb_host.c more = true; more 1063 drivers/usb/musb/musb_host.c more = true; more 1071 drivers/usb/musb/musb_host.c return more; more 846 drivers/xen/pvcalls-back.c int notify, notify_all = 0, more = 1; more 850 drivers/xen/pvcalls-back.c while (more) { more 868 drivers/xen/pvcalls-back.c RING_FINAL_CHECK_FOR_REQUESTS(&fedata->ring, more); more 171 drivers/xen/pvcalls-front.c int req_id = 0, more = 0, done = 0; more 219 drivers/xen/pvcalls-front.c RING_FINAL_CHECK_FOR_RESPONSES(&bedata->ring, more); more 220 drivers/xen/pvcalls-front.c if (more) more 355 fs/ceph/dir.c more: more 531 fs/ceph/dir.c goto more; more 550 fs/ceph/dir.c goto more; more 617 fs/ceph/file.c bool more; more 629 fs/ceph/file.c more = len < iov_iter_count(to); more 643 fs/ceph/file.c more = false; more 665 fs/ceph/file.c off, len, ret, i_size, (more ? " MORE" : "")); more 711 fs/ceph/file.c if (off >= i_size || !more) more 690 fs/ceph/snap.c more: more 762 fs/ceph/snap.c goto more; more 305 fs/dlm/ast.c more: more 321 fs/dlm/ast.c goto more; more 1236 fs/ext4/namei.c int more; more 1248 fs/ext4/namei.c more = 0; more 1254 fs/ext4/namei.c more = 1; more 1256 fs/ext4/namei.c } while(more); more 935 fs/jfs/jfs_logmgr.c int more; /* additional write granted */ more 991 fs/jfs/jfs_logmgr.c more = min(free / 2, delta); more 992 fs/jfs/jfs_logmgr.c if (more < 2 * LOGPSIZE) { more 1017 fs/jfs/jfs_logmgr.c log->nextsync = written + more; more 1804 fs/ocfs2/cluster/tcp.c static int o2net_accept_one(struct socket *sock, int *more) more 1824 fs/ocfs2/cluster/tcp.c *more = 0; more 1836 fs/ocfs2/cluster/tcp.c *more = 1; more 1950 fs/ocfs2/cluster/tcp.c int more; more 1966 fs/ocfs2/cluster/tcp.c err = o2net_accept_one(sock, &more); more 1967 fs/ocfs2/cluster/tcp.c if (!more) more 439 fs/splice.c int more; more 444 fs/splice.c more = (sd->flags & SPLICE_F_MORE) ? MSG_MORE : 0; more 447 fs/splice.c more |= MSG_SENDPAGE_NOTLAST; more 450 fs/splice.c sd->len, &pos, more); more 900 fs/splice.c int i, flags, more; more 943 fs/splice.c more = sd->flags & SPLICE_F_MORE; more 969 fs/splice.c else if (!more) more 151 include/crypto/if_alg.h bool more; more 78 include/crypto/scatterwalk.h unsigned int more) more 92 include/crypto/scatterwalk.h if (more && walk->offset >= walk->sg->offset + walk->sg->length) more 97 include/crypto/scatterwalk.h int more) more 99 include/crypto/scatterwalk.h if (!more || walk->offset >= walk->sg->offset + walk->sg->length || more 101 include/crypto/scatterwalk.h scatterwalk_pagedone(walk, out, more); more 3004 include/linux/netdevice.h u8 more; more 4416 include/linux/netdevice.h bool more) more 4418 include/linux/netdevice.h __this_cpu_write(softnet_data.xmit.more, more); more 4424 include/linux/netdevice.h return __this_cpu_read(softnet_data.xmit.more); more 4428 include/linux/netdevice.h struct netdev_queue *txq, bool more) more 4433 include/linux/netdevice.h rc = __netdev_start_xmit(ops, skb, dev, more); more 88 include/net/ip6_fib.h int more; more 979 kernel/events/uprobes.c int more = 0; more 987 kernel/events/uprobes.c if (!prev && !more) { more 998 kernel/events/uprobes.c more++; more 1015 kernel/events/uprobes.c if (!more) more 1032 kernel/events/uprobes.c } while (--more); more 199 kernel/printk/printk_safe.c more: more 229 kernel/printk/printk_safe.c goto more; more 1159 kernel/rcu/srcutree.c bool more; more 1199 kernel/rcu/srcutree.c more = rcu_segcblist_ready_cbs(&sdp->srcu_cblist); more 1201 kernel/rcu/srcutree.c if (more) more 354 lib/lz4/lz4_compress.c unsigned const int more = LZ4_count(ip, more 358 lib/lz4/lz4_compress.c matchCode += more; more 359 lib/lz4/lz4_compress.c ip += more; more 739 lib/zlib_deflate/deflate.c unsigned more; /* Amount of free space at the end of the window. */ more 743 lib/zlib_deflate/deflate.c more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); more 746 lib/zlib_deflate/deflate.c if (more == 0 && s->strstart == 0 && s->lookahead == 0) { more 747 lib/zlib_deflate/deflate.c more = wsize; more 749 lib/zlib_deflate/deflate.c } else if (more == (unsigned)(-1)) { more 753 lib/zlib_deflate/deflate.c more--; more 788 lib/zlib_deflate/deflate.c more += wsize; more 803 lib/zlib_deflate/deflate.c Assert(more >= 2, "more < 2"); more 805 lib/zlib_deflate/deflate.c n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more); more 813 lib/zlib_deflate/deflate.c Call UPDATE_HASH() MIN_MATCH-3 more times more 982 lib/zlib_deflate/deflate.c Call UPDATE_HASH() MIN_MATCH-3 more times more 550 net/ceph/messenger.c size_t kvlen, size_t len, bool more) more 555 net/ceph/messenger.c if (more) more 570 net/ceph/messenger.c int offset, size_t size, int more) more 574 net/ceph/messenger.c int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; more 1564 net/ceph/messenger.c int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; more 1594 net/ceph/messenger.c more = MSG_MORE; more 1596 net/ceph/messenger.c more); more 1626 net/ceph/messenger.c int more = MSG_MORE | MSG_SENDPAGE_NOTLAST; more 1634 net/ceph/messenger.c more = MSG_MORE; more 1635 net/ceph/messenger.c ret = ceph_tcp_sendpage(con->sock, zero_page, 0, size, more); more 2600 net/ceph/messenger.c more: more 2626 net/ceph/messenger.c goto more; /* we need to send the footer, too! */ more 2640 net/ceph/messenger.c goto more; more 2645 net/ceph/messenger.c goto more; more 2649 net/ceph/messenger.c goto more; more 2669 net/ceph/messenger.c more: more 2714 net/ceph/messenger.c goto more; more 2729 net/ceph/messenger.c goto more; more 2774 net/ceph/messenger.c goto more; more 2778 net/ceph/messenger.c goto more; more 2790 net/ceph/messenger.c goto more; more 2796 net/ceph/messenger.c goto more; more 3190 net/core/dev.c struct netdev_queue *txq, bool more) more 3200 net/core/dev.c rc = netdev_start_xmit(skb, dev, txq, more); more 2194 net/ipv6/ip6_fib.c gc_args->more++; more 2219 net/ipv6/ip6_fib.c gc_args.more = 0; more 2225 net/ipv6/ip6_fib.c if (gc_args.more) more 2117 net/ipv6/route.c gc_args->more++; more 29 net/netrom/nr_in.c static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) more 38 net/netrom/nr_in.c if (more) { more 44 net/netrom/nr_in.c if (!more && nr->fraglen > 0) { /* End of fragment */ more 82 net/rds/tcp_send.c int more; more 119 net/rds/tcp_send.c more = rm->data.op_nents > 1 ? (MSG_MORE | MSG_SENDPAGE_NOTLAST) : 0; more 121 net/rds/tcp_send.c int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; more 141 net/rds/tcp_send.c more = 0; more 301 net/rxrpc/sendmsg.c bool more; more 312 net/rxrpc/sendmsg.c more = msg->msg_flags & MSG_MORE; more 317 net/rxrpc/sendmsg.c if (!more && len != call->tx_total_len) more 352 net/rxrpc/sendmsg.c if (chunk > msg_data_left(msg) && !more) more 424 net/rxrpc/sendmsg.c (msg_data_left(msg) == 0 && !more)) { more 445 net/rxrpc/sendmsg.c if (msg_data_left(msg) == 0 && !more) more 457 net/rxrpc/sendmsg.c !msg_data_left(msg) && !more, more 126 net/socket.c int offset, size_t size, loff_t *ppos, int more); more 924 net/socket.c int offset, size_t size, loff_t *ppos, int more) more 933 net/socket.c flags |= more; more 191 net/tipc/core.h return !less(val, min) && !more(val, max); more 529 net/tipc/group.c if (more(msg_grp_bc_seqno(hdr), m->bc_rcv_nxt)) more 383 net/tipc/link.c if (more(l->snd_nxt, l->rcv_nxt)) more 1148 net/tipc/link.c if (more(msg_seqno(hdr), to)) more 1334 net/tipc/link.c if (more(buf_seqno(skb), acked)) more 1362 net/tipc/link.c if (unlikely(more(seqno, expect))) { more 1561 net/tipc/link.c if (unlikely(less(seqno, rcv_nxt) || more(seqno, win_lim))) { more 1910 net/tipc/link.c return more(session, curr_session); more 2066 net/tipc/link.c if (more(peers_snd_nxt, rcv_nxt) && !tipc_link_is_synching(l)) more 2186 net/tipc/link.c if (more(peers_snd_nxt, l->rcv_nxt + l->window)) more 2201 net/tipc/link.c if (!more(peers_snd_nxt, l->rcv_nxt)) { more 2234 net/tipc/link.c if (!more(acked, l->acked)) more 2240 net/tipc/link.c if (more(buf_seqno(skb), l->acked)) more 2246 net/tipc/link.c if (more(buf_seqno(skb), acked)) more 2291 net/tipc/link.c if (more(peers_snd_nxt, l->rcv_nxt) && !less(l->rcv_nxt, from)) more 474 net/tipc/monitor.c if (more(acked_gen, state->acked_gen)) more 478 net/tipc/monitor.c if (!more(new_gen, state->peer_gen) && !probing) more 490 net/tipc/monitor.c if (!more(new_gen, state->peer_gen)) more 770 net/tipc/msg.c if (more(seqno, buf_seqno(skb_peek_tail(list)))) { more 776 net/tipc/msg.c if (more(seqno, buf_seqno(_skb))) more 1738 net/tipc/node.c if (!more(rcv_nxt, n->sync_point)) more 1775 net/tipc/node.c if (more(dlv_nxt, n->sync_point)) { more 2546 net/tipc/node.c int tipc_node_dump(struct tipc_node *n, bool more, char *buf) more 2549 net/tipc/node.c size_t sz = (more) ? NODE_LMAX : NODE_LMIN; more 2568 net/tipc/node.c if (!more) more 53 net/tipc/trace.c int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) more 56 net/tipc/trace.c size_t sz = (more) ? SKB_LMAX : SKB_LMIN; more 128 net/tipc/trace.c if (!more) more 166 net/tipc/trace.c int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) more 169 net/tipc/trace.c size_t sz = (more) ? LIST_LMAX : LIST_LMIN; more 184 net/tipc/trace.c if (!more) { more 129 net/tipc/trace.h int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf); more 130 net/tipc/trace.h int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf); more 133 net/tipc/trace.h int tipc_node_dump(struct tipc_node *n, bool more, char *buf); more 138 net/tipc/trace.h TP_PROTO(struct sk_buff *skb, bool more, const char *header), more 140 net/tipc/trace.h TP_ARGS(skb, more, header), more 144 net/tipc/trace.h __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN) more 149 net/tipc/trace.h tipc_skb_dump(skb, more, __get_str(buf)); more 157 net/tipc/trace.h TP_PROTO(struct sk_buff *skb, bool more, const char *header), \ more 158 net/tipc/trace.h TP_ARGS(skb, more, header)) more 165 net/tipc/trace.h TP_PROTO(struct sk_buff_head *list, bool more, const char *header), more 167 net/tipc/trace.h TP_ARGS(list, more, header), more 171 net/tipc/trace.h __dynamic_array(char, buf, (more) ? LIST_LMAX : LIST_LMIN) more 176 net/tipc/trace.h tipc_list_dump(list, more, __get_str(buf)); more 184 net/tipc/trace.h TP_PROTO(struct sk_buff_head *list, bool more, const char *header), \ more 185 net/tipc/trace.h TP_ARGS(list, more, header)) more 326 net/tipc/trace.h TP_PROTO(struct tipc_node *n, bool more, const char *header), more 328 net/tipc/trace.h TP_ARGS(n, more, header), more 333 net/tipc/trace.h __dynamic_array(char, buf, (more) ? NODE_LMAX : NODE_LMIN) more 339 net/tipc/trace.h tipc_node_dump(n, more, __get_str(buf)); more 348 net/tipc/trace.h TP_PROTO(struct tipc_node *n, bool more, const char *header), \ more 349 net/tipc/trace.h TP_ARGS(n, more, header)) more 408 net/tls/tls_device.c int more = flags & (MSG_SENDPAGE_NOTLAST | MSG_MORE); more 483 net/tls/tls_device.c if (more) { more 32 net/x25/x25_in.c static int x25_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) more 37 net/x25/x25_in.c if (more) { more 44 net/x25/x25_in.c if (!more && x25->fraglen > 0) { /* End of fragment */ more 239 tools/perf/builtin-top.c int more; more 259 tools/perf/builtin-top.c more = symbol__annotate_printf(symbol, he->ms.map, top->sym_evsel, &top->annotation_opts); more 267 tools/perf/builtin-top.c if (more != 0) more 268 tools/perf/builtin-top.c printf("%d lines not displayed, maybe increase display entries [e]\n", more); more 2279 tools/perf/util/annotate.c int more = 0; more 2341 tools/perf/util/annotate.c ++more; more 2361 tools/perf/util/annotate.c return more; more 203 tools/perf/util/genelf_debug.c int more = 1; more 206 tools/perf/util/genelf_debug.c while (more) { more 213 tools/perf/util/genelf_debug.c more = 0; more 1874 tools/perf/util/session.c more: more 1937 tools/perf/util/session.c goto more; more 2108 tools/perf/util/session.c more: more 2154 tools/perf/util/session.c goto more;