Searched refs:more (Results 1 - 25 of 149) sorted by last modified time

123456

/linux-master/fs/bcachefs/
H A Dio_write.c741 * We can't use mempool for more than c->sb.encoded_extent_max
742 * worth of pages, but we'd like to allocate more if we can:
899 int ret, more = 0; local
1060 more = src->bi_iter.bi_size != 0;
1064 if (dst == src && more) {
1077 return more;
H A Dbuckets.c419 static int __replicas_deltas_realloc(struct btree_trans *trans, unsigned more, argument
423 unsigned new_size = d ? (d->size + more) * 2 : 128;
428 if (!d || d->used + more > d->size) {
456 int bch2_replicas_deltas_realloc(struct btree_trans *trans, unsigned more) argument
459 __replicas_deltas_realloc(trans, more, _gfp));
746 "disk usage increased %lli more than %llu sectors reserved)",
/linux-master/net/tipc/
H A Dmsg.c833 if (more(seqno, buf_seqno(skb_peek_tail(list)))) {
839 if (more(seqno, buf_seqno(_skb)))
/linux-master/drivers/scsi/
H A Dsd.c14 * - Jirka Hanika <geo@ff.cuni.cz> support more scsi disks using
1778 * keep looking as one with more entropy might still show up.
2343 * have any media in it, don't bother with any more
2517 #error RC16_LEN must not be more than SD_BUF_SIZE
2567 * give it one more chance */
2876 * for more than is available.
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh28 to the -t argument containing one or more of the following categories
H A Dcharge_reserved_hugetlb.sh473 echo Test more than reservation case.
490 echo Test more than cgroup limit case.
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c135 * A list is comprised of one or more pte_list_desc objects (descriptors).
147 struct pte_list_desc *more; member in struct:pte_list_desc
730 * that the SPTE itself may have a more constrained access permissions that
927 * pte_list_desc containing more mappings.
959 desc->more = (struct pte_list_desc *)(rmap_head->val & ~1ul);
999 if (!head_desc->more)
1002 rmap_head->val = (unsigned long)head_desc->more | 1;
1030 desc = desc->more;
1064 next = desc->more;
1175 iter->desc = iter->desc->more;
[all...]
/linux-master/tools/perf/util/
H A Dannotate.c593 * Check if the operand has more than one registers like x86 SIB addressing:
2647 int more = 0; local
2709 ++more;
2729 return more;
H A Dsession.c114 pr_err("incompatible file format (rerun with -v to learn more)\n");
1991 "file generated by a more recent tool?\n\n"
2070 more:
2135 goto more;
2429 more:
2440 goto more;
/linux-master/net/core/
H A Ddev.c3049 * divided by 2 if there are more.
3521 struct netdev_queue *txq, bool more)
3531 rc = netdev_start_xmit(skb, dev, txq, more);
3685 /* To get more precise estimation of bytes sent on wire,
3785 * This permits qdisc->running owner to get the lock more
4988 * and DDOS attacks will be more effective. In-driver-XDP use dedicated TX
6138 * because we will call napi->poll() one more time.
6227 * Since we are about to call napi->poll() once more, we can safely
6661 /* The NAPI context has more processing work, but busy-polling
3520 xmit_one(struct sk_buff *skb, struct net_device *dev, struct netdev_queue *txq, bool more) argument
/linux-master/drivers/net/
H A Dtun.c1539 struct sk_buff *skb, int more)
1546 if (!rx_batched || (!more && skb_queue_empty(queue))) {
1555 if (!more || skb_queue_len(queue) == rx_batched) {
1745 int noblock, bool more)
1997 if (!more || queue_len > NAPI_POLL_WEIGHT)
2002 tun_rx_batched(tun, tfile, skb, more);
2784 /* One or more queue has already been attached, no need
1538 tun_rx_batched(struct tun_struct *tun, struct tun_file *tfile, struct sk_buff *skb, int more) argument
1743 tun_get_user(struct tun_struct *tun, struct tun_file *tfile, void *msg_control, struct iov_iter *from, int noblock, bool more) argument
/linux-master/net/ipv6/
H A Dip6_fib.c806 * We have more bits to go
1706 * We have more bits to go
2316 gc_args->more++;
2377 gc_args.more = 0;
2383 if (gc_args.more)
/linux-master/mm/
H A Dmemory.c19 * would have taken more than the 6M I have free, but it worked well as
26 * Real VM (paging to/from disk) started 18.12.91. Much more work and
549 * may not have a spare pte bit, which requires a more complicated scheme,
1332 * mappings. The tradeoff is that copy_page_range is more efficient
1625 * consider uffd-wp bit when zap. For more information,
2058 more:
2098 goto more;
3564 * avoids a few races, and potentially makes it more efficient.
5596 * space. Kernel faults are handled more gracefully.
5673 * by "find_extend_vma()", except it's a lot more carefu
[all...]
/linux-master/fs/jfs/
H A Djfs_logmgr.c478 /* are there more to move than freespace of page ? */
927 int more; /* additional write granted */ local
983 more = min(free / 2, delta);
984 if (more < 2 * LOGPSIZE) {
1008 /* next syncpt trigger = written + more */
1009 log->nextsync = written + more;
1011 /* if number of bytes written from last sync point is more
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c1031 /* It's possible the VF had requeuested more queues than the default so
1138 * the VF has now requested more, we need to account for that to make
1139 * certain we never request more queues than we actually have left in
2708 unsigned int i, cur_queues, more, pool_size; local
2723 * just check if there are enough queues for more
2726 more = needed - cur_queues;
2732 if (more-- == 1)
2775 "VF %d tried to request more than %d queues.\n",
2781 "VF %d requested %d more queues, but only %d left.\n",
2788 "VF %d requested %d more queue
[all...]
/linux-master/scripts/
H A Dkernel-doc55 # more perldoc at the end of the file
175 # They probably want to be tidied up, made more localised or something.
219 STATE_BODY_MAYBE => 2, # body - or maybe more description
2533 Verbose output, more warnings and other information.
/linux-master/net/tls/
H A Dtls_sw.c1791 bool *more)
1804 goto more;
1822 goto more;
1827 goto more;
1863 more:
1864 if (more)
1865 *more = true;
2070 /* TLS 1.3 may have updated the length by more than overhead */
2368 /* Verify that we have a full TLS header, or wait for more data */
1785 process_rx_list(struct tls_sw_context_rx *ctx, struct msghdr *msg, u8 *control, size_t skip, size_t len, bool is_peek, bool *more) argument
/linux-master/net/rxrpc/
H A Dsendmsg.c287 bool more = msg->msg_flags & MSG_MORE; local
328 if (!more && len - copied != call->tx_total_len)
350 remain = more ? INT_MAX : msg_data_left(msg);
384 (msg_data_left(msg) == 0 && !more)) {
385 if (msg_data_left(msg) == 0 && !more)
745 * more data to come, otherwise this data will end the transmission phase.
/linux-master/include/linux/
H A Dnetdevice.h3221 u8 more; member in struct:softnet_data::__anon428
4900 bool more)
4902 __this_cpu_write(softnet_data.xmit.more, more);
4908 return __this_cpu_read(softnet_data.xmit.more);
4912 struct netdev_queue *txq, bool more)
4917 rc = __netdev_start_xmit(ops, skb, dev, more);
5152 /* TODO: reserve and use an additional IFF bit, if we get more users */
4898 __netdev_start_xmit(const struct net_device_ops *ops, struct sk_buff *skb, struct net_device *dev, bool more) argument
4911 netdev_start_xmit(struct sk_buff *skb, struct net_device *dev, struct netdev_queue *txq, bool more) argument
/linux-master/fs/ceph/
H A Dfile.c789 /* Async create can't handle more than a page of xattrs */
1026 bool more; local
1055 more = len < iov_iter_count(to);
1093 ret, i_size, (more ? " MORE" : ""));
1170 if (off >= i_size || !more)
2182 doutc(cl, "may hit hole, ppos %lld < size %lld, reading more\n",
2925 * size of the objects, or in cases where that would be more
/linux-master/drivers/tty/vt/
H A Dvt.c49 * (see <linux/console.h> for more information).
3197 * case to make the code more understandable.
3943 int i, more = 1, first = -1, last = -1, deflt = 0; local
3962 while (more) {
3963 more = 0;
3970 more = 1;
3993 int i, more = 1, first = -1, last = -1, deflt = 0; local
4001 while (more) {
4002 more = 0;
4009 more
[all...]
/linux-master/arch/arm/kernel/
H A Diwmmxt.S10 * Full lazy switching support, optimizations and more, by Nicolas Pitre
210 str r0, [r3] @ no more current owner
/linux-master/tools/perf/
H A Dbuiltin-top.c246 int more; local
266 more = symbol__annotate_printf(&he->ms, top->sym_evsel);
274 if (more != 0)
275 printf("%d lines not displayed, maybe increase display entries [e]\n", more);
1039 * May move it to generic code with more tools
1491 "only display functions with more events than this"),
1509 "be more verbose (show counter open errors, etc)"),
/linux-master/kernel/events/
H A Duprobes.c966 int more = 0; local
974 if (!prev && !more) {
985 more++;
1002 if (!more)
1019 } while (--more);
1207 * @uc: consumer which wants to add more or remove some breakpoints
1957 * is even more important if the task has a handler for SIGSEGV/etc, The
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c78 * For more details look for comment in __pte_alloc().
304 /* Return true when the entry to be freed maps more than the area being freed */
371 unsigned long more; local
391 * there may be more than one entry at this level for a
395 more = addr + (1UL << hugepd_shift(*(hugepd_t *)pmd));
396 if (more > next)
397 next = more;
430 unsigned long more; local
433 * there may be more than one entry at this level for a
437 more
492 unsigned long more; local
[all...]

Completed in 388 milliseconds

123456