/linux-4.1.27/drivers/md/bcache/ |
D | extents.c | 226 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 …]
|
D | bset.c | 800 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()
|
D | btree.c | 2156 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.1.27/net/rds/ |
D | bind.c | 52 struct rds_sock *insert) in rds_bind_lookup() argument 71 if (insert) { in rds_bind_lookup() 78 insert->rs_bound_addr = addr; in rds_bind_lookup() 79 insert->rs_bound_port = port; in rds_bind_lookup() 80 rds_sock_addref(insert); in rds_bind_lookup() 82 hlist_add_head_rcu(&insert->rs_bound_node, head); in rds_bind_lookup()
|
D | cong.c | 105 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()
|
D | rdma.c | 67 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.1.27/Documentation/devicetree/bindings/power_supply/ |
D | max8925_batter.txt | 9 - no-insert-detect: whether support insert detect 17 no-insert-detect = <0>;
|
/linux-4.1.27/drivers/staging/speakup/ |
D | DefaultKeyAssignments | 6 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)
|
D | spkguide.txt | 181 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.1.27/tools/testing/selftests/timers/ |
D | leap-a-day.c | 155 int insert = 1; in main() local 227 if (insert) in main() 267 if (insert) in main() 306 insert = !insert; in main()
|
/linux-4.1.27/include/linux/ |
D | dmar.h | 144 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
|
D | btree-type.h | 43 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
|
D | binfmts.h | 83 extern void __register_binfmt(struct linux_binfmt *fmt, int insert);
|
D | mm.h | 1825 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert);
|
/linux-4.1.27/Documentation/zh_CN/ |
D | email-clients.txt | 107 通过它配置你的邮件建立工具栏菜单,还可以带上"insert file"图标。 132 一个"insert file"选项,它可以通过不改变文件内容的方式插入文件。 139 按中键之前或者shift-insert或者使用
|
/linux-4.1.27/Documentation/acpi/ |
D | method-customizing.txt | 12 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.1.27/fs/ocfs2/ |
D | alloc.c | 3826 struct ocfs2_insert_type *insert) in ocfs2_insert_at_leaf() argument 3828 int i = insert->ins_contig_index; in ocfs2_insert_at_leaf() 3834 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_at_leaf() 3839 insert->ins_split, rec, in ocfs2_insert_at_leaf() 3847 if (insert->ins_contig != CONTIG_NONE) { in ocfs2_insert_at_leaf() 3849 if (insert->ins_contig == CONTIG_LEFT) { in ocfs2_insert_at_leaf() 3872 if (insert->ins_appending == APPEND_TAIL) { in ocfs2_insert_at_leaf() 4126 struct ocfs2_insert_type *insert) in ocfs2_insert_path() argument 4161 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_path() 4168 insert_rec, insert->ins_split); in ocfs2_insert_path() [all …]
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_common.h | 14 unsigned int insert; member
|
/linux-4.1.27/lib/ |
D | rbtree_test.c | 24 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()
|
D | Kconfig.kasan | 33 Before every memory access compiler insert function call
|
D | Kconfig.kmemcheck | 20 will insert extra code at *every* read and write to tracked memory
|
/linux-4.1.27/scripts/gdb/ |
D | vmlinux-gdb.py | 16 sys.path.insert(0, os.path.dirname(__file__) + "/scripts/gdb")
|
/linux-4.1.27/Documentation/ |
D | email-clients.txt | 77 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
|
D | mono.txt | 28 to insert it manually with modprobe/insmod, as kmod
|
D | rbtree.txt | 12 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
|
D | unaligned-memory-access.txt | 92 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
|
D | assoc_array.txt | 490 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
|
D | circular-buffers.txt | 167 /* insert one item into the buffer */
|
D | sysfs-rules.txt | 158 or the chain of parent devices. The kernel is free to insert devices into
|
D | java.txt | 24 to insert it manually with modprobe/insmod, as kmod
|
D | stable_api_nonsense.txt | 161 <insert link to leech comment from Andrew and Linus here>.) If your
|
D | intel_txt.txt | 113 approach seemed like a better choice than having to insert
|
D | kprobes.txt | 235 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
|
D | bcache.txt | 183 a cache miss won't be able to insert a key for the new data and the data
|
D | CodingStyle | 228 "smart" indentation will insert whitespace at the beginning of new lines as
|
D | SubmittingPatches | 480 to insert an indication of the origin of a patch at the top of the commit
|
D | memory-barriers.txt | 1669 insert anything more than a compiler barrier in a UP compilation. 2341 The way to deal with this is to insert a general SMP memory barrier:
|
D | kernel-parameters.txt | 2235 ification string that NFSv4 clients can insert into
|
/linux-4.1.27/fs/btrfs/ |
D | file-item.c | 737 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()
|
D | tree-log.c | 373 goto insert; in overwrite_item() 453 insert: in overwrite_item() 1677 goto insert; in replay_one_name() 1702 goto insert; in replay_one_name() 1713 insert: in replay_one_name()
|
D | inode.c | 3184 int insert = 0; in btrfs_orphan_add() local 3210 insert = 2; in btrfs_orphan_add() 3212 insert = 1; in btrfs_orphan_add() 3214 insert = 1; in btrfs_orphan_add() 3230 if (insert >= 1) { in btrfs_orphan_add() 3250 if (insert >= 2) { in btrfs_orphan_add() 6805 goto insert; in btrfs_get_extent() 6869 goto insert; in btrfs_get_extent() 6878 insert: in btrfs_get_extent()
|
D | extent-tree.c | 1476 u64 owner, u64 offset, int insert) in lookup_inline_extent_backref() argument 1499 if (insert) { in lookup_inline_extent_backref() 1545 if (ret && !insert) { in lookup_inline_extent_backref() 1557 if (!insert) { in lookup_inline_extent_backref() 1631 if (err == -ENOENT && insert) { in lookup_inline_extent_backref() 1652 if (insert) { in lookup_inline_extent_backref()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-bcm-kona.c | 125 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()
|
D | Kconfig | 534 card whenever you insert a MMC or SD card into the card slot.
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc.h | 178 unsigned long (*insert) member
|
/linux-4.1.27/arch/mn10300/lib/ |
D | __lshrdi3.S | 40 or_lsr a1,d0,a0,d1 # insert underflow into LSW and
|
D | __ashldi3.S | 39 or_asl a1,d1,a0,d0 # insert overflow into MSW and
|
D | __ashrdi3.S | 39 or_asr a1,d0,a0,d1 # insert underflow into LSW and
|
/linux-4.1.27/Documentation/timers/ |
D | 00-INDEX | 18 - how to insert delays in the kernel the right (tm) way.
|
D | timers-howto.txt | 5 RightWay (TM) to insert a delay?"
|
D | timekeeping.txt | 79 code knows when the counter will wrap around and can insert the necessary
|
/linux-4.1.27/security/selinux/ss/ |
D | avtab.h | 71 int (*insert)(struct avtab *a, struct avtab_key *k,
|
/linux-4.1.27/Documentation/usb/ |
D | chipidea.txt | 41 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,
|
D | gadget_hid.txt | 173 {.opt = "--insert", .val = 0x49},
|
/linux-4.1.27/mm/ |
D | Kconfig.debug | 5 could be used for debugging features that need to insert extra
|
D | memblock.c | 502 bool insert = false; in memblock_add_range() local 544 if (insert) in memblock_add_range() 556 if (insert) in memblock_add_range() 565 if (!insert) { in memblock_add_range() 569 insert = true; in memblock_add_range()
|
D | mmap.c | 727 unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert) in vma_adjust() argument 740 if (next && !insert) { in vma_adjust() 795 if (insert) { in vma_adjust() 802 __vma_link_file(insert); in vma_adjust() 856 } else if (insert) { in vma_adjust() 862 __insert_vm_struct(mm, insert); in vma_adjust() 913 if (insert && file) in vma_adjust() 914 uprobe_mmap(insert); in vma_adjust()
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max8925.txt | 62 no-insert-detect = <0>;
|
/linux-4.1.27/tools/perf/scripts/python/ |
D | netdev-times.py | 390 rx_skb_list.insert(0, rec_data) 401 tx_queue_list.insert(0, skb) 416 tx_xmit_list.insert(0, skb)
|
/linux-4.1.27/drivers/char/agp/ |
D | efficeon-agp.c | 261 unsigned long insert = efficeon_mask_memory(mem->pages[i]); in efficeon_insert_memory() local 269 *page = insert; in efficeon_insert_memory()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_log_cil.c | 232 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.1.27/Documentation/pcmcia/ |
D | locking.txt | 9 - skt_mutex - serializes card insert / ejection
|
/linux-4.1.27/include/net/ |
D | dn_fib.h | 80 int (*insert)(struct dn_fib_table *t, struct rtmsg *r, member
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7-2level.S | 55 bfi r1, r2, #8, #24 @ insert into new context ID
|
D | proc-v6.S | 112 orr r1, r1, r2 @ insert into new context ID
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 1367 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 …]
|
D | pfpsp.S | 1366 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
|
D | ilsp.S | 375 mov.w %d6,%d4 # insert lower word (U3)
|
D | fplsp.S | 9301 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.1.27/Documentation/RCU/ |
D | rculist_nulls.txt | 113 and extra smp_wmb() in insert function. 169 * insert obj in RCU way (readers might be traversing chain)
|
D | listRCU.txt | 73 insert the read-side memory barriers that are required on DEC Alpha CPUs.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 447 '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.1.27/drivers/block/drbd/ |
D | Kconfig | 63 512 insert data corruption on receiving side
|
/linux-4.1.27/arch/tile/include/asm/ |
D | tile-desc_64.h | 418 tilegx_bundle_bits (*insert) (int op); member
|
D | tile-desc_32.h | 480 tilepro_bundle_bits (*insert) (int op); member
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree.c | 658 static int insert(struct dm_btree_info *info, dm_block_t root, in insert() function 753 return insert(info, root, keys, value, new_root, NULL); in dm_btree_insert() 762 return insert(info, root, keys, value, new_root, inserted); in dm_btree_insert_notify()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | mmp2-brownstone.dts | 187 no-insert-detect = <0>;
|
/linux-4.1.27/arch/mips/include/asm/ |
D | asmmacro.h | 266 insert.w $w\wd[\n], $1 274 insert.d $w\wd[\n], $1
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-floppy.1996-2002 | 49 * no disk on insert and disk change now works
|
/linux-4.1.27/net/netfilter/ |
D | nft_rbtree.c | 255 .insert = nft_rbtree_insert,
|
D | nft_hash.c | 368 .insert = nft_hash_insert,
|
D | nf_conntrack_standalone.c | 328 st->insert, in ct_cpu_seq_show()
|
D | nf_conntrack_core.c | 531 NF_CT_STAT_INC(net, insert); in nf_conntrack_hash_check_insert() 661 NF_CT_STAT_INC(net, insert); in __nf_conntrack_confirm()
|
D | nf_conntrack_netlink.c | 1917 nla_put_be32(skb, CTA_STATS_INSERT, htonl(st->insert)) || in ctnetlink_ct_stat_cpu_fill_info()
|
D | nf_tables_api.c | 3436 err = set->ops->insert(set, &elem); in nft_add_set_elem()
|
/linux-4.1.27/Documentation/sound/oss/ |
D | CMI8330 | 138 # insert this first
|
D | SoundPro | 67 error message while trying to insert the module(s), then make
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | linit.c | 1129 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.1.27/Documentation/power/ |
D | s2ram.txt | 22 time-consuming - having to insert TRACE_RESUME() markers into the device
|
D | pm_qos_interface.txt | 40 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
|
D | suspend-and-cpuhotplug.txt | 230 [Note that we don't expect someone to physically pull out nodes and insert
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_list_set.c | 296 goto insert; in list_set_uadd() 323 insert: in list_set_uadd()
|
/linux-4.1.27/net/sched/ |
D | cls_rsvp.h | 568 insert: in rsvp_change() 617 goto insert; in rsvp_change()
|
/linux-4.1.27/net/decnet/ |
D | dn_fib.c | 548 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()
|
D | dn_table.c | 868 t->insert = dn_fib_table_insert; in dn_fib_get_table()
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | synopsys-dw-mshc.txt | 68 insert event. The default value is 0.
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 387 st->insert, in ct_cpu_seq_show()
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 7 provides examples of how to insert tracepoints in the kernel and
|
/linux-4.1.27/Documentation/isdn/ |
D | README.avmb1 | 67 before you insert the card.
|
D | README.sc | 144 edit the file "/etc/modules/'uname -f'/'uname -v'" and insert the driver name
|
/linux-4.1.27/net/bridge/ |
D | br_fdb.c | 213 goto insert; in br_fdb_changeaddr() 218 insert: in br_fdb_changeaddr()
|
/linux-4.1.27/net/mac80211/ |
D | mesh_plink.c | 379 struct ieee802_11_elems *elems, bool insert) in mesh_sta_info_init() argument 417 if (insert) in mesh_sta_info_init()
|
/linux-4.1.27/drivers/iommu/ |
D | intel_irq_remapping.c | 1272 int dmar_ir_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_ir_hotplug() argument 1284 if (insert) { in dmar_ir_hotplug()
|
D | dmar.c | 1958 static int dmar_device_hotplug(acpi_handle handle, bool insert) in dmar_device_hotplug() argument 1983 if (insert) in dmar_device_hotplug()
|
D | intel-iommu.c | 3882 int dmar_iommu_hotplug(struct dmar_drhd_unit *dmaru, bool insert) in dmar_iommu_hotplug() argument 3892 if (insert) { in dmar_iommu_hotplug()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | log-writes.txt | 8 able to take arbitrary data from userspace to insert into the log. The data
|
D | cache.txt | 11 This device-mapper solution allows us to insert this caching at
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | head_v10.S | 148 .dword 0xffffffff ; can be overwritten later to insert new code
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 160 o add a hook to insert failures
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.ivtv | 30 * Supports sliced VBI (closed captions and teletext) and is able to insert
|
D | Zoran | 275 <insert lousy disclaimer here>. In short: good=SiS/Intel, bad=VIA.
|
D | v4l2-framework.txt | 110 etc. If the name ends with a digit, then it will insert a dash: cx18-0,
|
/linux-4.1.27/Documentation/networking/ |
D | xfrm_sync.txt | 6 The end goal for syncing is to be able to insert attributes + generate
|
D | tuntap.txt | 57 insert the module by hand:
|
D | 6pack.txt | 97 kissattach.c file. At the top, insert the following lines:
|
D | z8530drv.txt | 60 and don't forget to insert a call of sccinit after that. It
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_tables.h | 251 int (*insert)(const struct nft_set *set, member
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 206 The operating system may insert additional mbus windows that do not conflict
|
/linux-4.1.27/fs/ |
D | exec.c | 74 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.1.27/arch/mn10300/kernel/ |
D | mn10300-serial.c | 590 goto insert; in mn10300_serial_receive_interrupt() 654 insert: in mn10300_serial_receive_interrupt()
|
/linux-4.1.27/Documentation/filesystems/ |
D | debugfs.txt | 125 another to insert a register block in the middle of another sequential
|
D | xfs-self-describing-metadata.txt | 180 modification made to the object, After this, we calculate the CRC and insert it
|
D | path-lookup.txt | 110 it in the new hash bucket. So what is done is to insert the dentry into the
|
D | f2fs.txt | 253 Otherwise, insert the f2fs.ko module.
|
D | xfs-delayed-logging-design.txt | 396 run transaction committed processing for the log items (i.e. insert into AIL
|
D | vfs.txt | 381 method must call d_add() to insert the found inode into the
|
/linux-4.1.27/Documentation/fb/ |
D | matroxfb.txt | 392 + 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.1.27/Documentation/blockdev/ |
D | floppy.txt | 136 re-insert the module.
|
/linux-4.1.27/fs/affs/ |
D | Changes | 197 - Fixed bug in add_entry(): When doing a sorted insert,
|
/linux-4.1.27/Documentation/arm/SA1100/ |
D | Assabet | 71 file transfers. You must insert it before RedBoot runs since it can't detect
|
/linux-4.1.27/Documentation/arm64/ |
D | booting.txt | 192 properties and insert them into the blob prior to kernel entry.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | gen_except.S | 361 bfins %d0,NMCEXC(%a1){#4:#4} |and insert them in nmcexc
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 95 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.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 262 After reboot with new kernel or insert the module, a device file named
|
/linux-4.1.27/Documentation/input/ |
D | joystick.txt | 478 insert/compile the module into your kernel:
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 143 by using a compiler feature to insert a small, 5-byte No-Operation
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 2334 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.1.27/Documentation/filesystems/caching/ |
D | netfs-api.txt | 868 cache has had a chance to insert a barrier in the operations queue. After
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 700 machine you insert a \cdrom, it will always appear at the same
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 292 can instead be used to directly insert such requests in the queue or preferably
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1015 The software must insert either a Data Synchronization Barrier (DSB)
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 1184 (scsi_register_device): New function to insert into this list.
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1183 format has been designed so it's relatively easy to "insert"
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 3556 KVM_EXIT_S390_STSI to allow user space to insert further data.
|