Searched refs:more (Results 101 - 125 of 149) sorted by relevance

123456

/linux-master/drivers/scsi/
H A Dscript_asm.pl689 more strings from the list ACK, ATN, CARRY, TARGET.
714 # Absolute jump, requires no more gunk
/linux-master/arch/arm/kernel/
H A Dphys2virt.S93 @ of i:imm3 != 0b0000, but fortunately, we never need more than 8 lower
/linux-master/crypto/
H A Dalgif_aead.c109 if (!ctx->init || ctx->more) {
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c16 * NONINFRINGEMENT. See the GNU General Public License for more details.
108 /* Disable the input and output queues now. No more packets will
173 /* No more instructions will be forwarded. */
451 /* No more instructions will be forwarded. */
469 /* Disable the input and output queues now. No more packets will
1019 /* Accept all multicast addresses if there are more than we
1052 nctrl.ncmd.s.more = lio->netdev_uc_count;
1089 nctrl.ncmd.s.more = mc_count;
1145 nctrl.ncmd.s.more = 1;
1758 nctrl.ncmd.s.more
[all...]
H A Dlio_core.c16 * NONINFRINGEMENT. See the GNU General Public License for more details.
379 if (nctrl->ncmd.s.more == OCTNET_CMD_VXLAN_PORT_ADD) {
383 } else if (nctrl->ncmd.s.more ==
/linux-master/arch/m68k/ifpsp060/
H A Dos.S70 | statements instead of (more expensive) copy{in,out} calls, if
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c244 more:
280 /* FW could have returned more than the 16 field_descrs we
290 goto more;
417 more:
441 goto more;
1401 * directly. ASLs are a more limited resource.
/linux-master/arch/x86/boot/
H A Dheader.S8 * modified by more people than can be counted
411 # (For more information, please refer to RFC 1951 and RFC 1952.)
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h203 u8 more; member in struct:mt7996_mcu_all_sta_info_event
/linux-master/include/net/
H A Dip6_fib.h85 int more; member in struct:fib6_gc_args
217 /* more non-fragment space at head required */
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S86 | If the int operation results in more than LEN digits,
607 | If the int operation results in more than LEN digits,
H A Dsetox.S67 | 32-bit integer, the upper (more significant) 16 bits are
150 | more accurate computation of the function EXPM1.
/linux-master/fs/ceph/
H A Dsnap.c799 more:
881 goto more;
1012 * The more difficult case is realm creation, due to snap creation at a
H A Ddir.c383 more:
582 goto more;
585 /* more frags? */
602 goto more;
1746 if (!lwc.nr_to_scan) /* more invalid leases */
1756 if (!lwc.nr_to_scan) /* more to check */
1778 * renew if the least is more than half up.
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/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/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
936 * pte_list_desc containing more mappings.
968 desc->more = (struct pte_list_desc *)(rmap_head->val & ~1ul);
1008 if (!head_desc->more)
1011 rmap_head->val = (unsigned long)head_desc->more | 1;
1039 desc = desc->more;
1073 next = desc->more;
1184 iter->desc = iter->desc->more;
[all...]
/linux-master/net/tipc/
H A Dnode.c2021 if (!more(rcv_nxt, n->sync_point))
2058 if (more(dlv_nxt, n->sync_point)) {
3082 * @more: dump more?
3087 int tipc_node_dump(struct tipc_node *n, bool more, char *buf) argument
3090 size_t sz = (more) ? NODE_LMAX : NODE_LMIN;
3109 if (!more)
H A Dgroup.c536 if (more(msg_grp_bc_seqno(hdr), m->bc_rcv_nxt))
/linux-master/net/ipv6/
H A Dip6_fib.c807 * We have more bits to go
1707 * We have more bits to go
2317 gc_args->more++;
2378 gc_args.more = 0;
2384 if (gc_args.more)
/linux-master/tools/perf/util/
H A Dannotate.c1106 int more = 0; local
1168 ++more;
1188 return more;
/linux-master/arch/sh/lib/
H A Dmemcpy-sh4.S203 ! aligned data (and this is more common), so use a value of 16.
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-api.c40 u8 more = 255; local
45 while (more--) {
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.h545 /* A request contains one or more invalid parameters. */
813 u8 more; member in struct:wsm_tx
/linux-master/drivers/video/fbdev/
H A Dgbefb.c9 * more details.
58 #error GBE Framebuffer cannot use more than 8MB of memory

Completed in 358 milliseconds

123456