Searched refs:skip (Results 1 - 25 of 526) sorted by last modified time

1234567891011>>

/linux-master/sound/soc/sof/
H A Ddebug.c47 int skip = 0; local
70 skip = *ppos - pos;
112 size_ret = copy_to_user(buffer, buf + skip, count);
/linux-master/net/ipv6/
H A Dudp_offload.c142 goto skip;
151 skip:
/linux-master/net/ipv4/
H A Dudp_offload.c652 goto skip;
660 skip:
/linux-master/lib/
H A Dscatterlist.c955 * @skip: Number of bytes to skip before copying
963 size_t buflen, off_t skip, bool to_buffer)
976 if (!sg_miter_skip(&miter, skip))
1038 * @skip: Number of bytes to skip before copying
1044 const void *buf, size_t buflen, off_t skip)
1046 return sg_copy_buffer(sgl, nents, (void *)buf, buflen, skip, false);
1056 * @skip: Number of bytes to skip befor
962 sg_copy_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, size_t buflen, off_t skip, bool to_buffer) argument
1043 sg_pcopy_from_buffer(struct scatterlist *sgl, unsigned int nents, const void *buf, size_t buflen, off_t skip) argument
1061 sg_pcopy_to_buffer(struct scatterlist *sgl, unsigned int nents, void *buf, size_t buflen, off_t skip) argument
1077 sg_zero_buffer(struct scatterlist *sgl, unsigned int nents, size_t buflen, off_t skip) argument
[all...]
/linux-master/fs/btrfs/
H A Dvolumes.c511 * @skip_device: Optional. Will skip this device when searching for the stale
1330 * Do not skip device registration for mounted devices with matching
1350 /* Do not skip registration. */
1423 pr_debug("BTRFS: skip registering single non-seed device %s (%d:%d)\n",
4824 goto skip;
4830 goto skip;
4836 goto skip;
4855 goto skip;
4882 skip:
5376 /* If there is no space on this device, skip i
[all...]
H A Dscrub.c701 /* Sector not utilized, skip it. */
905 goto skip;
911 skip:
2175 * skip.
2527 goto skip;
2540 goto skip;
2553 * We skip such new block groups, because it's pointless to
2556 * replace it's also fine to skip it, we won't miss copying them
2564 goto skip;
2570 goto skip;
[all...]
/linux-master/drivers/net/vxlan/
H A Dvxlan_core.c1383 goto skip;
1394 skip:
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1398 goto skip;
1410 goto skip;
1413 goto skip;
1421 goto skip;
1449 * registers. if link status is good, skip run link
1470 skip:
3455 bool skip = false; local
3462 skip = offload_wq->is_handling_mst_msg_rdy_event;
3464 if (!skip)
3469 if (!skip)
3476 bool skip = false; local
[all...]
/linux-master/drivers/firewire/
H A Dohci.c1288 * with skip addresses.
2921 /* skip over the OUTPUT_MORE_IMMEDIATE descriptor */
3272 if (p->skip)
3295 if (!p->skip) {
3299 * Link the skip address to this descriptor itself. This causes
3300 * a context to skip a cycle whenever lost cycles or FIFO
3395 if (packet->skip && i == 0)
3467 if (packet->skip && i == 0)
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c205 unsigned skip; member in struct:stack_trace_data
213 if (trace_data->skip) {
214 --trace_data->skip;
228 .skip = trace->skip,
244 unsigned skip; member in struct:return_addr_data
251 if (r->skip) {
252 --r->skip;
268 .skip = level,
/linux-master/net/mac80211/
H A Dscan.c961 int skip; local
968 skip = 0;
994 skip = 1;
999 if (skip) {
1000 /* if we skip this channel return to the decision state */
/linux-master/net/bluetooth/
H A Dmgmt.c655 static int new_options(struct hci_dev *hdev, struct sock *skip) argument
660 sizeof(options), HCI_MGMT_OPTION_EVENTS, skip);
1243 static int ext_info_changed(struct hci_dev *hdev, struct sock *skip) argument
1256 HCI_MGMT_EXT_INFO_EVENTS, skip);
1319 static int new_settings(struct hci_dev *hdev, struct sock *skip) argument
1324 sizeof(ev), HCI_MGMT_SETTING_EVENTS, skip);
3926 int mgmt_phy_configuration_changed(struct hci_dev *hdev, struct sock *skip) argument
3935 sizeof(ev), skip);
4458 struct sock *skip)
4474 HCI_MGMT_EXP_FEATURE_EVENTS, skip);
4457 exp_ll_privacy_feature_changed(bool enabled, struct hci_dev *hdev, struct sock *skip) argument
4478 exp_feature_changed(struct hci_dev *hdev, const u8 *uuid, bool enabled, struct sock *skip) argument
[all...]
H A Dhci_conn.c1436 /* Find an unused adv set to advertise BIS, skip instance 0x00
2093 cp->skip = cpu_to_le16(qos->bcast.skip);
/linux-master/include/net/bluetooth/
H A Dhci_core.h2327 int mgmt_phy_configuration_changed(struct hci_dev *hdev, struct sock *skip);
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c180 goto skip;
185 goto skip;
190 goto skip;
204 goto skip;
216 skip:
/linux-master/drivers/net/
H A Dgtp.c820 netdev_dbg(dev, "no PDP ctx found for %pI4, skip\n",
1671 int i, j, bucket = cb->args[0], skip = cb->args[1]; local
1692 if (j >= skip &&
1705 skip = 0;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c251 /* skip already allocated entries */
271 /* not enough, so skip over it and continue looking */
3600 goto skip;
3638 skip:
4162 /* skip this unused q_vector */
/linux-master/drivers/gpio/
H A Dgpio-tegra186.c644 /* skip ports that are not associated with this bank */
651 goto skip;
660 skip:
/linux-master/fs/smb/server/
H A Dsmb2pdu.c97 ksmbd_debug(SMB, "skip to check tree connect request\n");
7362 goto skip;
7369 skip:
/linux-master/fs/smb/client/
H A Dsmb2ops.c1016 /* skip copy - calc size only */
3395 * We are at a section of allocated data, just skip forward
4142 unsigned int skip, num_sgs, i, j; local
4157 skip = 20;
4165 rqst[i].rq_iov[j].iov_base + skip,
4166 rqst[i].rq_iov[j].iov_len - skip);
4168 /* See the above comment on the 'skip' assignment */
4169 skip = 0;
4463 unsigned int skip, struct iov_iter *iter)
4469 size_t n, len = min_t(unsigned int, PAGE_SIZE - skip, data_siz
4462 cifs_copy_pages_to_iter(struct xarray *pages, unsigned int data_size, unsigned int skip, struct iov_iter *iter) argument
[all...]
H A Dconnect.c2861 pr_warn_once("%s: skip super matching due to bad tlink(%p)\n",
3520 int skip = added_treename ? 1 : 0; local
3527 /* skip separators */
3536 * if the treename is added, we then have to skip the first
3539 if (skip) {
3540 skip = 0;
3729 bcc_ptr++; /* skip password */
3748 bcc_ptr += 2; /* skip trailing null */
3777 /* skip service field (NB: this field is always ASCII) */
H A Dcifsglob.h714 bool ignore_signature:1; /* skip validation of signatures in SMB2/3 rsp */
2223 unsigned int len, skip; local
2233 skip = 20;
2262 addr = (unsigned long)iov->iov_base + skip;
2264 len = iov->iov_len - skip;
2270 skip = 0;
/linux-master/fs/bcachefs/
H A Dbtree_update_interior.c680 * if we don't skip it:
2626 unsigned long skip)
2635 if (r->alive && !test_bit(i, &skip)) {
2624 bch2_btree_roots_to_journal_entries(struct bch_fs *c, struct jset_entry *end, unsigned long skip) argument
/linux-master/drivers/usb/host/
H A Dxhci-ring.c145 * TRB is in a new segment. This does not skip over link TRBs, and it does not
1102 * bit cleared) so that the HW will skip over them.
2643 /* Count current td numbers if ep->skip is set */
2644 if (ep->skip)
2750 * Set skip flag of the ep_ring; Complete the missed tds as
2753 ep->skip = true;
2755 "Miss service interval error for slot %u ep %u, set skip flag\n",
2759 ep->skip = true;
2803 if (ep->skip) {
2804 ep->skip
[all...]
/linux-master/arch/x86/lib/
H A Dretpoline.S197 .skip 64 - (srso_safe_ret - srso_untrain_ret), 0xcc
271 .skip 64 - (retbleed_return_thunk - retbleed_untrain_ret), 0xcc

Completed in 480 milliseconds

1234567891011>>