Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 123) sorted by relevance

12345

/linux-4.19.296/lib/mpi/
Dmpih-mul.c34 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument
37 mul_n_basecase(prodp, up, vp, size); \
39 mul_n(prodp, up, vp, size, tspace); \
42 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ argument
45 mpih_sqr_n_basecase(prodp, up, size); \
47 mpih_sqr_n(prodp, up, size, tspace); \
68 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) in mul_n_basecase() argument
79 MPN_COPY(prodp, up, size); in mul_n_basecase()
84 cy = mpihelp_mul_1(prodp, up, size, v_limb); in mul_n_basecase()
96 cy = mpihelp_add_n(prodp, prodp, up, size); in mul_n_basecase()
[all …]
Dmpi-internal.h100 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument
103 mul_n_basecase(prodp, up, vp, size); \
105 mul_n(prodp, up, vp, size, tspace); \
146 int mpihelp_mul(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t usize,
148 void mpih_sqr_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t size);
149 void mpih_sqr_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_size_t size,
153 mpi_ptr_t up, mpi_size_t usize,
167 mpi_limb_t mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
169 mpi_limb_t mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize,
Dgeneric_mpih-lshift.c41 mpihelp_lshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned int cnt) in mpihelp_lshift() argument
52 low_limb = up[i]; in mpihelp_lshift()
56 low_limb = up[i]; in mpihelp_lshift()
Dgeneric_mpih-rshift.c42 mpihelp_rshift(mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) in mpihelp_rshift() argument
52 high_limb = up[0]; in mpihelp_rshift()
56 high_limb = up[i]; in mpihelp_rshift()
/linux-4.19.296/include/net/
Dudplite.h68 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum_outgoing() local
69 int cscov = up->len; in udplite_csum_outgoing()
72 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing()
77 if (up->pcslen < up->len) { in udplite_csum_outgoing()
78 if (0 < up->pcslen) in udplite_csum_outgoing()
79 cscov = up->pcslen; in udplite_csum_outgoing()
80 udp_hdr(skb)->len = htons(up->pcslen); in udplite_csum_outgoing()
111 const struct udp_sock *up = udp_sk(skb->sk); in udplite_csum() local
115 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum()
116 if (0 < up->pcslen) in udplite_csum()
[all …]
/linux-4.19.296/include/linux/
Dserial_8250.h142 static inline struct uart_8250_port *up_to_u8250p(struct uart_port *up) in up_to_u8250p() argument
144 return container_of(up, struct uart_8250_port, port); in up_to_u8250p()
171 unsigned char serial8250_rx_chars(struct uart_8250_port *up, unsigned char lsr);
172 void serial8250_read_char(struct uart_8250_port *up, unsigned char lsr);
173 void serial8250_tx_chars(struct uart_8250_port *up);
174 unsigned int serial8250_modem_status(struct uart_8250_port *up);
175 void serial8250_init_port(struct uart_8250_port *up);
176 void serial8250_set_defaults(struct uart_8250_port *up);
177 void serial8250_console_write(struct uart_8250_port *up, const char *s,
182 (int port, struct uart_port *up,
Dserial_core.h267 static inline int serial_port_in(struct uart_port *up, int offset) in serial_port_in() argument
269 return up->serial_in(up, offset); in serial_port_in()
272 static inline void serial_port_out(struct uart_port *up, int offset, int value) in serial_port_out() argument
274 up->serial_out(up, offset, value); in serial_port_out()
318 static inline void uart_xmit_advance(struct uart_port *up, unsigned int chars) in uart_xmit_advance() argument
320 struct circ_buf *xmit = &up->state->xmit; in uart_xmit_advance()
323 up->icount.tx += chars; in uart_xmit_advance()
/linux-4.19.296/fs/hpfs/
Ddnode.c225 if (le32_to_cpu(dd->up) != dno || dd->root_dnode) { in fix_up_ptrs()
226 dd->up = cpu_to_le32(dno); in fix_up_ptrs()
304 if (!(ad = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &adno, &qbh1))) { in hpfs_add_to_dnode()
333 ad->up = d->up; in hpfs_add_to_dnode()
334 dno = le32_to_cpu(ad->up); in hpfs_add_to_dnode()
341 if (!(rd = hpfs_alloc_dnode(i->i_sb, le32_to_cpu(d->up), &rdno, &qbh2))) { in hpfs_add_to_dnode()
352 rd->up = d->up; in hpfs_add_to_dnode()
353 if (!(fnode = hpfs_map_fnode(i->i_sb, le32_to_cpu(d->up), &bh))) { in hpfs_add_to_dnode()
366 d->up = ad->up = cpu_to_le32(rdno); in hpfs_add_to_dnode()
450 if (le32_to_cpu(dnode->up) != chk_up) { in move_to_top()
[all …]
Danode.c66 anode_secno a, na = -1, ra, up = -1; in hpfs_add_sector_to_btree() local
125 up = a != node ? le32_to_cpu(anode->up) : -1; in hpfs_add_sector_to_btree()
132 anode->up = cpu_to_le32(node); in hpfs_add_sector_to_btree()
165 while (up != (anode_secno)-1) { in hpfs_add_sector_to_btree()
168 if (hpfs_stop_cycles(s, up, &c1, &c2, "hpfs_add_sector_to_btree #2")) return -1; in hpfs_add_sector_to_btree()
169 if (up != node || !fnod) { in hpfs_add_sector_to_btree()
170 if (!(anode = hpfs_map_anode(s, up, &bh))) return -1; in hpfs_add_sector_to_btree()
173 if (!(fnode = hpfs_map_fnode(s, up, &bh))) return -1; in hpfs_add_sector_to_btree()
187 anode->up = cpu_to_le32(up); in hpfs_add_sector_to_btree()
188 if (up == node && fnod) in hpfs_add_sector_to_btree()
[all …]
/linux-4.19.296/fs/cifs/
Dcifs_unicode.h365 register __le16 *up; in UniStrupr() local
367 up = upin; in UniStrupr()
368 while (*up) { /* For all characters */ in UniStrupr()
369 *up = cpu_to_le16(UniToupper(le16_to_cpu(*up))); in UniStrupr()
370 up++; in UniStrupr()
407 register wchar_t *up; in UniStrlwr() local
409 up = upin; in UniStrlwr()
410 while (*up) { /* For all characters */ in UniStrlwr()
411 *up = UniTolower(*up); in UniStrlwr()
412 up++; in UniStrlwr()
/linux-4.19.296/fs/nfsd/
Dnfsfh.h92 u32 *up; in mk_fsid() local
115 up = (u32*)uuid; in mk_fsid()
117 fsidv[1] = up[0] ^ up[1] ^ up[2] ^ up[3]; in mk_fsid()
122 up = (u32*)uuid; in mk_fsid()
123 fsidv[0] = up[0] ^ up[2]; in mk_fsid()
124 fsidv[1] = up[1] ^ up[3]; in mk_fsid()
/linux-4.19.296/fs/jfs/
Djfs_unicode.h146 wchar_t *up; in UniStrupr() local
148 up = upin; in UniStrupr()
149 while (*up) { /* For all characters */ in UniStrupr()
150 *up = UniToupper(*up); in UniStrupr()
151 up++; in UniStrupr()
/linux-4.19.296/drivers/thunderbolt/
Dtunnel_pci.c59 struct tb_pci_tunnel *tb_pci_alloc(struct tb *tb, struct tb_port *up, in tb_pci_alloc() argument
67 tunnel->up_port = up; in tb_pci_alloc()
69 tunnel->path_to_up = tb_path_alloc(up->sw->tb, 2); in tb_pci_alloc()
72 tunnel->path_to_down = tb_path_alloc(up->sw->tb, 2); in tb_pci_alloc()
81 tunnel->path_to_up->hops[0].out_port = tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
84 tunnel->path_to_up->hops[1].in_port = tb_upstream_port(up->sw); in tb_pci_alloc()
87 tunnel->path_to_up->hops[1].out_port = up; in tb_pci_alloc()
90 tunnel->path_to_down->hops[0].in_port = up; in tb_pci_alloc()
93 tunnel->path_to_down->hops[0].out_port = tb_upstream_port(up->sw); in tb_pci_alloc()
97 tb_upstream_port(up->sw)->remote; in tb_pci_alloc()
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_core.c594 if (dsp->up) { in dsp_control_req()
595 if (dsp->up->send(dsp->up, nskb)) in dsp_control_req()
709 if (dsp->up) in dsp_function()
710 return dsp->up->send(dsp->up, skb); in dsp_function()
753 if (dsp->up) { in dsp_function()
754 if (dsp->up->send( in dsp_function()
755 dsp->up, nskb)) in dsp_function()
768 if (dsp->up) in dsp_function()
769 return dsp->up->send(dsp->up, skb); in dsp_function()
799 if (dsp->up) { in dsp_function()
[all …]
Dlayer2.h32 struct mISDNchannel *up; member
57 struct mISDNchannel *up; member
/linux-4.19.296/include/net/caif/
Dcfsrvl.h51 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get()
54 s->hold(layr->up); in cfsrvl_get()
60 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
63 s->put(layr->up); in cfsrvl_put()
Dcfmuxl.h15 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid);
17 int cfmuxl_set_dnlayer(struct cflayer *layr, struct cflayer *up, u8 phyid);
Dcaif_layer.h149 struct cflayer *up; member
240 #define layer_set_up(layr, above) ((layr)->up = (struct cflayer *)(above))
/linux-4.19.296/drivers/clk/
Dclk-divider.c172 int up = INT_MAX; in _round_up_table() local
180 if ((clkt->div - div) < (up - div)) in _round_up_table()
181 up = clkt->div; in _round_up_table()
184 return up; in _round_up_table()
223 int up, down; in _div_round_closest() local
226 up = DIV_ROUND_UP_ULL((u64)parent_rate, rate); in _div_round_closest()
230 up = __roundup_pow_of_two(up); in _div_round_closest()
233 up = _round_up_table(table, up); in _div_round_closest()
237 up_rate = DIV_ROUND_UP_ULL((u64)parent_rate, up); in _div_round_closest()
240 return (rate - up_rate) <= (down_rate - rate) ? up : down; in _div_round_closest()
/linux-4.19.296/drivers/char/
Dsnsc.c192 up(&sd->sd_rbs); in scdrv_read()
206 up(&sd->sd_rbs); in scdrv_read()
231 up(&sd->sd_rbs); in scdrv_read()
275 up(&sd->sd_wbs); in scdrv_write()
289 up(&sd->sd_wbs); in scdrv_write()
302 up(&sd->sd_wbs); in scdrv_write()
312 up(&sd->sd_wbs); in scdrv_write()
/linux-4.19.296/drivers/of/unittest-data/
Doverlay.dts27 incline-up = < 48 32 16 >;
31 incline-up = < 47 31 15 >;
/linux-4.19.296/drivers/char/hw_random/
Dn2-drv.c368 struct n2rng_unit *up = &np->units[i]; in n2rng_control_swstate_init() local
370 up->control[0] = n2rng_control_default(np, 0); in n2rng_control_swstate_init()
371 up->control[1] = n2rng_control_default(np, 1); in n2rng_control_swstate_init()
372 up->control[2] = n2rng_control_default(np, 2); in n2rng_control_swstate_init()
373 up->control[3] = n2rng_control_default(np, 3); in n2rng_control_swstate_init()
619 struct n2rng_unit *up = &np->units[unit]; in n2rng_control_configure_units() local
620 unsigned long ctl_ra = __pa(&up->control[0]); in n2rng_control_configure_units()
642 up->control[esrc] = base | in n2rng_control_configure_units()
646 up->control[3] = base | in n2rng_control_configure_units()
/linux-4.19.296/fs/overlayfs/
DKconfig55 up.
75 The NFS export feature creates an index on copy up of every file and
109 bool "Overlayfs: turn on metadata only copy up feature by default"
114 copy up only metadata where appropriate and data copy up will
/linux-4.19.296/block/
Dblk-iolatency.c247 static inline unsigned long scale_amount(unsigned long qd, bool up) in scale_amount() argument
249 return max(up ? qd >> SCALE_UP_FACTOR : qd >> SCALE_DOWN_FACTOR, 1UL); in scale_amount()
263 bool up) in scale_cookie_change() argument
266 unsigned long scale = scale_amount(qd, up); in scale_cookie_change()
274 if (up) { in scale_cookie_change()
303 static void scale_change(struct iolatency_grp *iolat, bool up) in scale_change() argument
306 unsigned long scale = scale_amount(qd, up); in scale_change()
313 if (up) { in scale_change()
/linux-4.19.296/drivers/xen/
Dpvcalls-back.c379 up(&fedata->socket_lock); in pvcalls_new_active_socket()
393 up(&fedata->socket_lock); in pvcalls_new_active_socket()
499 up(&fedata->socket_lock); in pvcalls_back_release()
508 up(&fedata->socket_lock); in pvcalls_back_release()
511 up(&fedata->socket_lock); in pvcalls_back_release()
664 up(&fedata->socket_lock); in pvcalls_back_bind()
702 up(&fedata->socket_lock); in pvcalls_back_listen()
731 up(&fedata->socket_lock); in pvcalls_back_accept()
779 up(&fedata->socket_lock); in pvcalls_back_poll()
983 up(&pvcalls_back_global.frontends_lock); in backend_connect()
[all …]

12345