Searched refs:extra (Results 326 - 350 of 372) sorted by relevance

<<1112131415

/linux-master/drivers/infiniband/hw/qib/
H A Dqib.h857 /* if remainder on bufs/ctxt, ctxts < extrabuf get 1 extra */
1267 struct qib_devdata *qib_alloc_devdata(struct pci_dev *pdev, size_t extra);
/linux-master/net/wireless/
H A Dscan.c3393 union iwreq_data *wrqu, char *extra)
3406 wreq = (struct iw_scan_req *)extra;
3870 union iwreq_data *wrqu, char *extra)
3887 res = ieee80211_scan_results(rdev, info, extra, data->length);
3391 cfg80211_wext_siwscan(struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
3868 cfg80211_wext_giwscan(struct net_device *dev, struct iw_request_info *info, union iwreq_data *wrqu, char *extra) argument
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py28 # with a few extra options enabled, the tool will execute a suspend and
4544 def createHTMLIssuesSummary(testruns, issues, htmlfile, title, extra=''):
4584 hf.write(html+'</table>\n'+extra+'</body>\n</html>\n')
4700 # extra detail when the times come from multiple sources
4959 def addCSS(hf, sv, testcount=1, kerror=False, extra=''):
5051 '+extra+'\
6302 extra = dict()
6313 extra = d.turbostatInfo()
6324 extra['wifi'] = line
6327 extra['netfi
[all...]
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_hw.c1553 VGA_WR08(par->PCIO, 0x03D5, state->extra);
1667 state->extra = VGA_RD08(par->PCIO, 0x03D5);
H A Dnvidia.c375 state->extra = SetBitField(v_total, 11: 11, 0:0)
/linux-master/drivers/video/fbdev/riva/
H A Driva_hw.c1643 VGA_WR08(chip->PCIO, 0x03D5, state->extra);
1780 state->extra = VGA_RD08(chip->PCIO, 0x03D5);
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c495 unsigned int type, unsigned int extra,
515 buf[0] = ump_stream_compose(type, 0) | extra;
494 reply_ump_stream_string(struct f_midi2_ep *ep, const u8 *name, unsigned int type, unsigned int extra, unsigned int start_ofs) argument
/linux-master/drivers/net/usb/
H A Dhso.c3164 *ports = iface->extra[2];
3170 *ports = iface->endpoint[i].extra[2];
H A Dqmi_wwan.c740 u8 *buf = intf->cur_altsetting->extra;
/linux-master/tools/testing/ktest/
H A Dktest.pl865 my $extra = "";
867 $extra = "In the same override section!\n";
869 die "$name: $.: Option $lvalue defined more than once!\n$extra";
/linux-master/arch/m68k/ifpsp060/src/
H A Disp.S38 # extra layer of hierarchy adds a slight performance penalty but
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c1148 u8 *buffer = intf->altsetting->extra;
/linux-master/drivers/net/bonding/
H A Dbond_options.c1264 struct in6_addr *target = (struct in6_addr *)newval->extra;
/linux-master/include/sound/
H A Demu10k1.h1507 struct snd_emu10k1_voice *extra; member in struct:snd_emu10k1_pcm
/linux-master/drivers/tty/serial/
H A Dsunsu.c1223 serio->id.extra = 1;
H A Dsunzilog.c1310 serio->id.extra = 1;
/linux-master/drivers/scsi/cxgbi/
H A Dlibcxgbi.c131 struct cxgbi_device *cxgbi_device_register(unsigned int extra, argument
136 cdev = kzalloc(sizeof(*cdev) + extra + nports *
147 if (extra)
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c563 * If end is not dword aligned, we'll have 2 extra bytes at the end
2527 u32 extra; local
2546 extra = (suspend_time / interval) << 24;
2548 0xFF0FFFFF & (extra | ((suspend_time % interval) * 1024));
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2978 * individual frames, this option must be enabled. This uses an extra
4690 struct wmi_pdev_stats_extra extra; member in struct:wmi_10x_pdev_stats
4706 struct wmi_pdev_stats_extra extra; member in struct:wmi_10_2_pdev_stats
4716 struct wmi_pdev_stats_extra extra; member in struct:wmi_10_4_pdev_stats
7305 /*size based of dot11 declaration without extra IEs as we will not carry those for PNO*/
/linux-master/drivers/ata/
H A Dsata_mv.c3594 int rc, attempts = 0, extra = 0; local
3608 rc = sata_link_hardreset(link, timing, deadline + extra,
3618 extra = HZ; /* only extend it once, max */
/linux-master/net/mac80211/
H A Dutil.c1075 const u8 *extra, size_t extra_len, const u8 *da,
1118 if (extra)
1119 skb_put_data(skb, extra, extra_len);
1073 ieee80211_send_auth(struct ieee80211_sub_if_data *sdata, u16 transaction, u16 auth_alg, u16 status, const u8 *extra, size_t extra_len, const u8 *da, const u8 *bssid, const u8 *key, u8 key_len, u8 key_idx, u32 tx_flags) argument
/linux-master/net/ipv4/
H A Dtcp.c960 u32 extra = skb->truesize - local
963 if (!sk_wmem_schedule(sk, extra))
966 sk_mem_charge(sk, extra);
1322 /* msg->msg_ubuf is pinned by the caller so we don't take extra refs */
1333 /* msg->msg_ubuf is pinned by the caller so we don't take extra refs */
4390 * to avoid extra socket lock for TCP_ZEROCOPY_RECEIVE.
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c4116 /* release extra els sgls from list */
4240 /* release extra nvmet sgls from list */
4422 /* release the extra allocated nvme buffers */
5452 /* Keep the link status for extra SLI4 state machine reference */
5955 uint64_t total, rcv, lat, mbpi, extra, cnt; local
6022 extra = 0;
6024 /* Calculate any extra bytes needed to account for the
6032 extra = cnt - total;
6034 lpfc_issue_cmf_sync_wqe(phba, LPFC_CMF_INTERVAL, total + extra);
6040 extra
7918 int extra; local
[all...]
/linux-master/kernel/events/
H A Dcore.c6478 long user_extra = 0, extra = 0;
6615 extra = user_locked - user_lock_limit;
6616 user_extra -= extra;
6621 locked = atomic64_read(&vma->vm_mm->pinned_vm) + extra;
6646 rb->mmap_locked = extra;
6657 rb->aux_mmap_locked = extra;
6663 atomic64_add(extra, &vma->vm_mm->pinned_vm);
13023 * Since per-cpu context is persistent, no need to grab an extra
6465 long user_extra = 0, extra = 0; local
/linux-master/fs/btrfs/
H A Dextent-tree.c4480 u64 extra = BTRFS_BLOCK_GROUP_DUP | local
4486 * if they asked for extra copies and this block group
4490 if ((ffe_ctl->flags & extra) && !(block_group->flags & extra))

Completed in 683 milliseconds

<<1112131415