Searched defs:when (Results 1 - 11 of 11) sorted by relevance

/drivers/char/
H A Dmmtimer.c516 * Called when one of the comarators matches the counter, This
680 unsigned long when, period, irqflags; local
690 when = timespec_to_ns(&new_setting->it_value);
693 if (when == 0)
707 if (when > now)
708 when -= now;
711 when = 0;
719 when = (when + sgi_clock_period - 1) / sgi_clock_period + rtc_time();
740 timr->it.mmtimer.expires = when;
[all...]
/drivers/gpu/drm/i915/
H A Dintel_uncore.c521 const char *when = before ? "before" : "after"; local
528 when, op, reg);
869 DRM_INFO("when using vblank-synced partial screen updates.\n");
1073 * triggers the reset; when done, the hardware will clear it.
/drivers/net/hamradio/
H A D6pack.c142 int actual, when = sp->slottime; local
158 mod_timer(&sp->tx_t, jiffies + ((when + 1) * HZ) / 100);
420 * Called by the TTY driver when there's room for more data. If we have
454 * This function is called by the 'tty_io' module in the kernel when
581 * This function is called by the TTY module when the
H A Dscc.c995 static void __scc_start_tx_timer(struct scc_channel *scc, void (*handler)(unsigned long), unsigned long when) argument
999 if (when == 0)
1003 if (when != TIMER_OFF)
1007 scc->tx_t.expires = jiffies + (when*HZ)/100;
1012 static void scc_start_tx_timer(struct scc_channel *scc, void (*handler)(unsigned long), unsigned long when) argument
1017 __scc_start_tx_timer(scc, handler, when);
1056 * This is called from scc_txint() when there are no more frames to send.
/drivers/staging/lustre/lnet/lnet/
H A Drouter.c110 lnet_notify_locked(lnet_peer_t *lp, int notifylnd, int alive, unsigned long when) argument
112 if (time_before(when, lp->lp_timestamp)) { /* out of date information */
117 lp->lp_timestamp = when; /* update timestamp */
164 * when control returns to me */
681 /* ptl NIs are considered down only when
1373 "tiny_router_buffers=%d invalid when "
1392 "small_router_buffers=%d invalid when "
1411 "large_router_buffers=%d invalid when "
1500 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) argument
1522 if (cfs_time_after(when, no
1579 lnet_notify(lnet_ni_t *ni, lnet_nid_t nid, int alive, unsigned long when) argument
[all...]
/drivers/net/ethernet/tile/
H A Dtilegx.c114 /* The "complete_count" when the completion will be complete. */
115 s64 when; member in struct:tile_net_comp
116 /* The buffer to be freed when the completion is complete. */
349 * longer than a regular store when the request reaches the home cache.
717 if (!gxio_mpipe_equeue_is_complete(equeue, comp->when,
733 uint64_t when, struct sk_buff *skb)
736 comps->comp_queue[cid].when = when;
1672 * Sometimes, for example when using NFS over TCP, a single segment can
731 add_comp(gxio_mpipe_equeue_t *equeue, struct tile_net_comps *comps, uint64_t when, struct sk_buff *skb) argument
/drivers/scsi/arm/
H A Dacornscsi.h257 unsigned long when; member in struct:status_entry
266 host->status[(_q)][host->status_ptr[(_q)]].when = jiffies; \
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd.c387 * with this peer has been cleaned up when its refcount drops to
657 * ref on 'peer'. It also "owns" 'cmid' and destroys it when it itself
1077 kiblnd_query (lnet_ni_t *ni, lnet_nid_t nid, unsigned long *when) argument
1098 *when = last_alive;
1290 /* No fancy arithmetic when we do the buffer calculations */
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c168 * do with this peer has been cleaned up when its refcount drops to
562 /* NB peer unlinks itself when last conn/route is removed */
673 * at runtime when we have dynamic LNet configuration, then we
1600 * when the connection was established, this will close the socket
1792 ksocknal_query (lnet_ni_t *ni, lnet_nid_t nid, unsigned long *when) argument
1830 *when = last_alive;
/drivers/usb/core/
H A Ddevio.c359 int timeout_or_status, enum snoop_when when,
375 if (when == SUBMIT)
385 if (when == SUBMIT)
577 * they're also undone when devices disconnect.
357 snoop_urb(struct usb_device *udev, void __user *userurb, int pipe, unsigned length, int timeout_or_status, enum snoop_when when, unsigned char *data, unsigned data_len) argument
/drivers/ata/
H A Dsata_mv.c515 * when switching between EDMA and non-EDMA modes.
1376 * put the drive to sleep when writing SCR_CONTROL.
1438 * set excl_link when we want to send a PIO command in DMA mode
1533 * to function, and should be cleared when EDMA is active.
1549 * during I/O when NCQ is enabled. Enabling a special "LED blink" mode
1550 * of the SOC takes care of it, generating a steady blink rate when
1556 * We turn "LED blink" off when NCQ is not in use anywhere, because the normal
2390 port_irqs = ERR_IRQ; /* mask device interrupt when polling */
2517 * Perform the post-mortem/EH only when all responses are complete.
2612 char *when local
[all...]

Completed in 366 milliseconds