Searched refs:more (Results 76 - 100 of 149) sorted by relevance

123456

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c250 * we don't need to send more remote_reset at this moment.
1475 u32 ar9003_mci_get_next_gpm_offset(struct ath_hw *ah, u32 *more) argument
1543 if (more)
1544 *more = more_gpm;
/linux-master/drivers/xen/
H A Dpvcalls-front.c171 int req_id = 0, more = 0, done = 0; local
219 RING_FINAL_CHECK_FOR_RESPONSES(&bedata->ring, more);
220 if (more)
H A Dpvcalls-back.c864 int notify, notify_all = 0, more = 1; local
868 while (more) {
886 RING_FINAL_CHECK_FOR_REQUESTS(&fedata->ring, more);
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.c1609 FILL_SEC_CPL_IVGEN_HDRLEN(param->last, param->more, 0, 1, 0, 0);
1714 params.more = 1;
1803 params.more = 1;
1810 params.more = 0;
1881 params.more = 1;
1888 params.more = 0;
1901 params.more = 1;
1984 params.more = 1;
1992 params.more = 0;
2003 params.more
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-tmfifo.c731 * Return true to indicate more data available.
878 bool more; local
924 more = mlxbf_tmfifo_rxtx_one_desc(vring, is_rx, &avail);
925 } while (more);
/linux-master/kernel/rcu/
H A Dsrcutree.c397 * structure. Wiring up the combining tree is more than can be
484 * But there might be more readers, as a task might have read
838 * instead prevents more than one grace period from starting while we
858 /* Prevent more than one additional grace period. */
1316 * more than one CPU, this means that when "func()" is invoked, each CPU
1331 * again only if the system has more than one CPU).
1413 * Wait for an SRCU grace period to elapse, but be more aggressive about
1443 * On systems with more than one CPU, when synchronize_srcu() returns,
1458 * are the same CPU, but again only if the system has more than one CPU.
1527 * This is more pronounce
1720 bool more; local
[all...]
/linux-master/net/tls/
H A Dtls_device.c435 bool more = false; local
536 more = true;
558 tls_ctx->pending_open_record_frags = more;
/linux-master/arch/sparc/lib/
H A DM7memset.S100 * (can create a more optimized version later.)
114 * (can create a more optimized version later.)
221 ! If more than ST_CHUNK*64 bytes remain to set, continue
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S63 # Define threshold where buffers are considered "small" and routed to more
/linux-master/scripts/
H A Dcheck-uapi.sh33 -v Verbose operation (print more information about each header being checked).
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2556 self.more = True
2591 # Use 0 (or space < glb_nsz) to mean there is no more at the top of the buffer
2625 self.more = False
2637 while self.more:
2659 self.more = True
2685 self.more = False
2690 if not self.more:
2698 self.more = False
2707 if not self.more:
2708 # -1 inidcates there are no more
[all...]
/linux-master/drivers/block/aoe/
H A Daoecmd.c1221 int more; local
1229 more = k->fn(k->id);
1230 if (!more) {
1235 if (!more) {
/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/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/tools/testing/selftests/mm/
H A Drun_vmtests.sh28 to the -t argument containing one or more of the following categories
/linux-master/fs/bcachefs/
H A Dio_write.c746 * We can't use mempool for more than c->sb.encoded_extent_max
747 * worth of pages, but we'd like to allocate more if we can:
904 int ret, more = 0; local
1065 more = src->bi_iter.bi_size != 0;
1069 if (dst == src && more) {
1082 return more;
/linux-master/fs/
H A Dsplice.c315 * will be updated if appropriate; 0 will be returned if there is no more data
434 * destination. It returns when there's no more buffers left in
437 * pipe needs to be filled with more data, zero if the required
518 * or -errno if no more data needs to be spliced.
595 * This function does little more than loop over the pipe and call
946 * source and the caller didn't indicate they would be sending more data after
970 /* Don't try to read more the pipe has space for. */
1036 int i, flags, more; local
1080 more = sd->flags & SPLICE_F_MORE;
1100 if (read_len >= len && !more)
[all...]
/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/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/tty/vt/
H A Dvt.c49 * (see <linux/console.h> for more information).
3197 * case to make the code more understandable.
3953 int i, more = 1, first = -1, last = -1, deflt = 0; local
3972 while (more) {
3973 more = 0;
3980 more = 1;
4003 int i, more = 1, first = -1, last = -1, deflt = 0; local
4011 while (more) {
4012 more = 0;
4019 more
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c16 * NONINFRINGEMENT. See the GNU General Public License for more details.
242 /* Disable the input and output queues now. No more packets will
305 /* No more instructions will be forwarded. */
960 /* No more instructions will be forwarded. */
984 /* Disable the input and output queues now. No more packets will
1933 /* Accept all multicast addresses if there are more than we
1967 nctrl.ncmd.s.more = mc_count;
2015 nctrl.ncmd.s.more = 1;
2238 * @xmit_more: more is coming
2675 nctrl.ncmd.s.more
[all...]
/linux-master/include/linux/
H A Dnetdevice.h3227 u8 more; member in struct:softnet_data::__anon2551
4879 bool more)
4881 __this_cpu_write(softnet_data.xmit.more, more);
4887 return __this_cpu_read(softnet_data.xmit.more);
4891 struct netdev_queue *txq, bool more)
4896 rc = __netdev_start_xmit(ops, skb, dev, more);
5131 /* TODO: reserve and use an additional IFF bit, if we get more users */
4877 __netdev_start_xmit(const struct net_device_ops *ops, struct sk_buff *skb, struct net_device *dev, bool more) argument
4890 netdev_start_xmit(struct sk_buff *skb, struct net_device *dev, struct netdev_queue *txq, bool more) argument
/linux-master/drivers/net/ethernet/faraday/
H A Dftgmac100.c1221 bool more; local
1229 more = ftgmac100_rx_packet(priv, &work_done);
1230 } while (more && work_done < budget);
1265 /* Check RX and TX descriptors for more work to do */
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c43 /* For our NAPI weight bigger does *NOT* mean better - it means more
44 * D-cache misses and lots more wasted cycles than we'll ever
1491 * make sure next segment is more than 4 bytes long.
1726 goto more;
1730 goto more;
1742 more:
/linux-master/arch/arm/lib/
H A Dlib1funcs.S28 General Public License for more details.
99 movsne \curbit, \curbit, lsr #4 @ No, any more bits to do?

Completed in 408 milliseconds

123456