Home
last modified time | relevance | path

Searched refs:insert (Results 1 – 152 of 152) sorted by relevance

/linux-4.4.14/drivers/md/bcache/
Dextents.c226 struct bkey *insert, in bch_btree_ptr_insert_fixup() argument
232 if (!KEY_OFFSET(insert)) in bch_btree_ptr_insert_fixup()
322 struct bkey *insert, in bch_extent_insert_fixup() argument
331 BUG_ON(!KEY_OFFSET(insert)); in bch_extent_insert_fixup()
332 BUG_ON(!KEY_SIZE(insert)); in bch_extent_insert_fixup()
339 if (bkey_cmp(&START_KEY(k), insert) >= 0) { in bch_extent_insert_fixup()
346 if (bkey_cmp(k, &START_KEY(insert)) <= 0) in bch_extent_insert_fixup()
375 if (KEY_START(k) > KEY_START(insert) + sectors_found) in bch_extent_insert_fixup()
390 sectors_found = KEY_OFFSET(k) - KEY_START(insert); in bch_extent_insert_fixup()
393 if (bkey_cmp(insert, k) < 0 && in bch_extent_insert_fixup()
[all …]
Dbset.c800 struct bkey *insert) in bch_bset_insert() argument
806 __set_bytes(t->data, t->data->keys + bkey_u64s(insert)) > in bch_bset_insert()
809 memmove((uint64_t *) where + bkey_u64s(insert), in bch_bset_insert()
813 t->data->keys += bkey_u64s(insert); in bch_bset_insert()
814 bkey_copy(where, insert); in bch_bset_insert()
Dbtree.c2156 struct keylist insert; in bch_btree_insert_check_key() local
2159 bch_keylist_init(&insert); in bch_btree_insert_check_key()
2177 bch_keylist_add(&insert, check_key); in bch_btree_insert_check_key()
2179 ret = bch_btree_insert_node(b, op, &insert, NULL, NULL); in bch_btree_insert_check_key()
2181 BUG_ON(!ret && !bch_keylist_empty(&insert)); in bch_btree_insert_check_key()
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmax8925_batter.txt9 - no-insert-detect: whether support insert detect
17 no-insert-detect = <0>;
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments6 We have remapped the insert or zero key on the keypad to act as a
8 InsKeyPad-period means hold down the insert key like a shift key and
31 InsKeyPad-9 Move reading cursor to top of screen (insert pgup)
32 InsKeyPad-3 Move reading cursor to bottom of screen (insert pgdn)
33 InsKeyPad-7 Move reading cursor to left edge of screen (insert home)
34 InsKeyPad-1 Move reading cursor to right edge of screen (insert end)
Dspkguide.txt181 It's also worth noting that the insert key on the keypad is mapped
185 insert, from now on called speakup, and keypad enter will toggle the
196 key (remember that this is the keypad insert key), and press the f1 key.
253 and hold the speakup key, a.k.a. keypad insert, a.k.a. caps lock, while
1471 it individually under this License, provided you insert a copy of this
/linux-4.4.14/tools/testing/selftests/timers/
Dleap-a-day.c195 int insert = 1; in main() local
273 if (insert) in main()
330 if (insert) in main()
370 insert = !insert; in main()
/linux-4.4.14/include/linux/
Ddmar.h144 extern int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
159 static inline int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() argument
166 extern int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert);
168 static inline int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_ir_hotplug() argument
Dbtree-type.h43 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
86 static inline int BTREE_FN(insert)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE key, in BTREE_FN() argument
Dbinfmts.h83 extern void __register_binfmt(struct linux_binfmt *fmt, int insert);
Dmm.h1866 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert);
/linux-4.4.14/Documentation/zh_CN/
Demail-clients.txt107 通过它配置你的邮件建立工具栏菜单,还可以带上"insert file"图标。
132 一个"insert file"选项,它可以通过不改变文件内容的方式插入文件。
139 按中键之前或者shift-insert或者使用
/linux-4.4.14/Documentation/acpi/
Dmethod-customizing.txt12 2. insert a completely new method in order to create a missing
52 2. insert a new method
55 insert and then follow the step c) ~ g) in section 1.
67 method override. i.e. if we want to insert/override multiple
/linux-4.4.14/net/rds/
Dcong.c105 struct rds_cong_map *insert) in rds_cong_tree_walk() argument
123 if (insert) { in rds_cong_tree_walk()
124 rb_link_node(&insert->m_rb_node, parent, p); in rds_cong_tree_walk()
125 rb_insert_color(&insert->m_rb_node, &rds_cong_tree); in rds_cong_tree_walk()
Drdma.c67 struct rds_mr *insert) in rds_mr_tree_walk() argument
85 if (insert) { in rds_mr_tree_walk()
86 rb_link_node(&insert->r_rb_node, parent, p); in rds_mr_tree_walk()
87 rb_insert_color(&insert->r_rb_node, root); in rds_mr_tree_walk()
88 atomic_inc(&insert->r_refcount); in rds_mr_tree_walk()
/linux-4.4.14/fs/ocfs2/
Dalloc.c3840 struct ocfs2_insert_type *insert) in ocfs2_insert_at_leaf() argument
3842 int i = insert->ins_contig_index; in ocfs2_insert_at_leaf()
3848 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_at_leaf()
3853 insert->ins_split, rec, in ocfs2_insert_at_leaf()
3861 if (insert->ins_contig != CONTIG_NONE) { in ocfs2_insert_at_leaf()
3863 if (insert->ins_contig == CONTIG_LEFT) { in ocfs2_insert_at_leaf()
3886 if (insert->ins_appending == APPEND_TAIL) { in ocfs2_insert_at_leaf()
4140 struct ocfs2_insert_type *insert) in ocfs2_insert_path() argument
4175 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_path()
4182 insert_rec, insert->ins_split); in ocfs2_insert_path()
[all …]
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_common.h14 unsigned int insert; member
/linux-4.4.14/lib/
Drbtree_test.c24 static void insert(struct test_node *node, struct rb_root *root) in insert() function
189 insert(nodes + j, &root); in rbtree_test_init()
204 insert(nodes + j, &root); in rbtree_test_init()
DKconfig.kasan28 Before every memory access compiler insert function call
DKconfig.kmemcheck20 will insert extra code at *every* read and write to tracked memory
/linux-4.4.14/scripts/gdb/
Dvmlinux-gdb.py16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
/linux-4.4.14/Documentation/
Demail-clients.txt77 to insert into the message.
84 To insert a patch use Message->Insert File (CTRL+i) or an external editor.
101 to insert the patch.
125 Then from the "Message" menu item, select insert file and choose your patch.
127 and put the "insert file" icon there.
166 an "insert file" option that inserts the contents of a file unaltered.
173 before middle button or shift-insert or use
Dmono.txt28 to insert it manually with modprobe/insmod, as kmod
Drbtree.txt12 to insert/access/delete nodes) and hash tables (which are not kept sorted to
52 users are expected to write their own tree search and insert functions
106 Inserting data in the tree involves first searching for the place to insert the
Dunaligned-memory-access.txt92 above case it would insert 2 bytes of padding in between field1 and field2.
123 insert any padding within structures, useful when you want to use a C struct
Dassoc_array.txt490 algorithm will insert a shortcut to skip over the '1111' keyspace in a single
498 insertion algorithm finds that it is trying to insert a 17th object into a
527 (1) Simple insert/replace. This involves simply replacing a NULL or old
Dcircular-buffers.txt167 /* insert one item into the buffer */
Dsysfs-rules.txt158 or the chain of parent devices. The kernel is free to insert devices into
Djava.txt24 to insert it manually with modprobe/insmod, as kmod
Dstable_api_nonsense.txt161 <insert link to leech comment from Andrew and Linus here>.) If your
Dintel_txt.txt113 approach seemed like a better choice than having to insert
Dkprobes.txt235 The Kprobe-optimizer doesn't insert the jump instruction immediately;
319 If you need to insert a probe in the middle of a function, you may find
Dbcache.txt183 a cache miss won't be able to insert a key for the new data and the data
DCodingStyle228 "smart" indentation will insert whitespace at the beginning of new lines as
DSubmittingPatches482 to insert an indication of the origin of a patch at the top of the commit
Dmemory-barriers.txt1677 insert anything more than a compiler barrier in a UP compilation.
2296 The way to deal with this is to insert a general SMP memory barrier:
Dkernel-parameters.txt2302 ification string that NFSv4 clients can insert into
/linux-4.4.14/fs/btrfs/
Dfile-item.c737 goto insert; in btrfs_csum_file_blocks()
748 goto insert; in btrfs_csum_file_blocks()
755 goto insert; in btrfs_csum_file_blocks()
759 goto insert; in btrfs_csum_file_blocks()
774 goto insert; in btrfs_csum_file_blocks()
786 goto insert; in btrfs_csum_file_blocks()
798 goto insert; in btrfs_csum_file_blocks()
820 insert: in btrfs_csum_file_blocks()
Dtree-log.c366 goto insert; in overwrite_item()
446 insert: in overwrite_item()
1727 goto insert; in replay_one_name()
1752 goto insert; in replay_one_name()
1765 insert: in replay_one_name()
Dinode.c3216 int insert = 0; in btrfs_orphan_add() local
3242 insert = 2; in btrfs_orphan_add()
3244 insert = 1; in btrfs_orphan_add()
3246 insert = 1; in btrfs_orphan_add()
3262 if (insert >= 1) { in btrfs_orphan_add()
3282 if (insert >= 2) { in btrfs_orphan_add()
6873 goto insert; in btrfs_get_extent()
6937 goto insert; in btrfs_get_extent()
6946 insert: in btrfs_get_extent()
Dfile.c2604 goto insert; in add_falloc_range()
2615 insert: in add_falloc_range()
Dextent-tree.c1537 u64 owner, u64 offset, int insert) in lookup_inline_extent_backref() argument
1560 if (insert) { in lookup_inline_extent_backref()
1606 if (ret && !insert) { in lookup_inline_extent_backref()
1618 if (!insert) { in lookup_inline_extent_backref()
1692 if (err == -ENOENT && insert) { in lookup_inline_extent_backref()
1713 if (insert) { in lookup_inline_extent_backref()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-bcm-kona.c125 static int sdhci_bcm_kona_sd_card_emulate(struct sdhci_host *host, int insert) in sdhci_bcm_kona_sd_card_emulate() argument
142 if (insert) { in sdhci_bcm_kona_sd_card_emulate()
DKconfig544 card whenever you insert a MMC or SD card into the card slot.
/linux-4.4.14/arch/powerpc/xmon/
Dppc.h178 unsigned long (*insert) member
/linux-4.4.14/arch/mn10300/lib/
D__ashldi3.S39 or_asl a1,d1,a0,d0 # insert overflow into MSW and
D__lshrdi3.S40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and
D__ashrdi3.S39 or_asr a1,d0,a0,d1 # insert underflow into LSW and
/linux-4.4.14/Documentation/timers/
D00-INDEX18 - how to insert delays in the kernel the right (tm) way.
Dtimers-howto.txt5 RightWay (TM) to insert a delay?"
Dtimekeeping.txt79 code knows when the counter will wrap around and can insert the necessary
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dnau8825.txt69 - nuvoton,jack-insert-debounce: number from 0 to 7 that sets debounce time to 2^(n+2) ms
97 nuvoton,jack-insert-debounce = <7>;
/linux-4.4.14/Documentation/DocBook/
Dtracepoint.xml.db13 API-trace-block-rq-insert
Dkernel-api.xml.db210 API-vm-insert-page
211 API-vm-insert-pfn
388 API-insert-resource-conflict
389 API-insert-resource
390 API-insert-resource-expand-to-fit
614 API-blk-insert-cloned-request
Dgpu.xml.db54 API-drm-mm-insert-node-generic
55 API-drm-mm-insert-node-in-range-generic
73 API-drm-mm-insert-node
74 API-drm-mm-insert-node-in-range
Dfilesystems.xml.db44 API---insert-inode-hash
Dnetworking.xml.db128 API-skb-insert
Ddevice-drivers.xml.db950 API-uart-insert-char
/linux-4.4.14/security/selinux/ss/
Davtab.h102 int (*insert)(struct avtab *a, struct avtab_key *k,
/linux-4.4.14/Documentation/usb/
Dchipidea.txt41 5) Remove B-device(unplug micro B plug) and insert again in 10 seconds,
44 6) Remove B-device(unplug micro B plug) and insert again after 10 seconds,
Dgadget_hid.txt173 {.opt = "--insert", .val = 0x49},
/linux-4.4.14/mm/
DKconfig.debug5 could be used for debugging features that need to insert extra
Dmemblock.c528 bool insert = false; in memblock_add_range() local
574 if (insert) in memblock_add_range()
586 if (insert) in memblock_add_range()
595 if (!insert) { in memblock_add_range()
599 insert = true; in memblock_add_range()
Dmmap.c728 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert) in vma_adjust() argument
741 if (next && !insert) { in vma_adjust()
796 if (insert) { in vma_adjust()
803 __vma_link_file(insert); in vma_adjust()
857 } else if (insert) { in vma_adjust()
863 __insert_vm_struct(mm, insert); in vma_adjust()
914 if (insert && file) in vma_adjust()
915 uprobe_mmap(insert); in vma_adjust()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax8925.txt62 no-insert-detect = <0>;
/linux-4.4.14/tools/perf/scripts/python/
Dnetdev-times.py390 rx_skb_list.insert(0, rec_data)
401 tx_queue_list.insert(0, skb)
416 tx_xmit_list.insert(0, skb)
/linux-4.4.14/drivers/char/agp/
Defficeon-agp.c261 unsigned long insert = efficeon_mask_memory(mem->pages[i]); in efficeon_insert_memory() local
269 *page = insert; in efficeon_insert_memory()
/linux-4.4.14/fs/xfs/
Dxfs_log_cil.c232 goto insert; in xlog_cil_insert_format_items()
249 goto insert; in xlog_cil_insert_format_items()
264 insert: in xlog_cil_insert_format_items()
/linux-4.4.14/arch/arm/mm/
Dproc-v7-2level.S57 bfi r1, r2, #8, #24 @ insert into new context ID
Dproc-v6.S112 orr r1, r1, r2 @ insert into new context ID
/linux-4.4.14/include/net/
Ddn_fib.h80 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, member
/linux-4.4.14/Documentation/pcmcia/
Dlocking.txt9 - skt_mutex - serializes card insert / ejection
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S1367 bra.w fu_in_exc_ovfl # go insert overflow frame
1395 # here, we insert the correct fsave status value into the fsave frame for the
1489 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1658 # we don't mess with the existing fsave frame. just re-insert it and
1973 # here, we insert the correct fsave status value into the fsave frame for the
2321 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
2323 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent
2336 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
2347 mov.w %d0,FP_SRC_EX(%a6) # insert new exponent
3008 mov.w &0x402c,0xa(%sp) # insert offset,frame format
[all …]
Dpfpsp.S1366 bra.w fu_in_exc_ovfl # go insert overflow frame
1394 # here, we insert the correct fsave status value into the fsave frame for the
1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent
1657 # we don't mess with the existing fsave frame. just re-insert it and
1972 # here, we insert the correct fsave status value into the fsave frame for the
2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man)
2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent
2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponent with cleared sign
2346 mov.w %d0,FP_SRC_EX(%a6) # insert new exponent
3007 mov.w &0x402c,0xa(%sp) # insert offset,frame format
Dilsp.S375 mov.w %d6,%d4 # insert lower word (U3)
Dfplsp.S9301 clr.l -(%sp) # insert new exponent
9302 mov.l &0x80000000,-(%sp) # insert new high mantissa
9303 mov.l %d0,-(%sp) # insert new lo mantissa
10183 fmov.l USER_FPCR(%a6),%fpcr # insert user's exceptions
10930 mov.w %d1, FTEMP_EX(%a0) # insert new exponent
/linux-4.4.14/Documentation/RCU/
Drculist_nulls.txt113 and extra smp_wmb() in insert function.
169 * insert obj in RCU way (readers might be traversing chain)
DlistRCU.txt73 insert the read-side memory barriers that are required on DEC Alpha CPUs.
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt447 '000' insert in extension & user data
448 '001' insert in private packets
618 Rate at which to insert data, in units of frames (for private packet)
621 Number of data DWORDs (below) to insert
/linux-4.4.14/drivers/block/drbd/
DKconfig63 512 insert data corruption on receiving side
/linux-4.4.14/arch/tile/include/asm/
Dtile-desc_64.h418 tilegx_bundle_bits (*insert) (int op); member
Dtile-desc_32.h480 tilepro_bundle_bits (*insert) (int op); member
/linux-4.4.14/arch/arm/boot/dts/
Dmmp2-brownstone.dts187 no-insert-detect = <0>;
/linux-4.4.14/net/netfilter/
Dnft_rbtree.c255 .insert = nft_rbtree_insert,
Dnft_hash.c368 .insert = nft_hash_insert,
Dnf_conntrack_standalone.c357 st->insert, in ct_cpu_seq_show()
Dnf_conntrack_core.c572 NF_CT_STAT_INC(net, insert); in nf_conntrack_hash_check_insert()
682 NF_CT_STAT_INC(net, insert); in __nf_conntrack_confirm()
Dnf_conntrack_netlink.c1991 nla_put_be32(skb, CTA_STATS_INSERT, htonl(st->insert)) || in ctnetlink_ct_stat_cpu_fill_info()
Dnf_tables_api.c3505 err = set->ops->insert(set, &elem); in nft_add_set_elem()
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-floppy.1996-200249 * no disk on insert and disk change now works
/linux-4.4.14/Documentation/sound/oss/
DCMI8330138 # insert this first
DSoundPro67 error message while trying to insert the module(s), then make
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree.c757 static int insert(struct dm_btree_info *info, dm_block_t root, in insert() function
852 return insert(info, root, keys, value, new_root, NULL); in dm_btree_insert()
861 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
/linux-4.4.14/Documentation/power/
Ds2ram.txt22 time-consuming - having to insert TRACE_RESUME() markers into the device
Dpm_qos_interface.txt40 Will insert an element into the list for that identified PM QoS class with the
111 Will insert an element into the list for that identified device with the
Dsuspend-and-cpuhotplug.txt230 [Note that we don't expect someone to physically pull out nodes and insert
/linux-4.4.14/net/sched/
Dcls_rsvp.h578 insert: in rsvp_change()
627 goto insert; in rsvp_change()
/linux-4.4.14/arch/mips/include/asm/
Dasmmacro.h324 insert.w $w\wd[\n], $1
333 insert.d $w\wd[\n], $1
/linux-4.4.14/net/decnet/
Ddn_fib.c548 return tb->insert(tb, r, attrs, nlh, &NETLINK_CB(skb)); in dn_fib_rtm_newroute()
605 tb->insert(tb, &req.rtm, attrs, &req.nlh, NULL); in fib_magic()
Ddn_table.c868 t->insert = dn_fib_table_insert; in dn_fib_get_table()
/linux-4.4.14/drivers/scsi/aacraid/
Dlinit.c1129 struct list_head *insert = &aac_devices; in aac_probe_one() local
1138 insert = &aac->entry; in aac_probe_one()
1276 list_add(&aac->entry, insert); in aac_probe_one()
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt7 provides examples of how to insert tracepoints in the kernel and
/linux-4.4.14/Documentation/networking/dsa/
Dbcm_sf2.txt46 interface, conversely, the CPU network interface should insert a similar tag for
Ddsa.txt44 which is a hardware feature making the switch insert a specific tag for each
148 - insert/remove the switch tag protocol (if it exists) when sending traffic
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dsynopsys-dw-mshc.txt68 insert event. The default value is 0.
/linux-4.4.14/Documentation/isdn/
DREADME.avmb167 before you insert the card.
DREADME.sc144 edit the file "/etc/modules/'uname -f'/'uname -v'" and insert the driver name
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c387 st->insert, in ct_cpu_seq_show()
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt8 able to take arbitrary data from userspace to insert into the log. The data
Dcache.txt11 This device-mapper solution allows us to insert this caching at
/linux-4.4.14/net/mac80211/
Dmesh_plink.c383 struct ieee802_11_elems *elems, bool insert) in mesh_sta_info_init() argument
426 if (insert) in mesh_sta_info_init()
/linux-4.4.14/arch/cris/boot/rescue/
Dhead_v10.S148 .dword 0xffffffff ; can be overwritten later to insert new code
/linux-4.4.14/net/bridge/
Dbr_fdb.c236 goto insert; in br_fdb_changeaddr()
241 insert: in br_fdb_changeaddr()
/linux-4.4.14/drivers/iommu/
Dintel_irq_remapping.c1445 int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_ir_hotplug() argument
1460 if (insert) { in dmar_ir_hotplug()
Ddmar.c1970 static int dmar_device_hotplug(acpi_handle handle, bool insert) in dmar_device_hotplug() argument
1995 if (insert) in dmar_device_hotplug()
Dintel-iommu.c4268 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() argument
4278 if (insert) { in dmar_iommu_hotplug()
/linux-4.4.14/Documentation/networking/
Dxfrm_sync.txt6 The end goal for syncing is to be able to insert attributes + generate
Dtuntap.txt57 insert the module by hand:
D6pack.txt97 kissattach.c file. At the top, insert the following lines:
Dz8530drv.txt60 and don't forget to insert a call of sccinit after that. It
/linux-4.4.14/Documentation/video4linux/
DREADME.ivtv30 * Supports sliced VBI (closed captions and teletext) and is able to insert
DZoran275 <insert lousy disclaimer here>. In short: good=SiS/Intel, bad=VIA.
Dv4l2-framework.txt110 etc. If the name ends with a digit, then it will insert a dash: cx18-0,
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dmvebu-mbus.txt206 The operating system may insert additional mbus windows that do not conflict
/linux-4.4.14/Documentation/fault-injection/
Dfault-injection.txt171 o add a hook to insert failures
/linux-4.4.14/fs/
Dexec.c74 void __register_binfmt(struct linux_binfmt * fmt, int insert) in __register_binfmt() argument
80 insert ? list_add(&fmt->lh, &formats) : in __register_binfmt()
/linux-4.4.14/arch/mn10300/kernel/
Dmn10300-serial.c590 goto insert; in mn10300_serial_receive_interrupt()
654 insert: in mn10300_serial_receive_interrupt()
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h252 int (*insert)(const struct nft_set *set, member
/linux-4.4.14/Documentation/fb/
Dmatroxfb.txt392 + if you compiled it as module, you must insert i2c-matroxfb, matroxfb_maven
409 + if you compiled it as module, you must insert matroxfb_g450 and matroxfb_crtc2
/linux-4.4.14/fs/affs/
DChanges197 - Fixed bug in add_entry(): When doing a sorted insert,
/linux-4.4.14/Documentation/arm/SA1100/
DAssabet71 file transfers. You must insert it before RedBoot runs since it can't detect
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt136 re-insert the module.
/linux-4.4.14/Documentation/filesystems/
Ddebugfs.txt144 another to insert a register block in the middle of another sequential
Dxfs-self-describing-metadata.txt180 modification made to the object, After this, we calculate the CRC and insert it
Dpath-lookup.txt110 it in the new hash bucket. So what is done is to insert the dentry into the
Df2fs.txt256 Otherwise, insert the f2fs.ko module.
Dxfs-delayed-logging-design.txt396 run transaction committed processing for the log items (i.e. insert into AIL
Dvfs.txt381 method must call d_add() to insert the found inode into the
/linux-4.4.14/arch/m68k/fpsp040/
Dgen_except.S361 bfins %d0,NMCEXC(%a1){#4:#4} |and insert them in nmcexc
/linux-4.4.14/Documentation/arm64/
Dbooting.txt211 properties and insert them into the blob prior to kernel entry.
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt95 To insert the module with the default allocation execute the following
129 before hvcs.ko and modprobe uses this file to smartly insert the modules in
/linux-4.4.14/Documentation/PCI/
Dpcieaer-howto.txt262 After reboot with new kernel or insert the module, a device file named
/linux-4.4.14/Documentation/input/
Djoystick.txt478 insert/compile the module into your kernel:
/linux-4.4.14/kernel/trace/
DKconfig143 by using a compiler feature to insert a small, 5-byte No-Operation
/linux-4.4.14/drivers/net/ethernet/micrel/
Dksz884x.c2334 static inline void port_cfg_ins_tag(struct ksz_hw *hw, int p, int insert) in port_cfg_ins_tag() argument
2337 KS8842_PORT_CTRL_1_OFFSET, PORT_INSERT_TAG, insert); in port_cfg_ins_tag()
/linux-4.4.14/Documentation/filesystems/caching/
Dnetfs-api.txt868 cache has had a chance to insert a barrier in the operations queue. After
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex700 machine you insert a \cdrom, it will always appear at the same
/linux-4.4.14/arch/arm/
DKconfig1028 The software must insert either a Data Synchronization Barrier (DSB)
/linux-4.4.14/Documentation/block/
Dbiodoc.txt292 can instead be used to directly insert such requests in the queue or preferably
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-19971184 (scsi_register_device): New function to insert into this list.
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt1187 format has been designed so it's relatively easy to "insert"
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3631 KVM_EXIT_S390_STSI to allow user space to insert further data.