Home
last modified time | relevance | path

Searched refs:po (Results 1 – 25 of 43) sorted by relevance

12

/linux/drivers/net/ppp/
A Dpppoe.c230 if (po) in get_item()
285 while (po && po->pppoe_dev != dev) { in pppoe_flush_dev()
286 po = po->next; in pppoe_flush_dev()
448 if (!po) in pppoe_rcv()
505 if (po) in pppoe_disc_rcv()
649 po->pppoe_pa.remote, po->pppoe_ifindex); in pppoe_connect()
658 memset(&po->chan, 0, sizeof(po->chan)); in pppoe_connect()
1044 po = v; in pppoe_seq_show()
1063 po = po->next; in pppoe_get_idx()
1091 po = v; in pppoe_seq_next()
[all …]
A Dpptp.c334 struct pppox_sock *po; in pptp_rcv() local
357 if (po) { in pptp_rcv()
438 po->chan.private = sk; in pptp_connect()
454 if (!po->chan.mtu) in pptp_connect()
455 po->chan.mtu = PPP_MRU; in pptp_connect()
493 struct pppox_sock *po; in pptp_release() local
506 po = pppox_sk(sk); in pptp_release()
507 del_chan(po); in pptp_release()
536 struct pppox_sock *po; in pptp_create() local
555 po = pppox_sk(sk); in pptp_create()
[all …]
A Dpppox.c70 struct pppox_sock *po = pppox_sk(sk); in pppox_ioctl() local
83 index = ppp_channel_index(&po->chan); in pppox_ioctl()
/linux/net/packet/
A Daf_packet.c1118 curr = packet_lookup_frame(po, &po->rx_ring, in packet_current_rx_frame()
2361 packet_increment_rx_head(po, &po->rx_ring); in tpacket_rcv()
2767 ph = packet_current_frame(po, &po->tx_ring, in tpacket_snd()
3820 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec) { in packet_setsockopt()
3840 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec) { in packet_setsockopt()
3859 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec) { in packet_setsockopt()
3908 if (po->rx_ring.pg_vec || po->tx_ring.pg_vec) { in packet_setsockopt()
3971 if (!po->rx_ring.pg_vec && !po->tx_ring.pg_vec) in packet_setsockopt()
4019 memset(&po->stats, 0, sizeof(po->stats)); in packet_getsockopt()
4350 rb = tx_ring ? &po->tx_ring : &po->rx_ring; in packet_set_ring()
[all …]
A Ddiag.c17 pinfo.pdi_index = po->ifindex; in pdiag_put_info()
24 if (po->running) in pdiag_put_info()
26 if (po->auxdata) in pdiag_put_info()
28 if (po->origdev) in pdiag_put_info()
30 if (po->has_vnet_hdr) in pdiag_put_info()
32 if (po->tp_loss) in pdiag_put_info()
103 ret = pdiag_put_ring(&po->rx_ring, po->tp_version, in pdiag_put_rings_cfg()
106 ret = pdiag_put_ring(&po->tx_ring, po->tp_version, in pdiag_put_rings_cfg()
118 if (po->fanout) { in pdiag_put_fanout()
121 val = (u32)po->fanout->id | ((u32)po->fanout->type << 16); in pdiag_put_fanout()
[all …]
/linux/net/ceph/
A Dpagevec.c66 int po = off & ~PAGE_MASK; in ceph_copy_user_to_page_vector() local
77 po += l - bad; in ceph_copy_user_to_page_vector()
78 if (po == PAGE_SIZE) { in ceph_copy_user_to_page_vector()
79 po = 0; in ceph_copy_user_to_page_vector()
92 size_t po = off & ~PAGE_MASK; in ceph_copy_to_page_vector() local
101 po += l; in ceph_copy_to_page_vector()
102 if (po == PAGE_SIZE) { in ceph_copy_to_page_vector()
103 po = 0; in ceph_copy_to_page_vector()
124 po += l; in ceph_copy_from_page_vector()
125 if (po == PAGE_SIZE) { in ceph_copy_from_page_vector()
[all …]
/linux/tools/memory-model/
A Dlinux-kernel.cat28 let acq-po = [Acquire] ; po ; [M]
29 let po-rel = [M] ; po ; [Release]
30 let po-unlock-rf-lock-po = po ; [UL] ; rf ; [LKR] ; po
40 ([M] ; po ; [UL] ; (co | po) ; [LKW] ;
42 let gp = po ; [Sync-rcu | Sync-srcu] ; po?
45 let nonrw-fence = strong-fence | po-rel | acq-po
50 (po ; [Release]) | ([Acquire] ; po)
73 let ppo = to-r | to-w | fence | (po-unlock-rf-lock-po & int)
78 po-unlock-rf-lock-po) ; [Marked]
121 let rcu-link = po? ; hb* ; pb* ; prop ; po
[all …]
A Dlinux-kernel.bell48 and unmatched-po = [unmatched] ; po ; [unmatched]
50 [unmatched-locks] ; po ; [unmatched-unlocks]
52 (unmatched-po ; unmatched-po))
64 and unmatched-po = ([unmatched] ; po ; [unmatched]) & loc
66 ([unmatched-locks] ; po ; [unmatched-unlocks]) & loc
68 (unmatched-po ; unmatched-po))
76 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep
A Dlock.cat44 let lk-rmw = ([LKR] ; po-loc ; [LKW]) \ (po ; po)
55 empty ([LKW] ; po-loc ; [LKR]) \ (po-loc ; [UL] ; po-loc) as lock-nest
71 let critical = ([LKW] ; po-loc ; [UL]) \ (po-loc ; [LKW | UL] ; po-loc)
80 let rfi-lf = ([LKW] ; po-loc ; [LF]) \ ([LKW] ; po-loc ; [UL] ; po-loc)
105 (* rfi for RU events: an RU may read from the last po-previous UL *)
106 let rfi-ru = ([UL] ; po-loc ; [RU]) \ ([UL] ; po-loc ; [LKW] ; po-loc)
/linux/sound/usb/line6/
A Dplayback.c76 po[0] = pi[0]; in create_impulse_test_signal()
77 po[1] = 0; in create_impulse_test_signal()
79 po += 2; in create_impulse_test_signal()
88 po[j] = pi[j]; in create_impulse_test_signal()
91 po[j] = 0; in create_impulse_test_signal()
94 po += bytes_per_frame; in create_impulse_test_signal()
115 __le16 *pi, *po, *buf_end; in add_monitor_signal() local
119 buf_end = po + urb_out->transfer_buffer_length / sizeof(*po); in add_monitor_signal()
121 for (; po < buf_end; ++pi, ++po) { in add_monitor_signal()
122 short pov = le16_to_cpu(*po); in add_monitor_signal()
[all …]
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
A Dpassobj-attributes.c13 get_instance_id(po);
99 attribute_n_property_show(min_password_length, po);
102 attribute_n_property_show(max_password_length, po);
162 if (check_property_type(po, ATTR_NAME, ACPI_TYPE_STRING)) in populate_po_data()
166 if (check_property_type(po, MIN_PASS_LEN, ACPI_TYPE_INTEGER)) in populate_po_data()
170 if (check_property_type(po, MAX_PASS_LEN, ACPI_TYPE_INTEGER)) in populate_po_data()
/linux/Documentation/core-api/
A Drefcount-vs-atomic.rst35 program order (po) relation (on the same CPU). It guarantees that
42 stores (all po-earlier instructions) on the same CPU are completed
43 before any po-later instruction is executed on the same CPU.
44 It also guarantees that all po-earlier stores on the same CPU
46 other CPUs before any po-later instruction is executed on the original
50 stores (all po-earlier instructions) on the same CPU are completed
51 before the operation. It also guarantees that all po-earlier
58 stores (all po-later instructions) on the same CPU are
60 po-later stores on the same CPU must propagate to all other CPUs
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_fw.c248 u_short *po; in sym_fw_setup_bus_addresses() local
255 po = (u_short *) fw->a_ofs; in sym_fw_setup_bus_addresses()
258 pa[i] = np->scripta_ba + po[i]; in sym_fw_setup_bus_addresses()
263 po = (u_short *) fw->b_ofs; in sym_fw_setup_bus_addresses()
266 pa[i] = np->scriptb_ba + po[i]; in sym_fw_setup_bus_addresses()
271 po = (u_short *) fw->z_ofs; in sym_fw_setup_bus_addresses()
274 pa[i] = np->scriptz_ba + po[i]; in sym_fw_setup_bus_addresses()
/linux/Documentation/translations/zh_CN/core-api/
A Drefcount-vs-atomic.rst38 子性和程序顺序(program order, po)关系(在同一个CPU上)。它保证每个
43 [po-earlier]指令)在执行任何程序顺序较后指令(po-later)之前完成。它还保证
/linux/drivers/gpio/
A Dgpio-pch.c30 u32 po; member
105 reg_val = ioread32(&chip->reg->po); in pch_gpio_set()
111 iowrite32(reg_val, &chip->reg->po); in pch_gpio_set()
132 reg_val = ioread32(&chip->reg->po); in pch_gpio_direction_output()
137 iowrite32(reg_val, &chip->reg->po); in pch_gpio_direction_output()
172 chip->pch_gpio_reg.po_reg = ioread32(&chip->reg->po); in pch_gpio_save_reg_conf()
189 iowrite32(chip->pch_gpio_reg.po_reg, &chip->reg->po); in pch_gpio_restore_reg_conf()
A Dgpio-ml-ioh.c29 u32 po; member
99 reg_val = ioread32(&chip->reg->regs[chip->ch].po); in ioh_gpio_set()
105 iowrite32(reg_val, &chip->reg->regs[chip->ch].po); in ioh_gpio_set()
130 reg_val = ioread32(&chip->reg->regs[chip->ch].po); in ioh_gpio_direction_output()
135 iowrite32(reg_val, &chip->reg->regs[chip->ch].po); in ioh_gpio_direction_output()
167 ioread32(&chip->reg->regs[chip->ch].po); in ioh_gpio_save_reg_conf()
193 &chip->reg->regs[chip->ch].po); in ioh_gpio_restore_reg_conf()
/linux/net/l2tp/
A Dl2tp_ppp.c238 struct pppox_sock *po; in pppol2tp_recv() local
240 po = pppox_sk(sk); in pppol2tp_recv()
241 ppp_input(&po->chan, skb); in pppol2tp_recv()
534 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_show() local
660 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_connect() local
809 po->chan.hdrlen = PPPOL2TP_L2TP_HDR_SIZE_NOSEQ; in pppol2tp_connect()
811 po->chan.private = sk; in pppol2tp_connect()
812 po->chan.ops = &pppol2tp_chan_ops; in pppol2tp_connect()
813 po->chan.mtu = pppol2tp_tunnel_mtu(tunnel); in pppol2tp_connect()
1193 struct pppox_sock *po = pppox_sk(sk); in pppol2tp_session_setsockopt() local
[all …]
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-cipher.c34 unsigned long pi = 0, po = 0; /* progress for in and out */ in sun4i_ss_opti_poll() local
113 if (po) in sun4i_ss_opti_poll()
114 sg_miter_skip(&mo, po); in sun4i_ss_opti_poll()
130 po += mo.length; in sun4i_ss_opti_poll()
204 unsigned long pi = 0, po = 0; /* progress for in and out */ in sun4i_ss_cipher_poll() local
334 if (po) in sun4i_ss_cipher_poll()
335 sg_miter_skip(&mo, po); in sun4i_ss_cipher_poll()
351 po += mo.length; in sun4i_ss_cipher_poll()
376 po += mo.length; in sun4i_ss_cipher_poll()
/linux/tools/power/cpupower/
A D.gitignore16 po/cpupowerutils.pot
17 po/*.gmo
A DMakefile109 GMO_FILES = ${shell for HLANG in ${LANGUAGES}; do echo $(OUTPUT)po/$$HLANG.gmo; done;}
/linux/drivers/media/platform/sti/hva/
A Dhva-h264.c397 struct hva_h264_po po; member
782 offsetof(struct hva_h264_task, po); in hva_h264_prepare_task()
877 struct hva_h264_po *po = &task->po; in hva_h264_get_stream_size() local
879 return po->bitstream_size; in hva_h264_get_stream_size()
884 struct hva_h264_po *po = &task->po; in hva_h264_get_stuffing_bytes() local
886 return po->stuffing_bits >> 3; in hva_h264_get_stuffing_bytes()
/linux/tools/memory-model/Documentation/
A Dexplanation.txt15 7. THE PROGRAM ORDER RELATION: po AND po-loc
327 THE PROGRAM ORDER RELATION: po AND po-loc
335 that X is po-before Y (written as "X ->po Y" in formulas) if X occurs
342 po-loc is a sub-relation of po. It links two memory accesses when the
966 po.
1052 R ->po-loc W
1060 W ->po-loc W'
1601 X ->po E ->rcu-order F ->po Y.
1650 S ->po X ->hb* Z ->fr W ->rf Y ->po U.
1698 so we have X ->rfe Z. Together with L ->po X and Z ->po S, this
[all …]
/linux/include/linux/
A Dif_pppox.h65 static inline struct sock *sk_pppox(struct pppox_sock *po) in sk_pppox() argument
67 return (struct sock *)po; in sk_pppox()
/linux/arch/arm/mach-omap2/
A Dpowerdomain.c298 int pwrdm_register_platform_funcs(struct pwrdm_ops *po) in pwrdm_register_platform_funcs() argument
300 if (!po) in pwrdm_register_platform_funcs()
306 arch_pwrdm = po; in pwrdm_register_platform_funcs()
/linux/Documentation/translations/it_IT/process/
A D7.AdvancedTopics.rst53 Il tutto potrebbe essere un po' intimidatorio visto da fuori, ma con un po'
175 nuovi arrivati che potrebbero sentirsi un po' nervosi nel questionare

Completed in 70 milliseconds

12