Searched refs:local (Results 401 - 413 of 413) sorted by relevance

<<11121314151617

/linux-master/tools/net/ynl/
H A Dynl-gen-c.py199 for local in local_vars:
200 ri.cw.p(local)
/linux-master/net/tipc/
H A Dsocket.c265 /* Limit node local buffer size to avoid receive queue overflow */
866 if (!dsts.local && !dsts.remote)
1107 if (!dsts->local && !dsts->remote)
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S671 | local equates:
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c5894 struct list_head local; local
5900 INIT_LIST_HEAD(&local);
5904 list_splice_init(&priv->rx_urb_pending_list, &local);
5909 list_for_each_entry_safe(rx_urb, tmp, &local, list) {
/linux-master/drivers/perf/
H A Dxgene_pmu.c511 XGENE_PMU_EVENT_ATTR(csw-local-ack-intf-blocked, 0x19),
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c711 drbd_warn(device, "Forced to consider local data as UpToDate!\n");
930 drbd_determine_dev_size(struct drbd_device *device, enum dds_flags flags, struct resize_parms *rs) __must_hold(local)
1307 * Stacking limits below should fix it for the local device. Whether or
1869 * (we may currently be R_PRIMARY with no local disk...) */
3009 struct drbd_peer_device *peer_device) __must_hold(local)
3146 * And now we don't have a local disk either. After
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h2577 unsigned int local:1; member in struct:fc_port
4948 #define LOCAL_LOOP_UPDATE 6 /* Perform a local loop update. */
5267 * qla2x00 local function return status codes
H A Dqla_os.c3653 * Need to NULL out local req/rsp after
5404 fcport->local = 0;
/linux-master/kernel/trace/
H A Dring_buffer.c31 #include <asm/local.h>
/linux-master/block/
H A Dblk-iocost.c181 #include <asm/local.h>
1802 * #2 is inherently safe with local operations. The donating iocg can easily
/linux-master/include/linux/
H A Dnetdevice.h31 #include <asm/local.h>
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py404 '/usr/local/sbin', '/usr/local/bin']:
6434 def runSummary(subdir, local=True, genhtml=False):
6436 outpath = os.path.abspath('.') if local else inpath
/linux-master/drivers/message/fusion/
H A Dmptsas.c2037 /* FIXME: only have link errors on local phys */
2118 /* FIXME: fusion doesn't allow non-local phy reset */
3060 struct mptsas_phyinfo *phy_info, int index, int local)
3059 mptsas_probe_one_phy(struct device *dev, struct mptsas_phyinfo *phy_info, int index, int local) argument

Completed in 601 milliseconds

<<11121314151617