Searched refs:marker (Results 1 - 200 of 285) sorted by relevance

12

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_marker.c47 struct vmw_marker *marker, *next; vmw_marker_queue_takedown() local
50 list_for_each_entry_safe(marker, next, &queue->head, head) { vmw_marker_queue_takedown()
51 kfree(marker); vmw_marker_queue_takedown()
59 struct vmw_marker *marker = kmalloc(sizeof(*marker), GFP_KERNEL); vmw_marker_push() local
61 if (unlikely(!marker)) vmw_marker_push()
64 marker->seqno = seqno; vmw_marker_push()
65 marker->submitted = ktime_get_raw_ns(); vmw_marker_push()
67 list_add_tail(&marker->head, &queue->head); vmw_marker_push()
76 struct vmw_marker *marker, *next; vmw_marker_pull() local
90 list_for_each_entry_safe(marker, next, &queue->head, head) { vmw_marker_pull()
91 if (signaled_seqno - marker->seqno > (1 << 30)) vmw_marker_pull()
94 queue->lag = now - marker->submitted; vmw_marker_pull()
97 list_del(&marker->head); vmw_marker_pull()
98 kfree(marker); vmw_marker_pull()
131 struct vmw_marker *marker; vmw_wait_lag() local
140 marker = list_first_entry(&queue->head, vmw_wait_lag()
142 seqno = marker->seqno; vmw_wait_lag()
/linux-4.4.14/scripts/
H A Ddecodecode65 marker=`expr index "$code" "\<"`
66 if [ $marker -eq 0 ]; then
67 marker=`expr index "$code" "\("`
71 if [ $marker -ne 0 ]; then
81 # and fix code at-and-after marker
82 code=`echo "$code" | cut -c$((${marker} + 1))-`
H A Dsortextable.h206 printf("sort done marker at %lx\n", do_func()
H A Dsign-file.c297 /* Append the marker and the PKCS#7 message to the destination file */ main()
/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_meram.c132 struct sh_mobile_meram_icb *marker; member in struct:sh_mobile_meram_fb_plane
232 plane->marker = &priv->icbs[idx]; meram_plane_alloc()
238 __set_bit(plane->marker->index, &priv->used_icb); meram_plane_alloc()
241 plane->marker->offset = mem - priv->meram; meram_plane_alloc()
242 plane->marker->size = size; meram_plane_alloc()
251 meram_free(priv, priv->meram + plane->marker->offset, meram_plane_free()
252 plane->marker->size * 1024); meram_plane_free()
254 __clear_bit(plane->marker->index, &priv->used_icb); meram_plane_free()
273 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; meram_set_next_addr()
282 meram_write_icb(priv->base, cache->planes[0].marker->index, target, meram_set_next_addr()
283 base_addr_y + cache->planes[0].marker->cache_unit); meram_set_next_addr()
288 meram_write_icb(priv->base, cache->planes[1].marker->index, meram_set_next_addr()
290 cache->planes[1].marker->cache_unit); meram_set_next_addr()
300 struct sh_mobile_meram_icb *icb = cache->planes[0].marker; meram_get_next_icb_addr()
308 *icb_addr_y = icb_offset | (cache->planes[0].marker->index << 24); meram_get_next_icb_addr()
311 | (cache->planes[1].marker->index << 24); meram_get_next_icb_addr()
323 struct sh_mobile_meram_icb *marker = plane->marker; meram_plane_init() local
342 save_lines = plane->marker->size / 16 / MERAM_SEC_LINE; meram_plane_init()
348 save_lines = plane->marker->size / (lcdc_pitch >> 10) / 2; meram_plane_init()
358 meram_write_icb(priv->base, plane->marker->index, MExxBSIZE, meram_plane_init()
362 meram_write_icb(priv->base, plane->marker->index, MExxMNCF, bnm); meram_plane_init()
365 meram_write_icb(priv->base, plane->marker->index, MExxSBSIZE, xpitch); meram_plane_init()
369 plane->marker->cache_unit = xres * save_lines; meram_plane_init()
378 MERAM_MExxCTL_VAL(plane->marker->index, marker->offset) meram_plane_init()
381 meram_write_icb(priv->base, plane->marker->index, MExxCTL, meram_plane_init()
382 MERAM_MExxCTL_VAL(plane->cache->index, marker->offset + meram_plane_init()
383 plane->marker->size / 2) | meram_plane_init()
396 meram_write_icb(priv->base, plane->marker->index, MExxCTL, meram_plane_cleanup()
400 plane->marker->cache_unit = 0; meram_plane_cleanup()
446 cache->planes[0].marker->current_reg = 1; meram_cache_alloc()
447 cache->planes[0].marker->pixelformat = pixelformat; meram_cache_alloc()
/linux-4.4.14/arch/s390/mm/
H A Ddump_pagetables.c39 const struct addr_marker *marker; member in struct:pg_state
68 * address space marker. note_page()
77 st->marker = address_markers; note_page()
78 seq_printf(m, "---[ %s ]---\n", st->marker->name); note_page()
80 st->current_address >= st->marker[1].start_address) { note_page()
92 if (st->current_address >= st->marker[1].start_address) { note_page()
93 st->marker++; note_page()
94 seq_printf(m, "---[ %s ]---\n", st->marker->name); note_page()
/linux-4.4.14/arch/parisc/include/asm/
H A Dsmp.h43 #define NO_PROC_ID 0xFF /* No processor magic marker */ smp_send_all_nop()
44 #define ANY_PROC_ID 0xFF /* Any processor magic marker */ __cpu_disable()
H A Dbug.h15 /* the break instruction is used as BUG() marker. */
H A Dpgalloc.h107 /* preserve the gateway marker if this is the beginning of pmd_populate_kernel()
H A Dpgtable.h303 * the gateway marker */
/linux-4.4.14/arch/cris/include/asm/
H A Daxisflashmap.h18 __u16 size; /* Length of ptable block (entries + end marker) */
19 __u32 checksum; /* simple longword sum, over entries + end marker */
34 /* ended by an end marker: */
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
H A Dllog_swab.c368 void lustre_swab_cfg_marker(struct cfg_marker *marker, int swab, int size) lustre_swab_cfg_marker() argument
370 struct cfg_marker32 *cm32 = (struct cfg_marker32 *)marker; lustre_swab_cfg_marker()
373 __swab32s(&marker->cm_step); lustre_swab_cfg_marker()
374 __swab32s(&marker->cm_flags); lustre_swab_cfg_marker()
375 __swab32s(&marker->cm_vers); lustre_swab_cfg_marker()
393 memmove(marker->cm_comment, cm32->cm_comment, MTI_NAMELEN32); lustre_swab_cfg_marker()
394 marker->cm_comment[MTI_NAMELEN32 - 1] = '\0'; lustre_swab_cfg_marker()
395 memmove(marker->cm_tgtname, cm32->cm_tgtname, lustre_swab_cfg_marker()
396 sizeof(marker->cm_tgtname)); lustre_swab_cfg_marker()
401 marker->cm_createtime = createtime; lustre_swab_cfg_marker()
402 marker->cm_canceltime = canceltime; lustre_swab_cfg_marker()
404 marker->cm_tgtname); lustre_swab_cfg_marker()
406 __swab64s(&marker->cm_createtime); lustre_swab_cfg_marker()
407 __swab64s(&marker->cm_canceltime); lustre_swab_cfg_marker()
H A Dobd_config.c851 struct cfg_marker *marker; class_process_config() local
853 marker = lustre_cfg_buf(lcfg, 1); class_process_config()
854 CDEBUG(D_IOCTL, "marker %d (%#x) %.16s %s\n", marker->cm_step, class_process_config()
855 marker->cm_flags, marker->cm_tgtname, marker->cm_comment); class_process_config()
1093 struct cfg_marker *marker = lustre_cfg_buf(lcfg, 1); class_config_llog_handler() local
1095 lustre_swab_cfg_marker(marker, swab, class_config_llog_handler()
1098 clli->cfg_flags, marker->cm_flags); class_config_llog_handler()
1099 if (marker->cm_flags & CM_START) { class_config_llog_handler()
1102 if (marker->cm_flags & CM_SKIP) { class_config_llog_handler()
1105 marker->cm_step); class_config_llog_handler()
1106 } else if ((marker->cm_flags & CM_EXCLUDE) || class_config_llog_handler()
1109 marker->cm_tgtname))) { class_config_llog_handler()
1112 marker->cm_step); class_config_llog_handler()
1114 } else if (marker->cm_flags & CM_END) { class_config_llog_handler()
1118 /* A config command without a start marker before it is class_config_llog_handler()
1328 struct cfg_marker *marker = lustre_cfg_buf(lcfg, 1); class_config_parse_rec() local
1330 ptr += snprintf(ptr, end-ptr, "marker=%d(%#x)%s '%s'", class_config_parse_rec()
1331 marker->cm_step, marker->cm_flags, class_config_parse_rec()
1332 marker->cm_tgtname, marker->cm_comment); class_config_parse_rec()
/linux-4.4.14/arch/arm64/mm/
H A Ddump.c78 const struct addr_marker *marker; member in struct:pg_state
210 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); note_page()
212 addr >= st->marker[1].start_address) { note_page()
232 if (addr >= st->marker[1].start_address) { note_page()
233 st->marker++; note_page()
234 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); note_page()
242 if (addr >= st->marker[1].start_address) { note_page()
243 st->marker++; note_page()
244 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); note_page()
316 .marker = address_markers, ptdump_show()
/linux-4.4.14/arch/x86/mm/
H A Ddump_pagetables.c32 const struct addr_marker *marker; member in struct:pg_state
201 * address space marker. note_page()
210 st->marker = address_markers; note_page()
213 st->marker->name); note_page()
215 st->current_address >= st->marker[1].start_address) { note_page()
233 if (!st->marker->max_lines || note_page()
234 st->lines < st->marker->max_lines) { note_page()
257 if (st->current_address >= st->marker[1].start_address) { note_page()
258 if (st->marker->max_lines && note_page()
259 st->lines > st->marker->max_lines) { note_page()
261 st->lines - st->marker->max_lines; note_page()
267 st->marker++; note_page()
270 st->marker->name); note_page()
/linux-4.4.14/scripts/dtc/
H A Ddata.c25 struct marker *m, *nm; data_free()
128 struct data data_insert_at_marker(struct data d, struct marker *m, data_insert_at_marker()
143 static struct data data_append_markers(struct data d, struct marker *m) data_append_markers()
145 struct marker **mp = &d.markers; data_append_markers()
157 struct marker *m2 = d2.markers; data_merge()
242 struct marker *m; data_add_marker()
H A Dtreesource.c68 struct marker *m = val.markers; write_propval_string()
141 struct marker *m = val.markers; write_propval_cells()
171 struct marker *m = val.markers; write_propval_bytes()
199 struct marker *m = prop->val.markers; write_propval()
H A Ddtc.h77 struct marker { struct
81 struct marker *next;
87 struct marker *markers;
108 struct data data_insert_at_marker(struct data d, struct marker *m,
210 struct marker *get_marker_label(struct node *tree, const char *label,
H A Dchecks.c317 struct property *prop, struct marker *mark) check_duplicate_label()
321 struct marker *othermark = NULL; check_duplicate_label()
352 struct marker *m = prop->val.markers; check_duplicate_label_prop()
367 struct marker *m; check_explicit_phandles()
460 struct marker *m = prop->val.markers; fixup_phandle_references()
484 struct marker *m = prop->val.markers; fixup_path_references()
H A Dlivetree.c406 struct marker *get_marker_label(struct node *tree, const char *label, get_marker_label()
409 struct marker *m; get_marker_label()
H A Dflattree.c176 struct marker *m = d.markers; asm_emit_data()
/linux-4.4.14/tools/perf/arch/powerpc/util/
H A Dheader.c28 /* look for end marker to ensure the entire data fit */ get_cpuid()
/linux-4.4.14/include/net/
H A Dbond_3ad.h95 AD_TYPE_MARKER /* type marker */
98 /* rx marker indication types */
100 AD_MARKER_INFORMATION_SUBTYPE = 1, /* marker imformation subtype */
101 AD_MARKER_RESPONSE_SUBTYPE /* marker response subtype */
153 u8 subtype; /* = 0x02 (marker PDU) */
155 u8 tlv_type; /* = 0x01 (marker information) */
156 /* = 0x02 (marker response information) */
169 struct bond_marker marker; member in struct:bond_marker_header
/linux-4.4.14/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests46 prlog -n "Checking dmesg files contain oops end marker"
53 prlog -n "Checking console file contains oops end marker ... "
/linux-4.4.14/arch/arm/mm/
H A Ddump.c41 const struct addr_marker *marker; member in struct:pg_state
226 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); note_page()
228 addr >= st->marker[1].start_address) { note_page()
247 if (addr >= st->marker[1].start_address) { note_page()
248 st->marker++; note_page()
249 seq_printf(st->seq, "---[ %s ]---\n", st->marker->name); note_page()
312 st.marker = address_markers; walk_pgd()
/linux-4.4.14/crypto/
H A Dtcrypt.h100 /* End marker */
128 /* End marker */
146 /* End marker */
/linux-4.4.14/tools/perf/arch/x86/util/
H A Dheader.c53 /* look for end marker to ensure the entire data fit */ get_cpuid()
/linux-4.4.14/drivers/mtd/ubi/
H A Dupd.c28 * The update operation is based on the per-volume update marker which is
29 * stored in the volume table. The update marker is set before the update
32 * marker stays on the flash media and UBI finds it when it attaches the MTD
33 * device next time. If the update marker is set for a volume, the volume is
47 * set_update_marker - set update marker.
51 * This function sets the update marker flag for volume @vol. Returns zero
59 dbg_gen("set update marker for volume %d", vol->vol_id); set_update_marker()
78 * clear_update_marker - clear update marker.
83 * This function clears the update marker for volume @vol, sets new volume
93 dbg_gen("clear update marker for volume %d", vol->vol_id); clear_update_marker()
367 /* The update is finished, clear the update marker */ ubi_more_update_data()
H A Dvtbl.c53 * The volume table also stores so-called "update marker", which is used for
54 * volume updates. Before updating the volume, the update marker is set, and
55 * after the update operation is finished, the update marker is cleared. So if
57 * update marker is still there and we know that the volume's contents is
H A Dvmt.c697 ubi_err(ubi, "update marker and corrupted simultaneously"); self_check_volume()
H A Dubi.h66 * This marker in the EBA table means that the LEB is um-mapped.
302 * @upd_marker: %1 if the update marker is set for this volume
/linux-4.4.14/drivers/media/usb/gspca/
H A Dpac_common.h36 The following state machine finds the SOF marker sequence
79 /* Search for the SOF marker (fixed part) in the header */ pac_find_sof()
H A Dsn9c2028.h40 /* Search for the SOF marker (fixed part) in the header */ sn9c2028_find_sof()
H A Dsonixj.c2649 /* set the average luminosity from an isoc marker */ set_lum()
2682 * A frame ends on the marker sd_pkt_scan()
2687 * A marker may be splitted on two packets. sd_pkt_scan()
2689 * The 6th byte of a marker contains the bits: sd_pkt_scan()
2693 * this is also the case when the 2 bytes before the marker are sd_pkt_scan()
2702 * - there can be only one marker in a packet sd_pkt_scan()
2705 /* skip the remaining bytes of a short marker */ sd_pkt_scan()
2723 /* search backwards if there is a marker in the packet */ sd_pkt_scan()
2731 /* (there may be 'ff ff' inside a marker) */ sd_pkt_scan()
2737 /* no marker found */ sd_pkt_scan()
2747 /* marker found */ sd_pkt_scan()
2796 /* if the marker is smaller than 62 bytes, sd_pkt_scan()
H A Dpac7311.c582 * 6 bytes after the FF D9 EOF marker a number of lumination sd_pkt_scan()
H A Dw996Xcf.c534 frame. So in JPEG mode use the JPEG SOI marker to detect SOF.
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon_generic.h18 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
30 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
H A Djprobes.S37 * are back in the parents frame marker, so we do yet another call to our
38 * jprobe_break() function to fix up the frame marker as it would normally
H A Dperfmon_itanium.h25 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
47 { PFM_REG_END , 0, 0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
H A Dperfmon_mckinley.h27 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
49 { PFM_REG_END , 0, 0x0UL, -1UL, NULL, NULL, {0,}, {0,}}, /* end marker */
H A Dperfmon_montecito.h59 { PFM_REG_END , 0, 0x0, -1, NULL, NULL, {0,}, {0,}}, /* end marker */
127 { PFM_REG_END , 0, 0x0, -1, NULL, NULL, {0,}, {0,}}, /* end marker */
H A Dsetup.c131 * We use a special marker for the end of memory and it uses the extra (+1) slot
175 /* end of memory marker allows full processing inside loop body */ filter_rsvd_memory()
380 /* end of memory marker */ reserve_memory()
H A Defi.c988 * plus one for the end marker. find_memmap_space()
1162 k->start = ~0L; /* end-marker */ efi_memmap_init()
H A Dunwind.c2217 size += 8; /* reserve space for "end of table" marker */ create_gate_table()
2239 *lp = 0; /* end-of-table marker */
/linux-4.4.14/fs/jffs2/
H A Derase.c438 /* Write the erase complete marker */ jffs2_mark_erased_block()
439 jffs2_dbg(1, "Writing erased marker to block at 0x%08x\n", jeb->offset); jffs2_mark_erased_block()
452 struct jffs2_unknown_node marker = { jffs2_mark_erased_block() local
460 marker.hdr_crc = cpu_to_je32(crc32(0, &marker, sizeof(struct jffs2_unknown_node)-4)); jffs2_mark_erased_block()
462 vecs[0].iov_base = (unsigned char *) &marker; jffs2_mark_erased_block()
463 vecs[0].iov_len = sizeof(marker); jffs2_mark_erased_block()
466 if (ret || retlen != sizeof(marker)) { jffs2_mark_erased_block()
468 pr_warn("Write clean marker to block at 0x%08x failed: %d\n", jffs2_mark_erased_block()
472 jeb->offset, sizeof(marker), retlen); jffs2_mark_erased_block()
H A Djffs2_fs_sb.h105 struct list_head erase_complete_list; /* Blocks which are erased and need the clean marker written to them */
H A Dsummary.h162 /* Summary marker is stored at the end of every sumarized erase block */
H A Dsuper.c164 * Opt_err: just end of array marker
H A Dwbuf.c1019 /* For historical reasons we use only 8 bytes for OOB clean marker */
1031 * marker and if it is present in OOB, treats the OOB as empty anyway.
H A Dxattr.c428 * is used to write xref to medium. If delete marker is marked, it write
429 * a delete marker of xref into medium.
/linux-4.4.14/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.h174 * @marker: markers' positions relative to the buffer beginning
179 u32 marker[S5P_JPEG_MAX_MARKER]; member in struct:s5p_jpeg_marker
189 * @sos: SOS marker's position relative to the buffer beginning
192 * @sof: SOF0 marker's postition relative to the buffer beginning
193 * @sof_len: SOF0 marker's payload length (without length field itself)
H A Djpeg-core.c836 ctx->out_q.dht.marker[j]; exynos4_jpeg_parse_huff_tbl()
926 ctx->out_q.dqt.marker[j]; exynos4_jpeg_parse_q_tbl()
1211 result->dht.marker[n_dht] = dht[n_dht]; s5p_jpeg_parse_hdr()
1216 result->dqt.marker[n_dqt] = dqt[n_dqt]; s5p_jpeg_parse_hdr()
2502 memcpy(q_data->dht.marker, tmp.dht.marker, s5p_jpeg_buf_queue()
2503 sizeof(tmp.dht.marker)); s5p_jpeg_buf_queue()
2506 memcpy(q_data->dqt.marker, tmp.dqt.marker, s5p_jpeg_buf_queue()
2507 sizeof(tmp.dqt.marker)); s5p_jpeg_buf_queue()
/linux-4.4.14/arch/x86/kernel/
H A Dtest_nx.c43 * marker and replaces it with a specific function.
45 static void fudze_exception_table(void *marker, void *new) fudze_exception_table() argument
148 printk(KERN_ERR "test_nx: .rodata marker has invalid value\n"); test_NX()
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddbdma.h55 #define OUTPUT_LAST 0x1000 /* ditto followed by end marker */
57 #define INPUT_LAST 0x3000 /* ditto, expect end marker */
/linux-4.4.14/include/linux/
H A Dlist_nulls.h9 * but a 'nulls' marker, which can have many different values.
16 * Set to 1 : This is a 'nulls' end-of-list marker (ptr >> 1)
H A Dof_fdt.h19 #define OF_DT_HEADER 0xd00dfeed /* marker */
H A Dgenl_magic_struct.h277 /* vim: set foldmethod=marker nofoldenable : */
H A Dgenl_magic_func.h413 /* vim: set foldmethod=marker foldlevel=1 nofoldenable : */
H A Drhashtable.h41 * 1 (1 bit) : Nulls marker (always set)
49 /* Base bits plus 1 bit for nulls marker */
108 * @nulls_base: Base value to generate nulls marker
H A Dscatterlist.h203 * Removes the termination marker from the given entry of the scatterlist.
H A Dseqlock.h519 * take the lock. The sequence number is also used as a marker for deciding
H A Ddcache.h480 * fallthrough marker in an opaque directory.
/linux-4.4.14/fs/ntfs/
H A Drunlist.c197 * @dsize: number of elements in @dst (including end marker)
199 * @ssize: number of elements in @src (excluding end marker)
222 int marker; /* End of the inserted runs. */ ntfs_rl_append() local
245 marker = loc + ssize + 1; ntfs_rl_append()
248 ntfs_rl_mm(dst, marker, loc + 1 + right, dsize - (loc + 1 + right)); ntfs_rl_append()
254 /* We may have changed the length of the file, so fix the end marker */ ntfs_rl_append()
255 if (dst[marker].lcn == LCN_ENOENT) ntfs_rl_append()
256 dst[marker].vcn = dst[marker - 1].vcn + dst[marker - 1].length; ntfs_rl_append()
264 * @dsize: number of elements in @dst (including end marker)
266 * @ssize: number of elements in @src (excluding end marker)
290 int marker; /* End of the inserted runs. */ ntfs_rl_insert() local
327 * Nominally, @marker equals @loc + @ssize, i.e. location + number of ntfs_rl_insert()
332 marker = loc + ssize - left + disc; ntfs_rl_insert()
335 ntfs_rl_mm(dst, marker, loc, dsize - loc); ntfs_rl_insert()
339 dst[marker].vcn = dst[marker - 1].vcn + dst[marker - 1].length; ntfs_rl_insert()
341 if (dst[marker].lcn == LCN_HOLE || dst[marker].lcn == LCN_RL_NOT_MAPPED) ntfs_rl_insert()
342 dst[marker].length = dst[marker + 1].vcn - dst[marker].vcn; ntfs_rl_insert()
361 * @dsize: number of elements in @dst (including end marker)
363 * @ssize: number of elements in @src (excluding end marker)
388 int marker; /* End of the inserted runs. */ ntfs_rl_replace() local
430 * Nominally, @marker equals @loc + @ssize, i.e. location + number of ntfs_rl_replace()
434 marker = loc + ssize - left; ntfs_rl_replace()
437 ntfs_rl_mm(dst, marker, tail, dsize - tail); ntfs_rl_replace()
440 /* We may have changed the length of the file, so fix the end marker. */ ntfs_rl_replace()
441 if (dsize - tail > 0 && dst[marker].lcn == LCN_ENOENT) ntfs_rl_replace()
442 dst[marker].vcn = dst[marker - 1].vcn + dst[marker - 1].length; ntfs_rl_replace()
449 * @dsize: number of elements in @dst (including end marker)
451 * @ssize: number of elements in @src (excluding end marker)
540 int marker = 0; ntfs_runlists_merge() local
614 marker_vcn = srl[marker = send].vcn; ntfs_runlists_merge()
634 /* Or we will lose an end marker. */ ntfs_runlists_merge()
637 if (marker && (drl[dins].vcn + drl[dins].length > srl[send - 1].vcn)) ntfs_runlists_merge()
661 if (marker) { ntfs_runlists_merge()
662 ntfs_debug("Triggering marker code."); ntfs_runlists_merge()
670 ntfs_debug("Old marker = 0x%llx, replacing " ntfs_runlists_merge()
/linux-4.4.14/arch/powerpc/kernel/
H A Dsystbl_chk.c37 /* Just insert a marker for ni_syscalls */
H A Dhead_booke.h66 lis r10, STACK_FRAME_REGS_MARKER@ha;/* exception frame marker */ \
/linux-4.4.14/arch/arm/mach-sa1100/include/mach/
H A Dshannon.h13 #define SHANNON_GPIO_SPI_FRAME GPIO_GPIO (13) /* Output - Frame marker - not used */
/linux-4.4.14/net/netfilter/
H A Dxt_cgroup.c6 * Matching is based upon processes tagged to net_cls' classid marker.
/linux-4.4.14/drivers/scsi/qla4xxx/
H A Dql4_iocb.c77 * qla4xxx_send_marker_iocb - issues marker iocb to HBA
81 * @marker_type: marker identifier
83 * This routine issues a marker IOCB.
95 /* Get pointer to the queue entry for the marker */ qla4xxx_send_marker_iocb()
102 /* Put the marker in the request queue */ qla4xxx_send_marker_iocb()
474 /* Get pointer to the queue entry for the marker */ qla4xxx_send_mbox_iocb()
/linux-4.4.14/drivers/isdn/hisax/
H A Dhfc_sx.h189 /* structure holding additional dynamic data -> send marker */
192 unsigned short marker[2 * (MAX_B_FRAMES + 1) + (MAX_D_FRAMES + 1)]; member in struct:hfcsx_extra
H A Dhfc_sx.c157 msp = ((struct hfcsx_extra *)(cs->hw.hfcsx.extra))->marker; write_fifo()
171 *(msp + f1) = z1; /* remember marker */ write_fifo()
H A Dhisax.h709 int last_bfifo_cnt[2]; /* marker saving last b-fifo frame count */
/linux-4.4.14/net/ipv4/
H A Dxfrm4_input.c115 /* ESP Packet with Non-IKE marker */ xfrm4_udp_encap_rcv()
125 * header and optional ESP marker bytes) and then modify the xfrm4_udp_encap_rcv()
/linux-4.4.14/drivers/media/platform/s5p-tv/
H A Dhdmiphy_drv.c63 { /* end marker */ }
103 { /* end marker */ }
137 { /* end marker */ }
171 { /* end marker */ }
/linux-4.4.14/drivers/cpufreq/
H A Dat32ap-cpufreq.c74 * minimum, also add space for the table end marker. at32_cpufreq_driver_init()
H A Dpowernv-cpufreq.c139 /* End of list marker entry */ init_powernv_pstates()
/linux-4.4.14/drivers/dma/
H A Ddmaengine.h46 * cookie marker. Zero the descriptors cookie to prevent accidental
/linux-4.4.14/arch/x86/realmode/rm/
H A Dtrampoline_32.S44 # write marker for master knows we're running
H A Dtrampoline_64.S51 # write marker for master knows we're running
/linux-4.4.14/arch/m32r/include/asm/
H A Dsmp.h90 #define NO_PROC_ID (0xff) /* No processor magic marker */
/linux-4.4.14/include/linux/mtd/
H A Dbbm.h52 * Descriptor for the bad block table marker and the descriptor for the
108 * Do not store flash based bad block table marker in the OOB area; store it
145 * @badblockpos: [INTERN] position of the bad block marker in the oob area
H A Dubi.h64 * @upd_marker: non-zero if the volume has update marker set
78 * the update marker flag for this volume. If the volume update operation was
79 * further interrupted, the update marker indicates this. If the update marker
H A Dnand.h590 * @badblockpos: [INTERN] position of the bad block marker in the oob
593 * bad block marker position; i.e., BBM == 11110111b is
/linux-4.4.14/drivers/net/bonding/
H A Dbond_3ad.c111 static int ad_marker_send(struct port *port, struct bond_marker *marker);
128 static void ad_marker_response_received(struct bond_marker *marker,
801 * ad_marker_send - send marker information/response on a given port
803 * @marker: marker data to send
808 static int ad_marker_send(struct port *port, struct bond_marker *marker) ad_marker_send() argument
835 marker_header->marker = *marker; ad_marker_send()
1846 struct bond_marker marker; ad_marker_info_received() local
1848 /* copy the received marker data to the response marker */ ad_marker_info_received()
1849 memcpy(&marker, marker_info, sizeof(struct bond_marker)); ad_marker_info_received()
1850 /* change the marker subtype to marker response */ ad_marker_info_received()
1851 marker.tlv_type = AD_MARKER_RESPONSE_SUBTYPE; ad_marker_info_received()
1853 /* send the marker response */ ad_marker_info_received()
1854 if (ad_marker_send(port, &marker) >= 0) { ad_marker_info_received()
1861 * ad_marker_response_received - handle receive of a marker response frame
1862 * @marker: marker PDU received
1866 * response for marker PDU's, in this stage, but only to respond to marker
1869 static void ad_marker_response_received(struct bond_marker *marker, ad_marker_response_received() argument
2279 * don't use the marker's fields. bond_3ad_rx_indication()
/linux-4.4.14/drivers/media/pci/solo6x10/
H A Dsolo6x10-jpeg.h103 /* This is the byte marker for the start of SOF0: 0xffc0 marker */
106 /* This is the byte marker for the start of the DQT */
/linux-4.4.14/Documentation/EDID/
H A Dedid.S247 end1: .byte 0x0a /* End marker */
262 end2: .byte 0x0a /* End marker */
269 end3: .byte 0x0a /* End marker */
/linux-4.4.14/drivers/staging/fbtft/
H A Dfb_ili9486.c53 /* end marker */
H A Dfb_s6d02a1.c94 /* end marker */
H A Dfb_st7735r.c88 /* end marker */
H A Dfb_ili9320.c86 /* Frame marker Position */ init_display()
H A Dfb_ili9325.c122 write_reg(par, 0x000D, 0x0000); /* Frame marker Position */ init_display()
H A Dfbtft-core.c1128 /* make sure stop marker exists */ fbtft_init_display()
1134 "missing stop marker at end of init sequence\n"); fbtft_init_display()
/linux-4.4.14/drivers/mtd/nand/
H A Dsm_common.c117 /* Bad block marker position */ sm_register_device()
H A Ddavinci_nand.c487 * ten ECC bytes plus the manufacturer's bad block marker byte, and
493 /* offset 5 holds the badblock marker */
503 * storing ten ECC bytes plus the manufacturer's bad block marker byte,
525 * storing ten ECC bytes plus the manufacturer's bad block marker byte,
809 * table marker fits in the free bytes. nand_davinci_probe()
H A Dnand_bch.c173 /* reserve 2 bytes for bad block marker */ nand_bch_init()
H A Domap2.c1849 /* no reserved-marker in ecclayout for this ecc-scheme */ omap_nand_probe()
1873 /* include reserved-marker in ecclayout->oobfree calculation */ omap_nand_probe()
1907 /* reserved marker already included in ecclayout->eccbytes */ omap_nand_probe()
1937 /* include reserved-marker in ecclayout->oobfree calculation */ omap_nand_probe()
1978 /* reserved marker already included in ecclayout->eccbytes */ omap_nand_probe()
2008 /* reserved marker already included in ecclayout->eccbytes */ omap_nand_probe()
H A Dnand_bbt.c142 * add_marker_len - compute the length of the marker in data area
145 * The length will be 0 if the marker is located in OOB area.
191 * In case the BBT marker is not in the OOB area it read_bbt()
289 /* BBT marker is in the first page, no OOB */ scan_read_data()
H A Dlpc32xx_slc.c162 * Small page FLASH BBT descriptors, marker at offset 0, version at offset 6
877 * custom BBT marker layout. lpc32xx_nand_probe()
892 * Use a custom BBT marker setup for small page FLASH that lpc32xx_nand_probe()
H A Dnand_base.c313 * nand_block_bad - [DEFAULT] Read bad block marker from the chip
373 * nand_default_block_markbad - [DEFAULT] mark a block bad via bad block marker
378 * specific driver. It provides the details for writing a bad block marker to a
420 * block table(s) and/or marker(s)). We only allow the hardware driver to
424 * (1) erase the affected block, to allow OOB marker to be written cleanly
425 * (2) write bad block marker to OOB area of affected block (unless flag
446 /* Write bad block marker to OOB */ nand_block_markbad_lowlevel()
3712 * Set the bad block marker/indicator (BBM/BBI) patterns according to some
3728 * Bad block marker is stored in the last page of each block on Samsung nand_decode_bbm_options()
/linux-4.4.14/drivers/ata/
H A Dsata_promise.h98 /* and finally the command itself; also includes end-of-pkt marker */ pdc_pkt_footer()
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c55 /* When the buffer has wrapped, read from the out_pos marker to the end opal_msglog_read()
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm963xx_tag.h36 * needs to be rootfs + deadcode (jffs2 EOF marker)
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dsigcontext.h40 unsigned long sc_cfm; /* current frame marker */
/linux-4.4.14/include/uapi/linux/
H A Djffs2.h30 /* Summary node MAGIC marker */
200 jint32_t cln_mkr; /* clean marker size, 0 = no cleanmarker */
/linux-4.4.14/sound/usb/
H A Dpcm.c1235 subs->dsd_dop.marker = 1; snd_usb_pcm_open()
1345 u8 marker[] = { 0x05, 0xfa }; fill_playback_urb_dsd_dop() local
1349 * normal PCM data endpoints. It requires stuffing of marker bytes fill_playback_urb_dsd_dop()
1366 dst[dst_idx++] = marker[subs->dsd_dop.marker]; fill_playback_urb_dsd_dop()
1371 /* alternate the marker */ fill_playback_urb_dsd_dop()
1372 subs->dsd_dop.marker++; fill_playback_urb_dsd_dop()
1373 subs->dsd_dop.marker %= ARRAY_SIZE(marker); fill_playback_urb_dsd_dop()
H A Dcard.h153 int marker; member in struct:snd_usb_substream::__anon15593
H A Dmidi.c767 /* look for the start or end marker */ snd_usbmidi_akai_output()
793 /* 9 bytes and no end marker in sight - malformed, skip it */ snd_usbmidi_akai_output()
/linux-4.4.14/lib/zlib_inflate/
H A Dinftrees.c104 this.op = (unsigned char)64; /* invalid code marker */ zlib_inflate_table()
284 this.op = (unsigned char)64; /* invalid code marker */ zlib_inflate_table()
296 /* put invalid code marker in table */ zlib_inflate_table()
/linux-4.4.14/drivers/media/pci/zoran/
H A Dzr36050.h57 /* com/app marker */
H A Dzr36060.h57 /* app/com marker data */
H A Dzr36050.c169 basic test of "connectivity", writes/reads to/from memory the SOF marker
714 case CODEC_G_JPEG_APP_DATA: { /* get appn marker data */ zr36050_control()
724 case CODEC_S_JPEG_APP_DATA: { /* set appn marker data */ zr36050_control()
734 case CODEC_G_JPEG_COM_DATA: { /* get comment marker data */ zr36050_control()
744 case CODEC_S_JPEG_COM_DATA: { /* set comment marker data */ zr36050_control()
842 /* no app/com marker by default */ zr36050_setup()
H A Dzr36060.c172 basic test of "connectivity", writes/reads to/from memory the SOF marker
821 case CODEC_G_JPEG_APP_DATA: { /* get appn marker data */ zr36060_control()
831 case CODEC_S_JPEG_APP_DATA: { /* set appn marker data */ zr36060_control()
841 case CODEC_G_JPEG_COM_DATA: { /* get comment marker data */ zr36060_control()
851 case CODEC_S_JPEG_COM_DATA: { /* set comment marker data */ zr36060_control()
H A Dvideocodec.h206 #define CODEC_S_JPEG_APP_DATA 0x001A /* APP marker */
208 #define CODEC_S_JPEG_COM_DATA 0x001B /* COM marker */
H A Dzoran_card.c933 zr->jpg_settings.jpg_comp.APP_len = 0; /* No APPn marker */ zoran_open_init_params()
936 zr->jpg_settings.jpg_comp.COM_len = 0; /* No COM marker */ zoran_open_init_params()
/linux-4.4.14/drivers/misc/ibmasm/
H A Devent.c54 * There is no reader marker in the buffer, therefore readers are
/linux-4.4.14/arch/um/kernel/
H A Ddyn.lds.S133 end of ctors marker and it must be last */
/linux-4.4.14/lib/
H A Dstrnlen_user.c71 * too? If so, return the marker for "too long". do_strnlen_user()
/linux-4.4.14/tools/virtio/linux/
H A Dscatterlist.h133 * Removes the termination marker from the given entry of the scatterlist.
/linux-4.4.14/arch/cris/boot/rescue/
H A Dhead_v10.S34 * 2 bytes [length of all entries plus the end marker]
46 * End marker
/linux-4.4.14/drivers/scsi/
H A Dqlogicpti.c848 struct Marker_Entry *marker = (struct Marker_Entry *) cmd; marker_frob() local
850 memset(marker, 0, sizeof(struct Marker_Entry)); marker_frob()
851 marker->hdr.entry_cnt = 1; marker_frob()
852 marker->hdr.entry_type = ENTRY_MARKER; marker_frob()
853 marker->modifier = SYNC_ALL; marker_frob()
854 marker->rsvd = 0; marker_frob()
H A Dqlogicpti.h169 /* marker entry modifier definitions */
344 long send_marker; /* must we send a marker? */
H A Dqla1280.c95 - Eliminate duplicate marker commands on bus resets
1291 /* Issue marker command. */ qla1280_done()
2620 /* Issue marker command. */ qla1280_bus_reset()
2662 /* Issue marker command. */ qla1280_device_reset()
2739 * Issue marker command.
2740 * Function issues marker IOCB.
2747 * type = marker modifier
3644 /* Issue marker command. */ qla1280_rst_aen()
H A Dosst.c1823 printk(KERN_ERR "%s:E: Bad frame in update last marker, fatal\n", name); osst_write_error_recovery()
1902 printk(KERN_WARNING "%s:W: Expected to find marker at ppos %d, not found\n", osst_space_over_filemarks_backward()
1929 printk(KERN_WARNING "%s:W: Expected to find marker at ppos %d, not found\n", osst_space_over_filemarks_backward()
2061 printk(KERN_WARNING "%s:W: Expected to find marker at ppos %d, not found\n", osst_space_over_filemarks_forward_fast()
2066 printk(KERN_WARNING "%s:W: Expected to find marker %d at ppos %d, not %d\n", osst_space_over_filemarks_forward_fast()
2074 * Find nearest (usually previous) marker, then jump from marker to marker osst_space_over_filemarks_forward_fast()
2134 printk(KERN_WARNING "%s:W: Expected to find marker at ppos %d, not found\n", osst_space_over_filemarks_forward_fast()
H A Dnsp32.h266 # define SGTEND BIT(31) /* Last SGT marker */
H A Dosst.h440 __be32 next_mark_ppos; /* when known, points to next marker */
H A Dqla1280.h598 * ISP queue - marker entry structure definition.
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event.h395 * We define the end marker as having a weight of -1
398 * The end marker has a weight that cannot possibly be
404 * Check for end marker with weight == -1
H A Dperf_event_intel_uncore_snb.c561 { /* end marker */ }
/linux-4.4.14/mm/
H A Dreadahead.c453 * Will this read hit the readahead marker made by itself? ondemand_readahead()
454 * If so, trigger the readahead marker hit now, and merge ondemand_readahead()
509 * has the PG_readahead flag; this is a marker to suggest that the application
H A Dmigrate.c1340 * but keep the last one as a marker do_pages_move()
1379 /* End marker for this chunk */ do_pages_move()
/linux-4.4.14/drivers/mtd/chips/
H A Dcfi_probe.c112 /* Eep. This chip also had the QRY marker. cfi_probe_chip()
116 /* If the QRY marker goes away, it's an alias */ cfi_probe_chip()
/linux-4.4.14/net/sched/
H A Dematch.c21 * referencing a sequence beyond the marker of the current sequence
25 * marker is reached causing the position to be restored from the stack.
H A Dsch_dsmark.c1 /* net/sched/sch_dsmark.c - Differentiated Services field marker */
/linux-4.4.14/fs/ecryptfs/
H A Dcrypto.c859 * ecryptfs_validate_marker - check for the ecryptfs marker
862 * Returns zero if marker found; -EINVAL if not found
923 * @page_virt: The pointer to in a page to begin writing the marker
1039 u8 *marker = file_size + ECRYPTFS_FILE_SIZE_BYTES; ecryptfs_read_and_validate_header_region() local
1046 rc = ecryptfs_validate_marker(marker); ecryptfs_read_and_validate_header_region()
1083 * Octets 8-15: eCryptfs special marker
1397 u8 *marker = file_size + ECRYPTFS_FILE_SIZE_BYTES; ecryptfs_read_and_validate_xattr_region() local
1405 rc = ecryptfs_validate_marker(marker); ecryptfs_read_and_validate_xattr_region()
H A Dmmap.c98 * Octets 8-15: eCryptfs special marker
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dasi.h141 /* SpitFire and later extended ASIs. The "(III)" marker designates
142 * UltraSparc-III and later specific ASIs. The "(CMT)" marker designates
/linux-4.4.14/drivers/hid/
H A Dhid-elo.c87 if (data[0] == 'T') { /* Mandatory ELO packet marker */ elo_raw_event()
/linux-4.4.14/drivers/media/usb/pvrusb2/
H A Dpvrusb2-context.c407 // This is the marker for the real beginning of a legitimate mpeg2 stream.
/linux-4.4.14/drivers/firmware/
H A Ddmi_scan.c98 * (SMBIOS < 3.0 only) OR we reach an end-of-table marker (SMBIOS dmi_decode_table()
124 * marker. For tables behind a 32-bit entry point, we have dmi_decode_table()
125 * seen OEM structures behind the end-of-table marker on dmi_decode_table()
762 * dmi_is_end_of_table - check for end-of-table marker
/linux-4.4.14/arch/tile/lib/
H A Dspinlock_32.c83 * The low byte is always reserved to be the marker for a "tns" operation
/linux-4.4.14/arch/x86/platform/olpc/
H A Dolpc_dt.c242 /* Add olpc,xo1-battery compatible marker to battery node */ olpc_dt_fixup()
/linux-4.4.14/arch/arm/kernel/
H A Dhead-common.S38 * that the ATAG_CORE marker is first and present. If CONFIG_OF_FLATTREE
H A Dvmlinux.lds.S326 /* End marker for freeing TCM copy in linked object */
/linux-4.4.14/include/linux/mfd/
H A Dcros_ec.h240 * in all the fields up to the --private-- marker.
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_iocb.c337 /* Send marker if required */ qla2x00_start_scsi()
487 * qla2x00_marker() - Send a marker IOCB to the firmware.
491 * @type: marker modifier
557 * Issue marker
1445 /* Send marker if required */ qla24xx_start_scsi()
1607 /* Send marker if required */ qla24xx_dif_start_scsi()
2245 /* Send marker if required */ qla82xx_start_scsi()
2754 /* Send marker if required */ qla2x00_start_bidir()
H A Dqla_target.c158 /* Send marker if required */ qlt_issue_marker()
1120 /* Send marker if required */ qlt_send_notify_ack()
1183 /* Send marker if required */ qlt_24xx_send_abts_resp()
1256 /* Send marker if required */ qlt_24xx_retry_term_exchange()
1508 /* Send marker if required */ qlt_24xx_send_task_mgmt_ctio()
1935 /* Send marker if required */ qlt_pre_xmit_response()
2644 /* Send marker if required */ qlt_rdy_to_xfer()
4909 /* Sending marker isn't necessary, since we called from ISR */ __qlt_send_busy()
H A Dqla_mbx.c1013 /* Issue marker IOCB. */ qla2x00_abort_target()
1018 "Failed to issue marker IOCB (%x).\n", rval2); qla2x00_abort_target()
1062 /* Issue marker IOCB. */ qla2x00_lun_reset()
1067 "Failed to issue marker IOCB (%x).\n", rval2); qla2x00_lun_reset()
2788 /* Issue marker IOCB. */ __qla24xx_issue_tmf()
2793 "Failed to issue marker IOCB (%x).\n", rval2); __qla24xx_issue_tmf()
H A Dqla_os.c1346 /* Issue marker command only when we are going to start the I/O */ qla2x00_loop_reset()
5008 "Reset marker scheduled.\n"); qla2x00_do_dpc()
5012 "Reset marker end.\n"); qla2x00_do_dpc()
5116 * Issue marker command only when we are going to start qla2x00_rst_aen()
/linux-4.4.14/drivers/staging/fsl-mc/include/
H A Ddprc.h432 * first iteration; while the returned marker is DPRC_ITER_STATUS_MORE,
433 * additional iterations are needed, until the returned marker is
/linux-4.4.14/arch/mips/kernel/
H A Dsignal.c250 /* Write the end marker */ save_extcontext()
461 /* If any context is saved then we'll append the end marker */ extcontext_max_size()
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c609 print_npe(KERN_INFO, npe, "firmware EOF block marker not " npe_load_firmware()
618 table_end = blocks * sizeof(struct dl_block) / 4 + 1 /* EOF marker */; npe_load_firmware()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dradeon_irq.c173 * - Drop marker irq's into command stream ahead of time.
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dfw.c217 /* Binary block begins after the 0x1A marker */ symbol_dl_image()
/linux-4.4.14/drivers/net/usb/
H A Dkalmia.c285 /* Some small packets misses end marker */ kalmia_rx_fixup()
/linux-4.4.14/drivers/net/wan/
H A Dsbni.c560 * TR_RDY always equals 1 here because we have owned the marker, handle_channel()
571 /* send marker without any data */ handle_channel()
836 * Transmitter will be actually activated when marker is accepted.
1028 * Routine checks periodically wire activity and regenerates marker if
/linux-4.4.14/drivers/dma/bestcomm/
H A Dbestcomm.c63 if (!bcom_eng->tdt[i].stop) { /* we use stop as a marker */ bcom_task_alloc()
/linux-4.4.14/arch/x86/ia32/
H A Dia32_signal.c302 * gdb versions depend on them as a marker. ia32_setup_frame()
/linux-4.4.14/arch/arc/include/asm/
H A Dentry-compact.h78 * L1 prelogue ONLY i.e. ilink2 is less than a pre-set marker in
/linux-4.4.14/arch/m68k/sun3/
H A Dmmu_emu.c56 context. 0xffffffff is a marker for kernel context */
/linux-4.4.14/drivers/media/pci/saa7134/
H A Dsaa7134-input.c359 int marker, int code_modulo) get_key_pinnacle()
371 if (b[start] == marker) { get_key_pinnacle()
389 if (marker == 0xfe && (code & 0x40)) get_key_pinnacle()
357 get_key_pinnacle(struct IR_i2c *ir, enum rc_type *protocol, u32 *scancode, u8 *toggle, int parity_offset, int marker, int code_modulo) get_key_pinnacle() argument
/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-nand.c1108 "page:%d, first:%d, last:%d, marker at:%d\n", gpmi_ecc_read_subpage()
1377 * If required, swap the bad block marker and the data stored in the gpmi_ecc_read_page_raw()
1505 * If required, swap the bad block marker and the first byte of the gpmi_ecc_write_page_raw()
1506 * metadata section, so that we don't modify the bad block marker. gpmi_ecc_write_page_raw()
1554 block_mark[0] = 0; /* bad block marker */ gpmi_block_markbad()
/linux-4.4.14/drivers/media/usb/s2255/
H A Ds2255drv.c84 /* maximum size is PAL full size plus room for the marker header(s) */
1718 * bytes 0-3: marker : 0x2255DA4AL (S2255_MARKER_FRAME)
1744 /* search for marker codes */ save_frame()
1750 dprintk(dev, 4, "marker @ offset: %d [%x %x]\n", save_frame()
1835 /* skip the marker 512 bytes (and offset if out of sync) */ save_frame()
/linux-4.4.14/tools/perf/
H A Dbuiltin-timechart.c1349 /* no exit marker, task kept running to the end */ determine_display_tasks_filtered()
1389 /* no exit marker, task kept running to the end */ determine_display_tasks()
1426 /* no exit marker, task kept running to the end */ determine_display_io_tasks()
/linux-4.4.14/drivers/usb/serial/
H A Dio_ionsp.h316 // This IOSP command tries to place a marker at the end of the RX
/linux-4.4.14/drivers/ide/
H A Dpiix.c267 /* end marker */
H A Dsis5513.c520 /* end marker */
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
H A Dcmd.h500 * marker for TX/RX key.
H A Dwlcore.h307 /* FW log end marker */
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dfirmware.c78 /* comment marker excluded */ is_nvram_char()
/linux-4.4.14/drivers/block/
H A Dosdblk.c374 /* remove the special 'flush' marker, now that the command osdblk_rq_fn()
/linux-4.4.14/drivers/char/
H A Ddtlk.c424 /* INIT string and index marker */ dtlk_dev_probe()
/linux-4.4.14/net/sctp/
H A Dproc.c498 * jiffies marker in a subsequent patch sctp_remaddr_seq_show()
/linux-4.4.14/kernel/
H A Dkallsyms.c162 * Use the closest marker we have. We have markers every 256 positions, get_symbol_offset()
/linux-4.4.14/fs/ubifs/
H A Dkey.h45 * reserved for "." and "..". %2 is reserved for "end of readdir" marker. This
/linux-4.4.14/arch/mips/include/asm/sgi/
H A Dhpc3.h142 #define HPC3_EDCFG_FEOP 0x04000 /* Bad packet marker timeout enable */
/linux-4.4.14/drivers/mtd/
H A Dmtdswap.c383 u16 marker) mtdswap_write_marker()
395 if (marker == MTDSWAP_TYPE_CLEAN) { mtdswap_write_marker()
382 mtdswap_write_marker(struct mtdswap_dev *d, struct swap_eb *eb, u16 marker) mtdswap_write_marker() argument
/linux-4.4.14/drivers/media/pci/cx18/
H A Dcx18-fileops.c352 (q[4] & 0xc4) == 0x44 && /* marker check */ cx18_copy_buf_to_user()
353 (q[12] & 3) == 3 && /* marker check */ cx18_copy_buf_to_user()
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.h781 #define BNX2X_IS_CQE_COMPLETED(cqe_fp) (cqe_fp->marker == 0x0)
782 #define BNX2X_SEED_CQE(cqe_fp) (cqe_fp->marker = 0xFFFFFFFF) bnx2x_has_rx_work()
/linux-4.4.14/block/partitions/
H A Dldm.c713 * number is prefixed by a one byte width marker. All numbers in the database
743 * @block: Pointer to the length marker
748 * they are prefixed by a one byte length marker. This function copies one of
/linux-4.4.14/drivers/target/iscsi/
H A Discsi_target_tmr.c758 * entire transfer length from the commands R2T offset marker. iscsit_task_reassign_prepare_write()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.h363 int ksnc_tx_bufnob; /* send buffer marker */
/linux-4.4.14/drivers/lguest/x86/
H A Dswitcher_32.S349 // Here's the marker for our pointer table
/linux-4.4.14/drivers/input/touchscreen/
H A Dedt-ft5x06.c783 /* remove last '$' end marker */ edt_ft5x06_ts_identify()
/linux-4.4.14/fs/afs/
H A Dwrite.c698 /* use a writeback record as a marker in the queue - when this reaches afs_fsync()
/linux-4.4.14/arch/powerpc/xmon/
H A Dxmon.c1374 unsigned long marker; xmon_show_stack() local
1427 /* Look for "regshere" marker to see if this is xmon_show_stack()
1429 if (mread(sp + MARKER_OFFSET, &marker, sizeof(unsigned long)) xmon_show_stack()
1430 && marker == STACK_FRAME_REGS_MARKER) { xmon_show_stack()
/linux-4.4.14/arch/parisc/kernel/
H A Dsignal.c186 handler's frame marker. */ get_sigframe()
H A Dentry.S2025 /* Save previous stack pointer and return pointer in frame marker */
2037 /* Save previous stack pointer and return pointer in frame marker */
/linux-4.4.14/arch/arm/probes/kprobes/
H A Dcore.c48 /* Used as a marker in ARM_pc to note when we're in a jprobe. */
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Drtd520.c571 d >>= 3; /* low 3 bits are marker lines */ rtd_ai_rinsn()
602 d >>= 3; /* low 3 bits are marker lines */ ai_read_n()
H A Ds626.h46 #define S626_EOPL 0x80 /* End of ADC poll list marker. */
/linux-4.4.14/drivers/media/pci/meye/
H A Dmeye.c643 * (all ?) of those cases, the final EOI (0xff 0xd9) marker mchip_comp_read_frame()
646 * Since adding the final marker is not enough to restore mchip_comp_read_frame()
/linux-4.4.14/drivers/media/usb/zr364xx/
H A Dzr364xx.c657 /* go back to find the JPEG EOI marker */ zr364xx_read_video_callback()
667 DBG("No EOI marker\n"); zr364xx_read_video_callback()
/linux-4.4.14/drivers/net/wireless/b43/
H A Db43.h573 #define B43_DEBUGIRQ_MARKER 3 /* A "marker" was thrown by the firmware. */
576 /* The firmware register that contains the "marker" line. */
/linux-4.4.14/drivers/crypto/
H A Dn2_core.c108 /* When the HEAD marker is unequal to the actual HEAD, we get
110 * completed CWQ entries and adjust the HEAD marker to clear
/linux-4.4.14/drivers/edac/
H A Di5000_edac.c1057 /* on an odd slot, first output a 'boundary' marker, calculate_dimm_size()
1090 /* Output the last bottom 'boundary' marker */ calculate_dimm_size()
H A Di5400_edac.c981 /* on an odd dimm, first output a 'boundary' marker, calculate_dimm_size()
1008 /* Output the last bottom 'boundary' marker */ calculate_dimm_size()
/linux-4.4.14/tools/perf/arch/x86/tests/
H A Dinsn-x86-dat-src.c19 /* Following line is a marker for the awk script - do not change */ main()
873 /* Following line is a marker for the awk script - do not change */ main()
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h988 /* marker only */
2532 /* end marker */
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
H A Dentry.S1916 .global asm_uaccess_start /* Just a marker */
1933 .global asm_uaccess_end /* Just a marker */
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlu_object.h1060 * `quiescent' marker.
/linux-4.4.14/drivers/mmc/card/
H A Dsdio_uart.c607 * Set the TTY IO error marker - we will only clear this sdio_uart_activate()

Completed in 9254 milliseconds

12