Searched refs:more (Results 51 - 75 of 149) sorted by relevance

123456

/linux-master/scripts/
H A Ddev-needs.sh13 The script takes as input a list of one or more device directories under
109 # Return 0 (no-error/true) if one or more suppliers were added
H A Dsphinx-pre-install889 printf " warning when the same name is used for more than one type (functions,\n";
890 printf " structs, enums,...). This is known Sphinx bug. For more details, see:\n";
1034 # This seems more common than LSB these days
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl363 Prints a more detailed help message and exits.
386 tree for more details.
/linux-master/arch/xtensa/kernel/
H A Dhead.S8 * for more details.
37 * (see setup.c for more details)
227 1: beq a2, a3, 3f # no more entries?
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S616 # load 2 more round keys (v11, v12)
623 # load 2 more round keys (v11, v12, v13, v14)
1157 # load 2 more round keys (v11, v12)
1164 # load 2 more round keys (v11, v12, v13, v14)
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.c1621 bool *more)
1633 *more = total > 1;
1670 bool more = false; local
1690 &tx_allowed_mask, &more);
1694 (ret || !more) &&
1740 if (more) {
1744 /* more buffered multicast/broadcast frames
1754 wsm->more ? 'M' : ' ');
1618 wsm_get_tx_queue_and_mask(struct cw1200_common *priv, struct cw1200_queue **queue_p, u32 *tx_allowed_mask_p, bool *more) argument
/linux-master/crypto/
H A Daf_alg.c761 ctx->init = ctx->more;
883 ctx->init && (!ctx->more ||
973 if (ctx->init && !ctx->more) {
1103 ctx->more = msg->msg_flags & MSG_MORE;
1176 if (!ctx->more || ctx->used)
/linux-master/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c139 int count, more; local
148 more = 0;
150 more = !0;
157 WriteISAC(isac, ISAC_CMDR, more ? 0x8 : 0xa);
964 int count, more; local
971 more = 1;
980 more = test_bit(FLG_TRANSPARENT, &hscx->bch.Flags) ? 1 : 0;
983 more = 1;
997 hscx_cmdr(hscx, more ? 0x08 : 0x0a);
/linux-master/Documentation/sound/cards/
H A Dmultisound.sh31 # for more information).
145 # See the `snd-msnd-pinnacle Additional Options' section below for more
465 X * GNU General Public License for more details.
572 X * GNU General Public License for more details.
1080 X * GNU General Public License for more details.
/linux-master/drivers/cpufreq/
H A DKconfig.x86109 file has now been superseded by the more generic "boost" entry.
185 governor, which allows it to make more power-conscious frequency
190 the CPUs' workloads are. CPU-bound workloads will be more sensitive
/linux-master/drivers/tty/
H A Dn_tty.c276 * we won't get any more characters.
1669 * ensures the tty can always receive more input until at least one line can be
1944 * Returns: true if it successfully copied data, but there is still more data
1982 /* If we have more to copy, let the caller know */
2012 size_t n, size, more, c; local
2031 more = n - (size - tail);
2032 if (eol == N_TTY_BUF_SIZE && more) {
2034 eol = find_first_bit(ldata->read_flags, more);
2035 found = eol != more;
2047 n_tty_trace("%s: eol:%zu found:%d n:%zu c:%zu tail:%zu more
[all...]
/linux-master/fs/ocfs2/cluster/
H A Dtcp.c10 * we'll need to move to a more robust posting/callback mechanism.
1362 /* do we need more header? */
1393 /* do we need more payload? */
1395 /* need more payload */
1423 * more. it interprets 0, eof, as fatal. if data_ready hits while we're doing
1779 static int o2net_accept_one(struct socket *sock, int *more) argument
1800 *more = 0;
1812 *more = 1;
1909 * This function is invoked in response to one or more
1917 int more; local
[all...]
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dliquidio_common.h16 * NONINFRINGEMENT. See the GNU General Public License for more details.
313 u64 more:6; /* How many udd words follow the command */ member in struct:octnet_cmd::__anon220
331 u64 more:6;
/linux-master/arch/mips/cavium-octeon/
H A Docteon-memcpy.S4 * for more details.
182 # This is where we loop if there is more than 128 bytes left
222 sltu t0, len, 256+1 # See if we can prefetch more
224 sltu t0, len, 128 # See if we can loop more time
391 * may be more than a byte beyond the last address.
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Duvmm.c536 const bool more = oclass->base.maxver >= 0; local
546 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, more))) {
/linux-master/net/xfrm/
H A Despintcp.c214 bool more = flags & MSG_MORE; local
228 if (sg_is_last(sg) && !more)
/linux-master/scripts/dtc/
H A Ddtx_diff33 (-T -T for more details)
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S22 # License for more details.
/linux-master/lib/lz4/
H A Dlz4_compress.c354 unsigned const int more = LZ4_count(ip, local
358 matchCode += more;
359 ip += more;
/linux-master/net/tipc/
H A Dmonitor.c515 if (more(acked_gen, state->acked_gen))
519 if (!more(new_gen, state->peer_gen) && !probing)
531 if (!more(new_gen, state->peer_gen))
/linux-master/drivers/net/ethernet/amd/
H A Dnmclan_cs.c318 int more; member in struct:_mace_statistics
994 lp->mace_stats.more++;
1169 pr_debug(" lcol=%-7d more=%d\n",
1170 pstats->lcol, pstats->more);
/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/fs/bcachefs/
H A Dbuckets.c388 static int __replicas_deltas_realloc(struct btree_trans *trans, unsigned more, argument
392 unsigned new_size = d ? (d->size + more) * 2 : 128;
397 if (!d || d->used + more > d->size) {
425 int bch2_replicas_deltas_realloc(struct btree_trans *trans, unsigned more) argument
428 __replicas_deltas_realloc(trans, more, _gfp));
920 "disk usage increased %lli more than %llu sectors reserved)",
/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 */
2367 /* 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/drivers/usb/musb/
H A Dmusb_host.c64 * (Yes, bulk _could_ use more of the endpoints than that, and would even
237 /* transmit may have more work: start it when it is time */
980 bool more = false; local
1004 more = true;
1015 more = true;
1020 more = true;
1037 more = true;
1045 return more;
1098 * ep0 is more likely to stay busy. That's already done
1143 /* more packet
[all...]

Completed in 602 milliseconds

123456