Home
last modified time | relevance | path

Searched refs:ub (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/block/
H A Dublk_drv.c147 struct ublk_device *ub; member
358 static void ublk_stop_dev_unlocked(struct ublk_device *ub);
359 static bool ublk_try_buf_match(struct ublk_device *ub, struct request *rq,
361 static void ublk_buf_cleanup(struct ublk_device *ub);
362 static void ublk_abort_queue(struct ublk_device *ub, struct ublk_queue *ubq);
363 static inline struct request *__ublk_check_and_get_req(struct ublk_device *ub,
369 static inline bool ublk_dev_support_batch_io(const struct ublk_device *ub) in ublk_dev_support_batch_io() argument
371 return ub->dev_info.flags & UBLK_F_BATCH_IO; in ublk_dev_support_batch_io()
420 static inline bool ublk_dev_support_zero_copy(const struct ublk_device *ub) in ublk_dev_support_zero_copy() argument
422 return ub->dev_info.flags & UBLK_F_SUPPORT_ZERO_COPY; in ublk_dev_support_zero_copy()
[all …]
/linux/net/tipc/
H A Dudp_media.c175 struct udp_bearer *ub, struct udp_media_addr *src, in tipc_udp_xmit() argument
202 udp_tunnel_xmit_skb(rt, ub->sk, skb, src->ipv4.s_addr, in tipc_udp_xmit()
209 .flowi6_oif = ub->ifindex, in tipc_udp_xmit()
214 ndst = ip6_dst_lookup_flow(net, ub->sk, in tipc_udp_xmit()
223 udp_tunnel6_xmit_skb(ndst, ub->sk, skb, NULL, in tipc_udp_xmit()
244 struct udp_bearer *ub; in tipc_udp_send_msg() local
254 ub = rcu_dereference(b->media_ptr); in tipc_udp_send_msg()
255 if (!ub) { in tipc_udp_send_msg()
261 return tipc_udp_xmit(net, skb, ub, src, dst, in tipc_udp_send_msg()
262 &ub->rcast.dst_cache); in tipc_udp_send_msg()
[all …]
/linux/include/linux/
H A Dmc6821.h35 } ub; member
43 #define pprb ub.prb
44 #define pddrb ub.ddrb
/linux/arch/microblaze/boot/
H A DMakefile6 targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.*
13 $(obj)/linux.bin.ub: $(obj)/linux.bin FORCE
28 $(obj)/simpleImage.$(DTB).ub: $(obj)/simpleImage.$(DTB) FORCE
/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py102 def get_bounds(self, lb, ub, error, alias={}, ridx: int = 0) -> list: argument
104 Get bounds and tolerance from lb, ub, and error.
105 If missing lb, use 0.0; missing ub, use float('inf); missing error, use self.tolerance.
108 @param ub: str/float, upper bound
123 vall = self.get_value(alias[ub], ridx)
134 ubv = get_bound_value(ub, -1, ridx)
163 def check_bound(self, val, lb, ub, err): argument
164 return True if val <= ub + err and val >= lb - err else False
270 ub = rule['RangeUpper']
274 if isinstance(ub, st
[all...]
/linux/include/net/libeth/
H A Dxdp.h1109 #define _libeth_xdp_xmit_do_bulk(d, n, fr, f, xqs, nqs, fl, fin, ub, ur, un) \ argument
1115 LIBETH_XDP_ONSTACK_BULK(ub); \
1117 libeth_xdp_xmit_init_bulk(&ub, d, xqs, un); \
1118 ur = __libeth_xdp_xmit_do_bulk(&ub, fr, n, f, fl, fin); \
1145 #define __libeth_xdp_tx_init_bulk(bq, pr, d, xdpsqs, num, xsk, ub, un) do { \ argument
1146 typeof(bq) ub = (bq); \
1152 ub->prog = rcu_dereference(pr); \
1153 ub->dev = (d); \
1154 ub->xdpsq = (xdpsqs)[libeth_xdpsq_id(un)]; \
1156 ub->prog = NULL; \
[all …]
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dtxrx.h69 u32 ub:1; member
134 u32 ub:1; member
H A Dtxrx.c584 bd->ub = 1; in wcn36xx_set_tx_data()
632 bd->ub = 1; in wcn36xx_set_tx_mgmt()
/linux/net/netfilter/
H A Dnf_conntrack_h323_asn1.c82 unsigned char ub; member
600 if (i >= f->ub) { /* Newer Version? */ in decode_seq()
688 effective_count = count > f->ub ? f->ub : count; in decode_seqof()
774 if (type >= f->ub) { /* Newer version? */ in decode_choice()
/linux/drivers/net/fddi/
H A Ddefza.c443 static int fza_do_xmit(union fza_buffer_txp ub, int len, in fza_do_xmit() argument
477 fza_moves(ub.mmio_ptr, rmc_tx_ptr, frag_len); in fza_do_xmit()
479 fza_writes(ub.data_ptr, rmc_tx_ptr, frag_len); in fza_do_xmit()
487 ub.data_ptr++; in fza_do_xmit()