Searched refs:more (Results 1 - 25 of 149) sorted by relevance

123456

/linux-master/arch/mips/include/uapi/asm/
H A Dbitfield.h5 * for more details.
16 #define __BITFIELD_FIELD(field, more) \
18 more
22 #define __BITFIELD_FIELD(field, more) \
23 more \
/linux-master/arch/um/drivers/
H A Dslip_common.c10 if(slip->more > 0){
12 while(i < slip->more){
18 slip->more - i);
19 slip->more = slip->more - i;
23 slip->more = 0;
39 slip->more = n - (i + 1);
H A Dmconsole.h30 u32 more; member in struct:mconsole_reply
73 int len, int err, int more);
75 int more);
H A Dslip_common.h87 int more; /* more data: do not read fd until ibuf has been drained */ member in struct:slip_proto
96 slip->more = 0;
H A Dmconsole_user.c127 int err, int more)
145 if (len == total) reply.more = more;
146 else reply.more = 1;
165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) argument
167 return mconsole_reply_len(req, str, strlen(str), err, more);
126 mconsole_reply_len(struct mc_request *req, const char *str, int total, int err, int more) argument
/linux-master/net/tipc/
H A Dtrace.h129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf);
130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf);
133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf);
138 TP_PROTO(struct sk_buff *skb, bool more, const char *header),
140 TP_ARGS(skb, more, header),
144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN)
149 tipc_skb_dump(skb, more, __get_str(buf));
157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \
158 TP_ARGS(skb, more, header))
165 TP_PROTO(struct sk_buff_head *list, bool more, cons
[all...]
H A Dtrace.c48 * @more: dump more?
53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) argument
56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN;
123 /* need more? */
128 if (!more)
161 * @more: dump more?
166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) argument
169 size_t sz = (more)
[all...]
H A Dcore.h190 static inline int more(u16 left, u16 right) function
202 return !less(val, min) && !more(val, max);
/linux-master/include/crypto/
H A Dscatterwalk.h73 unsigned int more)
82 if (more && walk->offset >= walk->sg->offset + walk->sg->length)
87 int more)
89 if (!more || walk->offset >= walk->sg->offset + walk->sg->length ||
91 scatterwalk_pagedone(walk, out, more);
72 scatterwalk_pagedone(struct scatter_walk *walk, int out, unsigned int more) argument
86 scatterwalk_done(struct scatter_walk *walk, int out, int more) argument
/linux-master/drivers/firmware/google/
H A Dvpd_decode.c15 u8 more; local
26 more = in[i] & 0x80;
30 } while (more);
/linux-master/drivers/net/mdio/
H A Dmdio-cavium.h19 #define OCT_MDIO_BITFIELD_FIELD(field, more) \
21 more
24 #define OCT_MDIO_BITFIELD_FIELD(field, more) \
25 more \
/linux-master/crypto/
H A Dalgif_hash.c27 bool more; member in struct:hash_ctx
78 continuing = ctx->more;
164 ctx->more = msg->msg_flags & MSG_MORE;
175 ctx->more = false;
202 if (!result && !ctx->more) {
209 if (!result || ctx->more) {
210 ctx->more = false;
238 bool more; local
248 more = ctx->more;
[all...]
/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...]
/linux-master/drivers/comedi/drivers/
H A Djr3_pci.c321 int more = 1; local
329 while (more) {
333 more = more && read_idm_word(data, size, &pos, &count);
334 if (more && count == 0xffff)
337 more = more && read_idm_word(data, size, &pos, &addr);
338 while (more && count > 0) {
341 more = more
355 int more = 1; local
[all...]
/linux-master/arch/powerpc/platforms/pseries/
H A Dhvcserver.c129 int more = 1; local
186 } while (more);
/linux-master/arch/alpha/lib/
H A Dev6-memcpy.S48 * At least one byte more to move
108 subq $18, 192, $2 # E : At least two more trips to go?
119 # fallback wh64 address if < 2 more trips
130 cmple $18, 63, $1 # E : At least one more trip?
172 bgt $18, $tail_bytes # U : more to be done?
235 bgt $18, $misalign_byte # U : more to go?
H A Dev6-memset.S26 * WARNING: Maintaining this is going to be more work than the above version,
178 subq $3, 16, $2 # E : Repeat the loop at least once more?
200 bne $3,loop_b # U : more?
356 subq $3, 16, $2 # E : Repeat the loop at least once more?
378 bne $3,loop # U : more?
544 subq $3, 16, $2 # E : Repeat the loop at least once more?
566 bne $3,loop_w # U : more?
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Ddma.c423 int *len, u32 *info, bool *more, bool *drop)
436 *more = !(ctrl & MT_DMA_CTL_LAST_SEC0);
477 int *len, u32 *info, bool *more, bool *drop)
481 *more = false;
498 return mt76_dma_get_buf(dev, q, idx, len, info, more, drop);
744 bool more; local
751 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more, NULL);
803 int len, bool more, u32 info, bool allow_direct)
818 if (more)
836 bool more; local
422 mt76_dma_get_buf(struct mt76_dev *dev, struct mt76_queue *q, int idx, int *len, u32 *info, bool *more, bool *drop) argument
476 mt76_dma_dequeue(struct mt76_dev *dev, struct mt76_queue *q, bool flush, int *len, u32 *info, bool *more, bool *drop) argument
802 mt76_add_fragment(struct mt76_dev *dev, struct mt76_queue *q, void *data, int len, bool more, u32 info, bool allow_direct) argument
[all...]
/linux-master/tools/testing/selftests/ptp/
H A Dtestptp.mk13 # GNU General Public License for more details.
/linux-master/fs/bcachefs/
H A Ddarray.h41 static inline int __darray_make_room(darray_char *d, size_t t_size, size_t more, gfp_t gfp) argument
43 return __darray_resize(d, t_size, d->nr + more, gfp);
/linux-master/net/netrom/
H A Dnr_in.c29 static int nr_queue_rx_frame(struct sock *sk, struct sk_buff *skb, int more) argument
38 if (more) {
44 if (!more && nr->fraglen > 0) { /* End of fragment */
/linux-master/lib/zlib_deflate/
H A Ddeflate.c20 * is preferable to spend more time in matches to allow very fast string
26 * A previous version of this file used a more sophisticated algorithm
28 * time, but has a larger average cost, uses more memory and is patented.
380 * more output space, but possibly with both pending and
398 /* User must not provide more input after the first FINISH: */
633 * necessary to put more guard bytes at the end of the window, or
634 * to check more often for insufficient lookahead.
750 unsigned more; /* Amount of free space at the end of the window. */ local
754 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart);
757 if (more
[all...]
/linux-master/drivers/crypto/chelsio/
H A Dchcr_algo.h158 #define FILL_SEC_CPL_IVGEN_HDRLEN(last, more, ctx_in, mac, ivdrop, len) htonl( \
162 SCMD_MORE_FRAGS_V((more)) | \
247 unsigned int more; member in struct:hash_wr_param
/linux-master/drivers/atm/
H A Deni.h112 struct atm_dev *more; /* other ENI devices */ member in struct:eni_dev
/linux-master/net/ceph/
H A Dmessenger_v1.c57 * write something. @more is true if caller will be sending more data
61 size_t kvlen, size_t len, bool more)
66 if (more)
78 * @more: MSG_MORE or 0.
81 int offset, size_t size, int more)
84 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL | more,
281 con->v1.out_more = 1; /* more will follow.. eventually.. */
418 * 0 -> socket full, but more to do
462 * 0 -> socket full, but more t
60 ceph_tcp_sendmsg(struct socket *sock, struct kvec *iov, size_t kvlen, size_t len, bool more) argument
80 ceph_tcp_sendpage(struct socket *sock, struct page *page, int offset, size_t size, int more) argument
[all...]

Completed in 248 milliseconds

123456