Searched refs:first (Results 226 - 250 of 978) sorted by relevance

1234567891011>>

/linux-master/drivers/video/fbdev/
H A Damifb.c215 the first pixel is output, so diwstrt_h = ddfstrt + 64 + 4 if you want
216 to display the first pixel on the line too. Increase diwstrt_h for
244 - chipset needs 4 pixels before the first pixel is output
246 - chipset needs also prefetch (table 2) to get first pixel data, so
2594 unsigned long first, last; local
2603 first = ~0UL >> dst_idx;
2612 first &= last;
2613 *dst = comp(*src, *dst, first);
2617 if (first) {
2618 *dst = comp(*src, *dst, first);
2734 unsigned long first, last; local
2886 unsigned long first, last; local
3026 unsigned long first, last; local
3082 unsigned long first, last; local
[all...]
/linux-master/fs/btrfs/
H A Dtransaction.h232 bool first = false; \
233 /* Report first abort since mount */ \
236 first = true; \
249 __LINE__, (error), first); \
/linux-master/tools/workqueue/
H A Dwq_dump.py231 first = True variable
233 if first:
235 first = False variable
/linux-master/drivers/md/dm-vdo/indexer/
H A Dchapter-index.c117 * @first_list: The first delta list number to be copied
158 * and remove the entire list. Try the first list that does not fit. If it
225 u32 first = index_page->lowest_list_number; local
230 for (list_number = first; list_number <= last; list_number++) {
233 result = uds_start_delta_index_search(delta_index, list_number - first,
/linux-master/arch/s390/boot/
H A Dpgm_check_info.c130 bool first = true; local
136 decompressor_printk(first ? "(sp:%016lx [<%016lx>] %pS)\n" :
142 first = false;
/linux-master/kernel/
H A Duser.c42 .first = 0,
52 .first = 0,
62 .first = 0,
H A Dpid.c52 { .first = NULL },
53 { .first = NULL },
54 { .first = NULL },
75 * first use and are never deallocated. This way a low pid_max
153 /* Handle a fork failure of the first process */
301 /* On failure to allocate the first pid, reset the state */
413 struct hlist_node *first; local
414 first = rcu_dereference_check(hlist_first_rcu(&pid->tasks[type]),
416 if (first)
417 result = hlist_entry(first, struc
[all...]
H A Dresource.c825 struct resource *first, *next; local
827 for (;; parent = first) {
828 first = __request_resource(parent, new);
829 if (!first)
830 return first;
832 if (first == parent)
833 return first;
834 if (WARN_ON(first == new)) /* duplicated insertion */
835 return first;
837 if ((first
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c587 * We first do some math on the packet size and then finally bitshift
1074 /* prefetch first cache line of first page */
1489 * @first: pointer to first Tx buffer for xmit
1495 static int iavf_tso(struct iavf_tx_buffer *first, u8 *hdr_len, argument
1498 struct sk_buff *skb = first->skb;
1589 first->gso_segs = gso_segs;
1590 first->bytecount += (first
1916 iavf_tx_map(struct iavf_ring *tx_ring, struct sk_buff *skb, struct iavf_tx_buffer *first, u32 tx_flags, const u8 hdr_len, u32 td_cmd, u32 td_offset) argument
2062 struct iavf_tx_buffer *first; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S9 | in d0. (This pointer must point to byte 4 of the first
23 | to force the first byte formed to have a 0 in the upper 4 bits.
116 swap %d7 |bring first digit to word d7b
117 aslw #4,%d7 |first digit in upper 4 bits d7b
128 addqw #1,%d7 |set d7a to signal first digit done
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.c153 * Only the first packet added to the arpq should kick off
203 * Only the first packet added to the arpq should kick off
243 for (p = &d->l2tab[hash].first; *p; p = &(*p)->next)
334 for (e = d->l2tab[hash].first; e; e = e->next)
347 e->next = d->l2tab[hash].first;
348 d->l2tab[hash].first = e;
409 for (e = d->l2tab[hash].first; e; e = e->next)
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dsdio_txrx.c246 while (q->first != q->head) {
247 struct mt76_queue_entry *e = &q->entry[q->first];
292 q->first = (q->first + 1) % q->ndesc;
378 if (q->first != q->head)
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c391 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
396 return sys_oabi_semtimedop(first,
400 return sys_oabi_semtimedop(first,
405 return sys_ipc(call, first, second, third, ptr, fifth);
423 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c114 bool first = true; local
119 if (first) {
120 first = false;
134 if (!first)
145 bool first = true; local
150 if (first) {
151 first = false;
165 if (!first)
176 bool first = true; local
181 if (first) {
215 bool first = true; local
360 bool first = true; local
[all...]
/linux-master/drivers/iio/adc/
H A Drcar-gyroadc.c110 * Wait for the first conversion to complete. This is longer than
112 * the hardware to deliver the first sample and the hardware does
326 int ret, first = 1; local
384 if (!first && (adcmode != childmode)) {
403 if (!first)
408 first = 0;
427 if (first) {
/linux-master/security/tomoyo/
H A Dutil.c182 * The @src is updated to point the first character after the value
338 * @c1: The first character.
381 * The @src is updated to point the first character after the @find
410 bool first = true; local
415 if (!first)
417 first = false;
823 bool first = true; local
834 if (first)
838 first = false;
843 return first
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Dfrwr_ops.c498 struct ib_send_wr *first, **prev, *last; local
504 /* ORDER: Invalidate all of the MRs first
509 prev = &first;
544 rc = ib_post_send(ep->re_id->qp, first, &bad_wr);
550 if (bad_wr != first)
604 struct ib_send_wr *first, *last, **prev; local
612 prev = &first;
644 rc = ib_post_send(ep->re_id->qp, first, NULL);
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c133 * ixgbevf_ipsec_find_empty_idx - find the first unused security parameter index
137 * Returns the first unused index in either the Rx or Tx SA table
297 /* find the first unused index */
351 /* find the first unused index */
460 * @first: current data packet
464 struct ixgbevf_tx_buffer *first,
474 sp = skb_sec_path(first->skb);
481 xs = xfrm_input_state(first->skb);
504 first->tx_flags |= IXGBE_TX_FLAGS_IPSEC | IXGBE_TX_FLAGS_CSUM;
509 if (first
463 ixgbevf_ipsec_tx(struct ixgbevf_ring *tx_ring, struct ixgbevf_tx_buffer *first, struct ixgbevf_ipsec_tx_data *itd) argument
[all...]
/linux-master/tools/perf/ui/gtk/
H A Dhists.c171 bool first = true; local
183 first ? "" : str_alloc,
184 first ? "" : symbol_conf.field_sep ?: "; ",
188 first = false;
199 first ? "" : str_alloc,
200 first ? "" : symbol_conf.field_sep ?: "; ",
204 first = false;
437 /* the first hpp_list_node is for overhead columns */
531 /* the first hpp_list_node is for overhead columns */
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh466 function dump(first, pastlast, batchnum, affinitylist)
481 for (j = first; j < pastlast; j++) {
560 first = 0;
568 first = i;
572 dump(first, i, batchnum);
573 first = i;
582 dump(first, i, batchnum);
/linux-master/drivers/s390/cio/
H A Ddevice_pgid.c305 struct pgid *first = NULL; local
321 if (!first) {
322 first = pgid;
325 if (pgid_cmp(pgid, first) != 0)
328 if (!first)
329 first = &channel_subsystems[0]->global_pgid;
330 *p = first;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c211 /* only check first chain list entry */
336 bool first = true; local
339 if (first) {
340 first = false;
929 int first = true; local
933 bool was_first = first;
935 if (first)
936 first = false;
956 bool was_first = first;
958 if (first)
1032 int first = true; local
1122 int first = true; local
1306 bool first = true; local
1412 bool first = true; local
1573 bool first = true; local
1911 bool first = true; local
2062 bool first = true; local
2106 bool first = true; local
3641 struct evsel *first = evlist__first(evlist); local
[all...]
/linux-master/drivers/tty/vt/
H A Dvt.c122 int first; member in struct:con_driver
1752 * Select first alternate font, lets chars < 32 be
2110 * @ESANSI_first: first state for ignoring ansi control sequences
2720 uint32_t first; member in struct:interval
2731 else if (ucs < e.first)
2744 if (ucs < double_width[0].first ||
2837 /* Single ASCII byte or first byte of a sequence received */
3066 /* undraw cursor first */
3246 /* undraw cursor first */
3645 con_driver->first
3768 do_bind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3871 do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3953 int i, more = 1, first = -1, last = -1, deflt = 0; local
4003 int i, more = 1, first = -1, last = -1, deflt = 0; local
4229 do_register_con_driver(const struct consw *csw, int first, int last) argument
4386 do_take_over_console(const struct consw *csw, int first, int last, int deflt) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_active.c815 * the first pending barrier.
861 struct llist_node *first = NULL, *last = NULL; local
879 struct llist_node *prev = first;
913 first = barrier_to_ll(node);
914 first->next = prev;
916 last = first;
921 llist_add_batch(first, last, &ref->preallocated_barriers);
926 while (first) {
927 struct active_node *node = barrier_from_ll(first);
929 first
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-4-1.c699 u16 first, last; local
701 first = line->crop.left;
703 reg = (first << 16) | last;
706 first = line->crop.top;
708 reg = (first << 16) | last;
711 first = line->crop.left / 2;
713 reg = (first << 16) | last;
716 first = line->crop.top;
719 first = line->crop.top / 2;
722 reg = (first << 1
[all...]

Completed in 590 milliseconds

1234567891011>>