/linux-4.1.27/drivers/rtc/ |
D | rtc-ep93xx.c | 43 unsigned short *delete) in ep93xx_rtc_get_swcomp() argument 54 if (delete) in ep93xx_rtc_get_swcomp() 55 *delete = (comp & EP93XX_RTC_SWCOMP_DEL_MASK) in ep93xx_rtc_get_swcomp() 82 unsigned short preload, delete; in ep93xx_rtc_proc() local 84 ep93xx_rtc_get_swcomp(dev, &preload, &delete); in ep93xx_rtc_proc() 87 seq_printf(seq, "delete\t\t: %d\n", delete); in ep93xx_rtc_proc() 112 unsigned short delete; in ep93xx_rtc_show_comp_delete() local 114 ep93xx_rtc_get_swcomp(dev, NULL, &delete); in ep93xx_rtc_show_comp_delete() 116 return sprintf(buf, "%d\n", delete); in ep93xx_rtc_show_comp_delete()
|
/linux-4.1.27/Documentation/RCU/ |
D | rcuref.txt | 28 release_referenced() delete() 41 write_lock() in add() and delete() to spin_lock() and changing read_lock() 60 release_referenced() delete() 79 atomic_dec_and_test() may be moved from delete() to el_free() 93 } delete() 117 In cases where delete() can sleep, synchronize_rcu() can be called from 118 delete(), so that el_free() can be subsumed into delete as follows: 121 delete()
|
D | rculist_nulls.txt | 22 * Because a writer could delete object, and a writer could 117 a race (some writer did a delete and/or a move of an object
|
D | rcubarrier.txt | 22 pre-existing readers have completed. An updater wishing to delete an 34 structure. Code to delete an element p from the linked list from IRQ
|
D | UP.txt | 17 elements A, B, and C in process context, and can delete elements from
|
D | whatisRCU.txt | 753 1 int delete(long key) 1 int delete(long key) 783 delete() can now block. If this is a problem, there is a callback-based
|
/linux-4.1.27/tools/build/tests/ex/ |
D | Makefile | 20 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
/linux-4.1.27/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 16 delete table 17 delete lptable2 18 delete lptable1 19 delete lptable3 41 delete etable 42 delete gtable 43 delete atable 284 delete opnds
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_common.h | 12 unsigned int delete; member
|
/linux-4.1.27/Documentation/networking/ |
D | vxlan.txt | 32 # ip link delete vxlan0 44 # bridge fdb delete 00:17:42:8a:b4:05 dev vxlan0
|
D | alias.txt | 28 ~~~~~~~~~~ -> will delete alias
|
D | generic-hdlc.txt | 92 * create n | delete n - adds / deletes PVC interface with DLCI #n. 95 * create ether n | delete ether n - adds a device for Ethernet-bridged
|
D | decnet.txt | 22 CONFIG_DECNET_ROUTER (to be able to add/delete routes) 123 since its the _only_ way to add and delete routes currently. Eventually
|
D | filter.txt | 1119 - find and delete element by key in a given map 1123 - to delete map: close(fd) 1124 Exiting process will delete maps automatically
|
D | l2tp.txt | 157 is closed. The netlink API may also be used to delete sessions and
|
D | ip-sysctl.txt | 1495 it will dynamically delete all address on the given interface.
|
/linux-4.1.27/Documentation/filesystems/ |
D | exofs.txt | 150 them out of order. The operations that concern us are create, delete, 160 - create/delete: delete should wait until the object is created 175 - readpage/delete: shouldn't happen because of page lock. 176 - writepage/delete: shouldn't happen because of page lock.
|
D | hpfs.txt | 135 list, I don't know how to delete them when file is deleted and how to not 146 Sometimes you won't be able to delete some files on a very full filesystem 152 to delete other files that are leaf (probability that the file is non-leaf is 158 You can't delete open directories. 216 0.94 Fixed a little memory leak when trying to delete busy file or directory 258 You can now delete open files
|
D | hfs.txt | 61 o You can't create, delete or rename resource forks of files or the
|
D | xfs.txt | 90 When ikeep is specified, XFS does not delete empty inode
|
D | vfs.txt | 270 delete_inode: called when the VFS wants to delete an inode 995 dcache is deciding whether or not to cache it. Return 1 to delete 1090 d_delete: delete a dentry. If there are no other open references to
|
D | ramfs-rootfs-initramfs.txt | 120 rootfs, nor unmount it. Instead delete everything out of rootfs to
|
D | ntfs.txt | 163 remove them on rename/delete of the corresponding long
|
D | sharedsubtree.txt | 930 delete all the newly created trees.
|
/linux-4.1.27/drivers/staging/rtl8188eu/ |
D | TODO | 16 Perhaps delete it, perhaps assign to some local variable.
|
/linux-4.1.27/net/core/ |
D | flow.c | 79 fle->object->ops->delete(fle->object); in flow_entry_kill() 254 flo->ops->delete(flo); in flow_cache_lookup() 273 flo->ops->delete(flo); in flow_cache_lookup()
|
D | fib_rules.c | 156 if (ops->delete) in fib_rules_cleanup_ops() 157 ops->delete(rule); in fib_rules_cleanup_ops() 484 if (ops->delete) { in fib_nl_delrule() 485 err = ops->delete(rule); in fib_nl_delrule()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozcdev.c | 379 goto delete; in oz_cdev_register() 385 goto delete; in oz_cdev_register() 389 delete: in oz_cdev_register()
|
/linux-4.1.27/include/net/ |
D | fib_rules.h | 61 int (*delete)(struct fib_rule *); member
|
D | dn_fib.h | 83 int (*delete)(struct dn_fib_table *t, struct rtmsg *r, member
|
D | flow.h | 218 void (*delete)(struct flow_cache_object *); member
|
D | sch_generic.h | 166 int (*delete)(struct Qdisc *, unsigned long); member 226 int (*delete)(struct tcf_proto*, unsigned long); member
|
D | xfrm.h | 1585 struct xfrm_sec_ctx *ctx, int delete, 1588 u32 id, int delete, int *err);
|
/linux-4.1.27/Documentation/arm/Samsung/ |
D | clksrc-change-registers.awk | 84 delete ARGV[1]
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | msgbuf.c | 1322 struct msgbuf_tx_flowring_delete_req *delete; in brcmf_msgbuf_delete_flowring() local 1338 delete = (struct msgbuf_tx_flowring_delete_req *)ret_ptr; in brcmf_msgbuf_delete_flowring() 1342 delete->msg.msgtype = MSGBUF_TYPE_FLOW_RING_DELETE; in brcmf_msgbuf_delete_flowring() 1343 delete->msg.ifidx = ifidx; in brcmf_msgbuf_delete_flowring() 1344 delete->msg.request_id = 0; in brcmf_msgbuf_delete_flowring() 1346 delete->flow_ring_id = cpu_to_le16(flowid + in brcmf_msgbuf_delete_flowring() 1348 delete->reason = 0; in brcmf_msgbuf_delete_flowring()
|
/linux-4.1.27/fs/ocfs2/ |
D | refcounttree.h | 48 int delete);
|
D | refcounttree.c | 2240 int delete) in __ocfs2_decrease_refcount() argument 2250 (unsigned long long)cpos, len, delete); in __ocfs2_decrease_refcount() 2263 if (!delete) in __ocfs2_decrease_refcount() 2278 if (le32_to_cpu(rec.r_refcount) == 1 && delete) { in __ocfs2_decrease_refcount() 2304 int delete) in ocfs2_decrease_refcount() argument 2334 cpos, len, meta_ac, dealloc, delete); in ocfs2_decrease_refcount() 3225 int ret, delete, index, credits = 0; in ocfs2_make_clusters_writable() local 3283 delete = 0; in ocfs2_make_clusters_writable() 3295 delete = 1; in ocfs2_make_clusters_writable() 3320 &context->dealloc, delete); in ocfs2_make_clusters_writable()
|
D | ocfs2_trace.h | 979 unsigned int len, int delete), 980 TP_ARGS(owner, cpos, len, delete), 985 __field(int, delete) 991 __entry->delete = delete; 994 __entry->owner, __entry->cpos, __entry->len, __entry->delete)
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 530 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
/linux-4.1.27/arch/arm/configs/ |
D | simpad_defconfig | 17 …l),-(root) console=ttySA0 root=1f02 noinitrd mem=64M jffs2_orphaned_inodes=delete rootfstype=jffs2"
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | Makefile | 13 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float
|
/linux-4.1.27/Documentation/device-mapper/ |
D | kcopyd.txt | 43 kcopyd_client_destroy() to delete the kcopyd client, which will release the
|
D | thin-provisioning.txt | 333 delete <dev id>
|
/linux-4.1.27/scripts/gdb/linux/ |
D | symbols.py | 168 self.breakpoint.delete()
|
/linux-4.1.27/net/sched/ |
D | cls_cgroup.c | 215 .delete = cls_cgroup_delete,
|
D | cls_basic.c | 293 .delete = basic_delete,
|
D | cls_bpf.c | 479 .delete = cls_bpf_delete,
|
D | cls_fw.c | 420 .delete = fw_delete,
|
D | sch_dsmark.c | 476 .delete = dsmark_delete,
|
D | sch_drr.c | 489 .delete = drr_delete_class,
|
D | cls_api.c | 314 err = tp->ops->delete(tp, fh); in tc_ctl_tfilter()
|
D | cls_tcindex.c | 560 .delete = tcindex_delete,
|
D | cls_route.c | 656 .delete = route4_delete,
|
D | sch_atm.c | 658 .delete = atm_tc_delete,
|
D | cls_flow.c | 673 .delete = flow_delete,
|
D | sch_sfb.c | 688 .delete = sfb_delete,
|
D | cls_rsvp.h | 715 .delete = rsvp_delete,
|
D | sch_api.c | 1623 if (cops->delete) in tc_ctl_tclass() 1624 err = cops->delete(q, cl); in tc_ctl_tclass()
|
D | cls_u32.c | 1060 .delete = u32_delete,
|
D | sch_qfq.c | 1547 .delete = qfq_delete_class,
|
D | sch_htb.c | 1595 .delete = htb_delete,
|
D | sch_hfsc.c | 1710 .delete = hfsc_delete_class,
|
D | sch_cbq.c | 2025 .delete = cbq_delete,
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 28 You can delete the Makefile, object files and anything else that was
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-transport-srp | 1 What: /sys/class/srp_remote_ports/port-<h>:<n>/delete
|
/linux-4.1.27/include/linux/ |
D | efi.h | 753 u32 delete; member 767 u64 delete; member 783 void *delete; member
|
/linux-4.1.27/Documentation/scsi/ |
D | bnx2fc.txt | 17 eth0.1001-fcoe). Do not delete or disable these interfaces or FCoE operation
|
D | qlogicfas.txt | 26 can be a simple ctrl-alt-delete with a boot floppy, or by using
|
D | scsi_fc_transport.txt | 180 A "simple" delete interface to teardown a vport. A "<WWPN>:<WWNN>" 409 vport: Is vport to delete 411 When a request is made to delete a vport (via sgio/netlink, or via the 416 removal. If the LLDD delete request fails, the vport object will remain,
|
D | ChangeLog.megaraid_sas | 253 PD delete/ADD, LD add/delete from FW.
|
D | scsi_eh.txt | 51 just calls blk_complete_request() to delete the block layer timer and
|
D | ChangeLog.lpfc | 193 * Fixed panic in lpfc_probe_one(). Do not delete in a list 347 Moved rport delete to freenode - so rport tracks node.
|
D | scsi_mid_low_api.txt | 330 delete it).
|
/linux-4.1.27/Documentation/ |
D | SAK.txt | 86 delete these lines, but this may cause system management
|
D | ramoops.txt | 104 files is "dmesg-ramoops-N", where N is the record number in memory. To delete
|
D | email-clients.txt | 25 patch text untouched. For example, they should not modify or delete tabs
|
D | rbtree.txt | 12 to insert/access/delete nodes) and hash tables (which are not kept sorted to
|
D | assoc_array.txt | 532 (2) Simple delete. This involves just clearing an old matching leaf. The
|
D | kobject.txt | 397 If you need to do a two-stage delete of the kobject (say you are not
|
D | CodingStyle | 901 unused, delete it.)
|
D | SubmittingPatches | 179 delete it.
|
/linux-4.1.27/Documentation/cgroups/ |
D | memcg_test.txt | 73 (d) delete from swap cache. (remove from SwapCache) 190 create/delete following groups at random while jobs are running.
|
/linux-4.1.27/net/ipv4/ |
D | fib_rules.c | 317 .delete = fib4_rule_delete,
|
/linux-4.1.27/net/decnet/ |
D | dn_fib.c | 523 return tb->delete(tb, r, attrs, nlh, &NETLINK_CB(skb)); in dn_fib_rtm_delroute() 607 tb->delete(tb, &req.rtm, attrs, &req.nlh, NULL); in fib_magic()
|
D | dn_table.c | 869 t->delete = dn_fib_table_delete; in dn_fib_get_table()
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 273 .delete = xfrm_policy_flo_delete, 815 struct xfrm_sec_ctx *ctx, int delete, in xfrm_policy_bysel_ctx() argument 831 if (delete) { in xfrm_policy_bysel_ctx() 846 if (ret && delete) in xfrm_policy_bysel_ctx() 853 int dir, u32 id, int delete, int *err) in xfrm_policy_byid() argument 870 if (delete) { in xfrm_policy_byid() 885 if (ret && delete) in xfrm_policy_byid() 1554 .delete = xfrm_bundle_flo_delete,
|
D | xfrm_user.c | 1691 int delete; in xfrm_get_policy() local 1696 delete = nlh->nlmsg_type == XFRM_MSG_DELPOLICY; in xfrm_get_policy() 1707 xp = xfrm_policy_byid(net, mark, type, p->dir, p->index, delete, &err); in xfrm_get_policy() 1725 ctx, delete, &err); in xfrm_get_policy() 1731 if (!delete) { in xfrm_get_policy() 1756 if (delete && err == 0) in xfrm_get_policy()
|
/linux-4.1.27/Documentation/infiniband/ |
D | ipoib.txt | 27 Child interface create/delete can also be done using IPoIB's
|
/linux-4.1.27/Documentation/isdn/ |
D | README.concap | 95 - delete encapsulation protocol instance and free all its resources 113 /* delete encapsulation protocol instance and free all its resources.
|
D | README.diversion | 88 To add and delete rules the additional divertctrl program is needed. This
|
D | README.sc | 149 To remove the driver, delete any interfaces that may exist (see isdnctrl(8)
|
/linux-4.1.27/fs/ncpfs/ |
D | Kconfig | 41 bool "Clear remove/delete inhibit when needed"
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 91 Various fixes to make delete of open files behavior more predictable 92 (when delete of an open file fails we mark the file as "delete-on-close" 151 (e.g. delete for open files opened with posix open). Take into 400 do not get marked delete on close. Display sizes of cifs buffer pools in 603 slow delete of open file to Samba (which unfortunately can cause an oplock 711 Fix non-POSIX behavior on rename of open file and delete of open file by taking 791 Fix delete of readonly file to Windows servers. Reflect
|
D | README | 145 delete readonly = yes 173 Note that Samba 2.2.7 or later includes a fix that allows the CIFS VFS to delete 708 SMB responses to some of the more common commands (open, delete, mkdir etc.).
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 385 st->delete, in ct_cpu_seq_show()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | am335x-bone-common.dtsi | 238 * &tps { /delete-property/ ti,pmic-shutdown-controller; }
|
/linux-4.1.27/fs/reiserfs/ |
D | stree.c | 1063 int delete = 0; in prepare_for_delete_or_cut() local 1073 delete = 1; in prepare_for_delete_or_cut() 1093 if (!delete && (*cut_size) != 0 && in prepare_for_delete_or_cut()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_standalone.c | 326 st->delete, in ct_cpu_seq_show()
|
D | nf_conntrack_core.c | 318 NF_CT_STAT_INC(net, delete); in destroy_conntrack() 364 goto delete; in nf_ct_delete() 376 delete: in nf_ct_delete()
|
D | nf_conntrack_netlink.c | 1915 nla_put_be32(skb, CTA_STATS_DELETE, htonl(st->delete)) || in ctnetlink_ct_stat_cpu_fill_info()
|
D | Kconfig | 599 Using this target and match, you can add/delete and match
|
/linux-4.1.27/Documentation/i2c/ |
D | upgrading-clients | 197 to delete the i2c_detach_client call. It is possible that you
|
D | instantiating-devices | 216 respectively delete, an I2C device.
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.h | 214 unsigned bits, int wake, int delete,
|
D | extent_io.c | 573 unsigned bits, int wake, int delete, in clear_extent_bit() argument 590 if (delete) in clear_extent_bit()
|
D | inode.c | 4371 goto delete; in btrfs_truncate_inode_items() 4454 delete: in btrfs_truncate_inode_items()
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 242 to the graveyard from which the daemon will actually delete them. 244 The daemon uses dnotify to monitor the graveyard directory, and will delete
|
D | object.txt | 115 delete objects from disk, that handle disk and system errors and that free
|
/linux-4.1.27/Documentation/serial/ |
D | moxa-smartio | 209 add/delete one MOXA board. 223 Msmknod will delete any special files occupying the same device
|
/linux-4.1.27/ |
D | Makefile | 306 -Wno-missing-field-initializers -fno-delete-null-pointer-checks 612 KBUILD_CFLAGS += $(call cc-option,-fno-delete-null-pointer-checks,)
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 805 To delete a particular breakpoint issue 1672 delete: delete breakpoint by number or delete them all 1674 delete 1 will delete the first breakpoint 1675 delete will delete them all
|
D | driver-model.txt | 47 notify function under 1.2), piping 0 to online will forcibly delete
|
/linux-4.1.27/net/key/ |
D | af_key.c | 2591 int err = 0, delete; in pfkey_spdget() local 2603 delete = (hdr->sadb_msg_type == SADB_X_SPDDELETE2); in pfkey_spdget() 2605 dir, pol->sadb_x_policy_id, delete, &err); in pfkey_spdget() 2609 if (delete) { in pfkey_spdget() 2625 if (delete && err == 0) in pfkey_spdget()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_srp.c | 174 static DEVICE_ATTR(delete, S_IWUSR, NULL, store_srp_rport_delete);
|
D | scsi_sysfs.c | 683 static DEVICE_ATTR(delete, S_IWUSR, NULL, sdev_store_delete);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_inode.c | 2417 int delete; in xfs_ifree() local 2434 error = xfs_difree(tp, ip->i_ino, flist, &delete, &first_ino); in xfs_ifree() 2451 if (delete) in xfs_ifree()
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 82 delete page_allocs
|
D | ftrace.txt | 2777 To remove the instances, simply delete their directories:
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 762 To delete a directory hierarchy use: 768 This will delete the directory debian in the toplevel directory, including all 1082 2) kbuild knows what files to delete during "make clean" 1149 2) delete target during make clean
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 217 * delete it. 1027 DPRINT("Keyword: /delete-property/\n"); 1037 DPRINT("Keyword: /delete-node/\n");
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 323 to valid and may delete old drivers from its store.
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 236 devices, driver will automatically delete tunXX or tapXX device and
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 78 Say N to delete power /proc/acpi/ directories that have moved to /sys/
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 290 and notice the delete event.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 226 * delete it.
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 207 * delete it.
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 816 cutting, Speakup does not actually delete the cut text from the screen. 1458 and any sections Entitled "Dedications". You must delete all sections
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1184 properties or nodes or delete them by just memmoving things
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 397 o tunctl - Configuration tool to create and delete tap devices
|