/linux-4.4.14/tools/build/tests/ex/ |
H A D | Makefile | 23 find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
/linux-4.4.14/tools/build/ |
H A D | Makefile | 32 $(Q)find . -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
|
/linux-4.4.14/drivers/rtc/ |
H A D | rtc-ep93xx.c | 43 unsigned short *delete) ep93xx_rtc_get_swcomp() 54 if (delete) ep93xx_rtc_get_swcomp() 55 *delete = (comp & EP93XX_RTC_SWCOMP_DEL_MASK) ep93xx_rtc_get_swcomp() 82 unsigned short preload, delete; ep93xx_rtc_proc() local 84 ep93xx_rtc_get_swcomp(dev, &preload, &delete); ep93xx_rtc_proc() 87 seq_printf(seq, "delete\t\t: %d\n", delete); ep93xx_rtc_proc() 112 unsigned short delete; ep93xx_rtc_show_comp_delete() local 114 ep93xx_rtc_get_swcomp(dev, NULL, &delete); ep93xx_rtc_show_comp_delete() 116 return sprintf(buf, "%d\n", delete); ep93xx_rtc_show_comp_delete() 42 ep93xx_rtc_get_swcomp(struct device *dev, unsigned short *preload, unsigned short *delete) ep93xx_rtc_get_swcomp() argument
|
H A D | rtc-rs5c313.c | 32 * 1.10d Paul Gortmaker: delete paranoia check in rtc_exit
|
/linux-4.4.14/tools/include/linux/ |
H A D | list.h | 11 * @begin: first element in the range to delete from the list. 12 * @end: last element in the range to delete from the list.
|
/linux-4.4.14/include/linux/netfilter/ |
H A D | nf_conntrack_common.h | 12 unsigned int delete;
|
H A D | nf_conntrack_proto_gre.h | 87 /* delete keymap entries */
|
/linux-4.4.14/arch/x86/tools/ |
H A 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.4.14/tools/perf/util/intel-pt-decoder/ |
H A 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.4.14/tools/perf/util/ |
H A D | strfilter.h | 67 * strfilter__delete - delete a string filter 68 * @filter: String filter to delete
|
/linux-4.4.14/fs/btrfs/ |
H A D | ulist.c | 219 * ulist_del - delete one node from ulist 221 * @val: value to delete 222 * @aux: aux to delete 225 * Return 0 for successful delete. 240 /* Found and delete */ ulist_del()
|
H A D | delayed-inode.h | 79 struct list_head tree_list; /* used for batch insert/delete items */
|
H A D | root-tree.c | 288 "Failed to start trans to delete " btrfs_find_orphan_roots() 297 "Failed to delete root orphan " btrfs_find_orphan_roots()
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | lustre_peer.c | 68 /* delete all */ class_exit_uuidlist() 147 /* Delete the nids for one uuid if specified, otherwise delete all */ class_del_uuid() 169 CDEBUG(D_INFO, "Try to delete a non-existent uuid %s\n", uuid); class_del_uuid()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
H A D | p80211req.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211msg.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211ioctl.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211conv.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211metadef.h | 26 * and other provisions required by the GPL. If you do not delete
|
H A D | prism2mgmt.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211hdr.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211metastruct.h | 26 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211netdev.h | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211req.c | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | p80211wep.c | 27 * and other provisions required by the GPL. If you do not delete
|
H A D | prism2usb.c | 201 /* Now delete the CTLXs, because no-one else can now. */ prism2sta_disconnect_usb()
|
/linux-4.4.14/drivers/s390/char/ |
H A D | hmcdrv_ftp.h | 26 * @HMCDRV_FTP_DELETE: delete a file
|
H A D | hmcdrv_ftp.c | 72 {.str = "delete", /* [2] delete (CRC = 0x53ae) */ hmcdrv_ftp_cmd_getid()
|
/linux-4.4.14/drivers/isdn/divert/ |
H A D | divert_init.c | 76 deleterule(-1); /* delete all rules and free mem */ divert_exit()
|
H A D | isdn_divert.c | 64 del_timer(&cs->timer); /* delete active timer */ deflect_timer_expire() 72 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ deflect_timer_expire() 84 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ deflect_timer_expire() 230 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ deflect_extern_action() 243 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ deflect_extern_action() 258 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ deflect_extern_action() 315 /* delete the rule at position idx */ 482 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ isdn_divert_icall()
|
H A D | isdn_divert.h | 25 #define IIOCDELRULE _IO('I', 7) /* delete a rule */ 102 #define AUTODEL_TIME 30 /* timeout in s to delete internal entries */
|
H A D | divert_procfs.c | 64 /* delete old entrys */ put_info_buffer()
|
/linux-4.4.14/drivers/media/pci/zoran/ |
H A D | videocodec.c | 211 "videocodec: delete first\n"); videocodec_detach() 215 "videocodec: delete middle\n"); videocodec_detach() 303 "videocodec: delete first element\n"); videocodec_unregister() 307 "videocodec: delete middle element\n"); videocodec_unregister()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 208 * @app: APP to delete 231 * @app: APP to delete 278 * Find and delete all APPs that are not present in the passed 294 /* The APP is not available anymore delete it */ i40e_dcbnl_flush_apps()
|
/linux-4.4.14/drivers/acpi/acpica/ |
H A D | nsload.c | 115 * On error, delete any namespace objects created by this table. acpi_ns_load_table() 116 * We cannot initialize these objects, so delete them. There are acpi_ns_load_table() 141 * just-in-time parsing, we delete the control method acpi_ns_load_table() 285 /* Now delete the starting object, and we are done */ acpi_ns_delete_subtree()
|
H A D | uteval.c | 155 * Just delete the return object and return AE_OK. acpi_ut_evaluate_object() 173 /* On error exit, we must delete the return object */ acpi_ut_evaluate_object() 226 /* On exit, we must delete the return object */ acpi_ut_evaluate_numeric_object() 281 /* On exit, we must delete the return object */ acpi_ut_execute_STA()
|
H A D | psparse.c | 160 /* Make sure that we only delete this subtree */ acpi_ps_complete_this_op() 308 /* Now we can actually delete the subtree rooted at Op */ acpi_ps_complete_this_op() 628 * We have a valid return value, delete any implicit acpi_ps_parse_aml() 644 /* On error, delete any return object or implicit return */ acpi_ps_parse_aml() 670 /* Caller doesn't want it, must delete it */ acpi_ps_parse_aml() 677 /* Caller doesn't want it, must delete it */ acpi_ps_parse_aml()
|
H A D | utids.c | 122 /* On exit, we must delete the return object */ acpi_ut_execute_HID() 189 /* On exit, we must delete the return object */ acpi_ut_execute_SUB() 267 /* On exit, we must delete the return object */ acpi_ut_execute_UID() 413 /* On exit, we must delete the _CID return object */ acpi_ut_execute_CID() 502 /* On exit, we must delete the return object */ acpi_ut_execute_CLS()
|
H A D | dsutils.c | 65 * to delete "stale" return values (if enabled, the return value 111 * delete the previous return value. 227 * the parent opcode will not use the result, delete the object. acpi_ds_is_result_used() 237 /* Never delete the return value associated with a return opcode */ acpi_ds_is_result_used() 333 * this result. If not, delete the result now so that it will 768 * pop everything off of the operand stack and delete those acpi_ds_create_operands()
|
H A D | dscontrol.c | 255 /* Since we have a real Return(), delete any implicit return */ acpi_ds_exec_end_control_op() 288 /* Since we have a real Return(), delete any implicit return */ acpi_ds_exec_end_control_op() 369 /* Pop and delete control states until we find a while */ acpi_ds_exec_end_control_op()
|
H A D | nsalloc.c | 143 /* Now we can delete the node */ acpi_ns_delete_node() 160 * DESCRIPTION: Remove (unlink) and delete a namespace node 403 * Now delete all of the children of this parent acpi_ns_delete_namespace_subtree() 431 * specific ID. Used to delete entire ACPI tables. All
|
H A D | pswalk.c | 55 * PARAMETERS: subtree_root - Root of tree (or subtree) to delete
|
H A D | utcache.c | 149 * DESCRIPTION: Free all objects within the requested cache and delete the 167 /* Now we can delete the cache object */ acpi_os_delete_cache()
|
H A D | rsutils.c | 493 /* On exit, we must delete the object returned by evaluate_object */ acpi_rs_get_prt_method_data() 543 /* On exit, we must delete the object returned by evaluateObject */ acpi_rs_get_crs_method_data() 593 /* On exit, we must delete the object returned by evaluateObject */ acpi_rs_get_prs_method_data() 643 /* On exit, we must delete the object returned by evaluateObject */ acpi_rs_get_aei_method_data() 696 /* On exit, we must delete the object returned by evaluate_object */ acpi_rs_get_method_data()
|
H A D | dswstate.c | 396 * DESCRIPTION: Pop this walk's object stack and delete each object that is 419 /* Pop the stack and delete an object if present in this stack entry */ acpi_ds_obj_stack_pop_and_delete() 696 * PARAMETERS: walk_state - State to delete
|
H A D | hwpci.c | 192 /* Must delete the list before exit */ acpi_hw_build_pci_list() 207 /* Must delete the list before exit */ acpi_hw_build_pci_list()
|
H A D | utdelete.c | 88 * Must delete or free any pointers within the object that are not acpi_ut_delete_internal_obj() 448 /* Actually delete the object on a reference count of zero */ acpi_ut_update_ref_count() 752 * Decrement the reference count, and only actually delete the object acpi_ut_remove_reference()
|
H A D | nseval.c | 73 * flags - ACPI_IGNORE_RETURN_VALUE to delete return 301 /* If caller does not want the return value, delete it */ acpi_ns_evaluate()
|
/linux-4.4.14/fs/ext4/ |
H A D | truncate.h | 32 * like a regular file for ext4 to try to delete it. Things ext4_blocks_for_truncate()
|
H A D | ext4_jbd2.h | 87 /* Amount of blocks needed for quota insert/delete - we do some block writes 195 * ext4_journal_callback_del: delete a registered callback
|
/linux-4.4.14/sound/core/seq/ |
H A D | seq_prioq.h | 40 /* delete prioq (destructor) */
|
H A D | seq_ports.h | 107 /* delete a port */ 110 /* delete all ports */
|
H A D | seq_queue.h | 69 /* delete queues */ 76 /* delete queue (destructor) */
|
H A D | seq_fifo.h | 45 /* delete fifo (destructor) */
|
H A D | seq.c | 125 /* delete timing queues */ alsa_seq_exit()
|
H A D | seq_ports.c | 52 a new array, copy the corresponding pointers, and delete the old one. We 257 /* delete port data */ port_delete() 280 /* delete a port with the given port id */ snd_seq_delete_port() 290 /* ok found. delete from the list at first */ snd_seq_delete_port() 305 /* delete the all ports belonging to the given client */ snd_seq_delete_all_ports()
|
H A D | seq_queue.c | 141 /* delete queue (destructor) */ queue_delete() 172 /* delete all existing queues */ snd_seq_queues_delete() 203 /* delete a queue - queue must be owned by the client */ snd_seq_queue_delete() 585 * or delete this queue (for owned queue) 592 /* delete own queues from queue list */ snd_seq_queue_client_leave()
|
H A D | seq_timer.h | 64 /* delete timer (destructor) */
|
H A D | seq_midi.c | 260 /* delete given midi synth port */ snd_seq_midisynth_delete() 267 /* delete port */ snd_seq_midisynth_delete()
|
/linux-4.4.14/include/media/ |
H A D | v4l2-device.h | 134 Ignore any errors. Note that you cannot add or delete a subdev 153 return with that error code. Note that you cannot add or delete a 176 match them all). Ignore any errors. Note that you cannot add or delete 190 add or delete a subdev while walking the subdevs list. */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | ncp_mount.h | 19 #define NCP_MOUNT_STRONG 0x0004 /* enable delete/rename of r/o files */
|
H A D | nfs4_mount.h | 13 * WARNING! Do not delete or change the order of these fields. If
|
H A D | nfs_mount.h | 17 * WARNING! Do not delete or change the order of these fields. If
|
H A D | sockios.h | 29 #define SIOCDELRT 0x890C /* delete routing table entry */ 65 #define SIOCDIFADDR 0x8936 /* delete PA address */ 90 #define SIOCDARP 0x8953 /* delete ARP table entry */ 95 #define SIOCDRARP 0x8960 /* delete RARP table entry */
|
H A D | timex.h | 136 #define STA_DEL 0x0020 /* delete leap (rw) */ 159 #define TIME_DEL 2 /* delete leap second */
|
H A D | ip_vs.h | 299 IPVS_CMD_DEL_SERVICE, /* delete service */ 304 IPVS_CMD_DEL_DEST, /* delete destination */
|
/linux-4.4.14/arch/s390/boot/compressed/ |
H A D | Makefile | 13 KBUILD_CFLAGS += $(cflags-y) -fno-delete-null-pointer-checks -msoft-float
|
/linux-4.4.14/arch/x86/platform/intel-quark/ |
H A D | imr.c | 441 * __imr_remove_range - delete an Isolated Memory Region. 443 * This function allows you to delete an IMR by its index specified by reg or 446 * imr_remove_range(0, base, size); delete IMR at index 0 base/size ignored. 447 * imr_remove_range(-1, base, size); delete IMR from base to base+size. 536 * imr_remove_range - delete an Isolated Memory Region by address 538 * This function allows you to delete an IMR by an address range specified 540 * imr_remove_range(base, size); delete IMR from base to base+size. 555 * imr_clear - delete an Isolated Memory Region by index 557 * This function allows you to delete an IMR by an address range specified 560 * imr_ge(base, size); delete IMR from base to base+size.
|
/linux-4.4.14/fs/logfs/ |
H A D | dir.c | 25 * interrupted, we delete the inode. From a users point of view the 33 * And again, on the next mount, if we were interrupted, we delete the inode. 51 * interrupted, we delete the dentry. From a users point of view, the 60 * between steps 1 and 2, we delete both the dentry and the inode. If 61 * we get interrupted between steps 2 and 3, we delete just the inode. 252 printk(KERN_ERR"LOGFS: unable to delete inode\n"); logfs_unlink() 737 /* delete victim inode */ logfs_replay_journal() 739 printk(KERN_INFO"LogFS: delete unmapped inode #%llx\n", ino); logfs_replay_journal() 754 /* delete old dd from rename */ logfs_replay_journal() 757 printk(KERN_INFO"LogFS: delete unbacked dentry (%llx, %llx)\n", logfs_replay_journal()
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 737 u32 fw_delete; /* IT Nexus FW delete requests */ 738 u32 delete_comps; /* IT Nexus FW delete completions */ 739 u32 deletes; /* IT Nexus delete requests */ 1154 u32 sm_cr_del; /* created: delete events */ 1158 u32 sm_fwc_del; /* fw create: delete events */ 1163 u32 sm_on_del; /* online: delete events */ 1166 u32 sm_fwd_rsp; /* fw delete: fw responses */ 1167 u32 sm_fwd_del; /* fw delete: delete events */ 1168 u32 sm_fwd_hwf; /* fw delete: IOC down events */ 1169 u32 sm_fwd_unexp; /* fw delete: exception events*/ 1170 u32 sm_off_del; /* offline: delete events */ 1174 u32 sm_del_fwrsp; /* delete: fw responses */ 1175 u32 sm_del_hwf; /* delete: IOC down events */ 1176 u32 sm_del_unexp; /* delete: exception events */ 1177 u32 sm_delp_fwrsp; /* delete pend: fw responses */ 1178 u32 sm_delp_hwf; /* delete pend: IOC downs */ 1179 u32 sm_delp_unexp; /* delete pend: exceptions */ 1185 u32 sm_iocd_del; /* IOC down: delete events */
|
H A D | bfa_fcs.h | 38 BFA_LPS_SM_DELETE = 5, /* lps delete from user */ 206 struct bfa_wc_s wc; /* wait counter for delete */ 720 BFA_FCS_FABRIC_SM_DELETE = 2, /* delete from driver */ 751 RPSM_EVENT_DELETE = 7, /* RPORT delete request */ 781 BFA_FCS_ITNIM_SM_DELETE = 10, /* delete event from rport */ 782 BFA_FCS_ITNIM_SM_PRLO = 11, /* delete event from rport */
|
H A D | bfa_fcs.c | 714 * Fabric is being deleted, awaiting vport delete completions. 1092 * Delete all vports and wait for vport delete completions. 1150 * Initialize fabric delete completion handler. Fabric deletion is bfa_fcs_fabric_attach() 1151 * complete when the last vport delete is complete. bfa_fcs_fabric_attach()
|
/linux-4.4.14/fs/reiserfs/ |
H A D | lbalance.c | 817 * If del_bytes == -1, starting from position 'first' delete del_num 820 * If last_first == 0. Starting from position 'first' delete del_num-1 822 * del_bytes. Don't delete first item header 823 * If last_first == 1. Starting from position 'first+1' delete del_num-1 825 * del_bytes. Don't delete last item header. 839 "no so much items (%d) to delete (only %d)", first, leaf_delete_items() 852 /* delete del_num items beginning from item in position first */ leaf_delete_items() 857 * delete del_num-1 items beginning from leaf_delete_items() 863 * delete the part of the first item of the bh leaf_delete_items() 864 * do not delete item header leaf_delete_items() 872 * delete del_num-1 items beginning from leaf_delete_items() 891 * delete the part of the last item of the bh leaf_delete_items() 892 * do not delete item header leaf_delete_items() 1088 "10185: item contains not enough entries: entry_count = %d, from = %d, to delete = %d", leaf_cut_entries() 1239 /* delete del_num items from buffer starting from the first'th item */ leaf_delete_items_entirely() 1276 /* delete items */ leaf_delete_items_entirely() 1283 /* delete item headers */ leaf_delete_items_entirely()
|
H A D | do_balan.c | 121 * delete one directory entry at a time. balance_leaf_when_delete_cut() 231 * Balance leaf node in case of delete or cut: insert_size[0] < 0 1384 * @flag: i - insert, d - delete, c - cut, p - paste (see do_balance) 1777 * we delete a maximum of two nodes per level per balancing: we never 1778 * delete R, when we delete two of three nodes L, S, R then we move 1781 * we only delete L if we are deleting two nodes, if we delete only 1782 * one node we delete S 1806 /* do not delete, just comment it out */ do_balance_starts() 1846 * @flag: 'i' - insert, 'd' - delete, 'c' - cut, 'p' paste 1848 * Cut means delete part of an item (includes removing an entry from a 1851 * Delete means delete whole item.
|
H A D | ibalance.c | 276 /* delete n node pointers and items starting from given position */ internal_delete_childs() 284 * delete n pointers starting from `from' position in CUR; internal_delete_childs() 285 * delete n keys starting from 'i_from' position in CUR; internal_delete_childs() 391 * last_first == FIRST_TO_LAST means, that we copy/delete first items from src. 392 * last_first == LAST_TO_FIRST means, that we copy/delete last items from src. 409 * delete cpy_num - del_par pointers and keys starting for internal_move_pointers_items() 642 /* delete child-node-pointer(s) together with their left item(s) */ balance_internal_when_delete()
|
H A D | stree.c | 930 /* prepare for delete or cut of direct item */ prepare_for_direct_item() 1027 /* MAX_KEY_OFFSET in case of delete. */ prepare_for_delete_or_cut() 1063 int delete = 0; prepare_for_delete_or_cut() local 1073 delete = 1; prepare_for_delete_or_cut() 1093 if (!delete && (*cut_size) != 0 && prepare_for_delete_or_cut() 1159 * return EMPTY_DIR_SIZE; We delete emty directories only. calc_deleted_bytes_number() 1407 "to delete %K", &cpu_key); reiserfs_delete_solid_item() 1467 "could not delete %K due to fix_nodes failure", reiserfs_delete_solid_item() 1576 * pointer being converted. Therefore we have to delete inserted 1620 /* (Truncate or cut entry) or delete object item. Returns < 0 on failure */ reiserfs_cut_from_item() 1939 * are we doing a full truncate or delete, if so reiserfs_do_truncate() 1953 /* Cut or delete file item. */ reiserfs_do_truncate()
|
H A D | tail_conversion.c | 79 set_ih_free_space(&ind_ih, 0); /* delete at nearest future */ direct2indirect() 105 * and delete them. direct2indirect()
|
/linux-4.4.14/drivers/staging/rtl8712/ |
H A D | rtl8712_cmd.h | 111 /* To do, modify these h2c cmd, add or delete */ 224 /* To do, modify these h2c cmd, add or delete */
|
/linux-4.4.14/drivers/media/usb/as102/ |
H A D | as10x_cmd_stream.c | 78 * as10x_cmd_del_PID_filter - Send delete filter command to AS10x 80 * @pid_value: PID to delete
|
/linux-4.4.14/net/6lowpan/ |
H A D | nhc.h | 131 * lowpan_nhc_del - delete a next header compression from framework 133 * @nhc: nhc which should be delete.
|
/linux-4.4.14/net/dsa/ |
H A D | tag_edsa.c | 131 * tag and delete the ethertype part. If the 'tagged' bit is edsa_rcv() 132 * clear, delete the ethertype and the DSA tag parts. edsa_rcv()
|
H A D | tag_dsa.c | 119 * delete the DSA header entirely. dsa_rcv()
|
/linux-4.4.14/include/linux/ |
H A D | rculist_bl.h | 28 * @n: the element to delete from the hash list. 56 * @n: the element to delete from the hash list.
|
H A D | rculist_nulls.h | 14 * @n: the element to delete from the hash list. 48 * @n: the element to delete from the hash list.
|
H A D | shrinker.h | 61 /* objs pending delete, per node */
|
H A D | llist.h | 184 * llist_del_all - delete all entries from lock-less list 185 * @head: the head of lock-less list to delete all entries 187 * If list is empty, return NULL, otherwise, delete all entries and
|
H A D | if_pppox.h | 85 extern void pppox_unbind_sock(struct sock *sk);/* delete ppp-channel binding */
|
H A D | concap.h | 71 /* delete encapsulation protocol instance and free all its resources.
|
H A D | nfs_iostat.h | 85 * silly renames due to close-after-delete, and operations that
|
H A D | rculist.h | 107 * @entry: the element to delete from the list. 137 * @n: the element to delete from the hash list. 323 * @n: the element to delete from the hash list.
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
H A D | hermes_dld.h | 21 * other provisions required by the GPL. If you do not delete the
|
H A D | orinoco_nortel.c | 35 * other provisions required by the GPL. If you do not delete the
|
H A D | orinoco_pci.c | 39 * other provisions required by the GPL. If you do not delete the
|
H A D | orinoco_tmd.c | 26 * other provisions required by the GPL. If you do not delete the
|
/linux-4.4.14/fs/lockd/ |
H A D | svcshare.c | 89 * Traverse all shares for a given file, and delete
|
/linux-4.4.14/lib/ |
H A D | list_debug.c | 71 * @entry: the element to delete from the list.
|
H A D | llist.c | 52 * llist_del_first - delete the first entry of lock-less list
|
/linux-4.4.14/net/batman-adv/ |
H A D | hard-interface.h | 43 * @BATADV_IF_CLEANUP_KEEP: Don't automatically delete soft-interface
|
H A D | send.c | 616 * we delete only packets belonging to the given interface batadv_purge_outstanding_packets() 626 * delete the item from the list batadv_purge_outstanding_packets() 646 * we delete only packets belonging to the given interface batadv_purge_outstanding_packets() 656 * delete the item from the list batadv_purge_outstanding_packets()
|
H A D | fragmentation.c | 44 * batadv_frag_clear_chain - delete entries in the fragment buffer chain 173 /* Select entry in the "chain table" and delete any prior fragments batadv_frag_insert_packet()
|
/linux-4.4.14/include/net/ |
H A D | fib_rules.h | 63 int (*delete)(struct fib_rule *);
|
H A D | dn_fib.h | 83 int (*delete)(struct dn_fib_table *t, struct rtmsg *r,
|
/linux-4.4.14/include/linux/mtd/ |
H A D | ftl.h | 26 * other provisions required by the GPL. If you do not delete the
|
/linux-4.4.14/arch/mn10300/include/asm/ |
H A D | rwlock.h | 13 * 13-Nov-2006 MEI Temporarily delete lock functions for SMP support.
|
/linux-4.4.14/Documentation/arm/Samsung/ |
H A D | clksrc-change-registers.awk | 84 delete ARGV[1]
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.c | 196 /* desired rq changed for the flow, we need to delete enic_rx_flow_steer() 199 * The moment we delete the fltr, the upcoming pkts enic_rx_flow_steer() 230 * enic_flow_may_expire() will try to delete it later. enic_rx_flow_steer()
|
/linux-4.4.14/fs/jfs/ |
H A D | jfs_txnmgr.h | 83 #define COMMIT_DELETE 0x0100 /* inode delete */ 146 #define tlckREMOVE 0x0002 /* file delete */ 149 #define tlckENTRY 0x0001 /* directory insert/delete */
|
/linux-4.4.14/samples/bpf/ |
H A D | test_maps.c | 78 /* delete both elements */ test_hashmap_sanity() 138 /* delete shouldn't succeed */ test_arraymap_sanity() 273 /* now let's delete all elemenets in parallel */ test_map_parallel()
|
/linux-4.4.14/sound/soc/intel/skylake/ |
H A D | skl-messages.c | 828 * pause the pipeline first and then delete it 829 * The pipe delete is done by sending delete pipeline IPC. DSP will stop the 848 /* If pipe was not created in FW, do not try to delete it */ skl_delete_pipe() 854 dev_err(ctx->dev, "Failed to delete pipeline\n"); skl_delete_pipe() 871 /* If pipe was not created in FW, do not try to pause or delete */ skl_run_pipe() 905 /* If pipe was not created in FW, do not try to pause or delete */ skl_stop_pipe()
|
/linux-4.4.14/drivers/isdn/hysdn/ |
H A D | hysdn_proclog.c | 47 int volatile del_lock; /* lock for delete operations */ 132 /* delete old entrys */ put_log_buffer() 271 if (pd->if_used <= 0) /* delete buffers if last file closed */ hysdn_log_close()
|
H A D | hysdn_defs.h | 262 extern int hysdn_net_release(hysdn_card *); /* delete the device */ 272 extern int hycapi_capi_release(hysdn_card *); /* delete the device */
|
/linux-4.4.14/net/core/ |
H A D | flow.c | 79 fle->object->ops->delete(fle->object); flow_entry_kill() 254 flo->ops->delete(flo); flow_cache_lookup() 273 flo->ops->delete(flo); flow_cache_lookup()
|
H A D | dev_addr_lists.c | 414 * @addr: address to delete 505 * @addr: address to delete 721 * @addr: address to delete 735 * @addr: address to delete
|
H A D | fib_rules.c | 156 if (ops->delete) fib_rules_cleanup_ops() 157 ops->delete(rule); fib_rules_cleanup_ops() 494 if (ops->delete) { fib_nl_delrule() 495 err = ops->delete(rule); fib_nl_delrule()
|
/linux-4.4.14/sound/core/seq/oss/ |
H A D | seq_oss_init.c | 166 * delete OSS sequencer client 344 * delete ALSA port 391 pr_err("ALSA: seq_oss: unable to delete queue %d (%d)\n", queue, rc); delete_seq_queue()
|
H A D | seq_oss_writeq.c | 62 * delete the write queue
|
H A D | seq_oss_device.h | 117 /* create/delete OSS sequencer client */
|
H A D | seq_oss_readq.c | 72 * delete the read queue
|
H A D | seq_oss_timer.c | 67 * delete timer.
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
H A D | vbuschannel.h | 38 /* Must increment this whenever you insert or delete fields within this channel
|
/linux-4.4.14/drivers/staging/lustre/include/linux/lnet/ |
H A D | lnetst.h | 58 #define LSTIO_GROUP_DEL 0xC13 /* delete group */ 64 #define LSTIO_BATCH_DEL 0xC23 /* delete batch */ 264 /* delete a session */ 311 #define LST_GROUP_RMND 3 /* delete nodes from the group */
|
/linux-4.4.14/drivers/pci/ |
H A D | remove.c | 107 * For each device we remove, delete the device structure from the
|
/linux-4.4.14/drivers/pcmcia/ |
H A D | sa1100_generic.c | 27 and other provisions required by the GPL. If you do not delete
|
H A D | cirrus.h | 25 * other provisions required by the GPL. If you do not delete the
|
H A D | i82365.h | 25 * other provisions required by the GPL. If you do not delete the
|
H A D | sa11xx_base.h | 27 and other provisions required by the GPL. If you do not delete
|
H A D | topic.h | 25 * other provisions required by the GPL. If you do not delete the
|
H A D | vg468.h | 25 * other provisions required by the GPL. If you do not delete the
|
/linux-4.4.14/fs/hostfs/ |
H A D | hostfs.h | 35 * notify_change() will delete those flags, make sure attr->ia_valid & ATTR_MODE
|
/linux-4.4.14/scripts/ |
H A D | headers_check.pl | 137 delete $import_stack{$import_path};
|
H A D | link-vmlinux.sh | 251 # We made a new kernel - delete old version file
|
/linux-4.4.14/fs/afs/ |
H A D | afs_vl.h | 33 AFSVL_ENTDELETED = 363526, /* Entry is deleted (soft delete) */
|
H A D | afs.h | 98 #define AFS_ACE_DELETE 0x00000010U /* - permission to delete a dirent from a dir */
|
/linux-4.4.14/fs/ocfs2/ |
H A D | refcounttree.h | 48 int delete);
|
/linux-4.4.14/include/net/netns/ |
H A D | sctp.h | 26 * the system by catching address add/delete events.
|
/linux-4.4.14/arch/powerpc/boot/ |
H A D | serial.c | 50 /* Test for backspace/delete */ serial_edit_cmdline()
|
/linux-4.4.14/fs/nilfs2/ |
H A D | btnode.c | 136 * nilfs_btnode_delete - delete B-tree node buffer 139 * nilfs_btnode_delete() invalidates the specified buffer and delete the page
|
H A D | alloc.c | 243 * nilfs_palloc_delete_block - delete a block on the persistent allocator file 301 * nilfs_palloc_delete_bitmap_block - delete a bitmap block 335 * nilfs_palloc_delete_entry_block - delete an entry block 822 "failed to delete block of entry %llu: ino=%lu, err=%d\n", nilfs_palloc_freev() 841 "failed to delete bitmap block of group %lu: ino=%lu, err=%d\n", nilfs_palloc_freev()
|
/linux-4.4.14/scripts/dtc/ |
H A D | fdtput.c | 315 * - delete property main() 316 * - delete node (optionally recursively) main()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc_vport.c | 228 * delete relative to discovery activities. The 578 "1812 vport_delete failed: Cannot delete " lpfc_vport_delete() 587 "1837 vport_delete failed: Cannot delete " lpfc_vport_delete() 615 * reference for outstanding I/O requests we schedule during delete lpfc_vport_delete() 698 "delete objects on fabric\n"); lpfc_vport_delete()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | 11n.c | 102 * This function handles the command response of delete a block 153 * the response success status and taking actions accordingly (delete the 463 * pointer before trying to delete. 623 * This function sends a delete BA request to the given TID/RA pair. 675 * This function handles the command response of a delete BA request.
|
H A D | 11n.h | 139 * This function finds the correct Tx BA stream to delete.
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
H A D | nf_tables.h | 71 * @NFT_MSG_DELTABLE: delete a table (enum nft_table_attributes) 74 * @NFT_MSG_DELCHAIN: delete a chain (enum nft_chain_attributes) 77 * @NFT_MSG_DELRULE: delete a rule (enum nft_rule_attributes) 80 * @NFT_MSG_DELSET: delete a set (enum nft_set_attributes) 83 * @NFT_MSG_DELSETELEM: delete a set element (enum nft_set_elem_attributes)
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | msgbuf.c | 1317 struct msgbuf_tx_flowring_delete_req *delete; brcmf_msgbuf_delete_flowring() local 1333 delete = (struct msgbuf_tx_flowring_delete_req *)ret_ptr; brcmf_msgbuf_delete_flowring() 1337 delete->msg.msgtype = MSGBUF_TYPE_FLOW_RING_DELETE; brcmf_msgbuf_delete_flowring() 1338 delete->msg.ifidx = ifidx; brcmf_msgbuf_delete_flowring() 1339 delete->msg.request_id = 0; brcmf_msgbuf_delete_flowring() 1341 delete->flow_ring_id = cpu_to_le16(flowid + brcmf_msgbuf_delete_flowring() 1343 delete->reason = 0; brcmf_msgbuf_delete_flowring()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
H A D | lovsub_lock.c | 334 * see cl_lock_{cancel,delete}() preconditions. lovsub_lock_delete_one() 351 * -> cl_lock_cancel/delete lovsub_lock_delete_one() 378 * invoked in "bottom-to-top" delete, when lock destruction starts from the
|
/linux-4.4.14/fs/nfs/ |
H A D | unlink.c | 197 /* Deferred delete */ nfs_call_unlink() 295 * @dentry: dentry to delete 553 * dangerous to delete the file while it's in use. nfs_sillyrename()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | fdomain_stub.c | 28 and other provisions required by the GPL. If you do not delete
|
H A D | aha152x_stub.c | 31 and other provisions required by the GPL. If you do not delete
|
H A D | qlogic_stub.c | 28 and other provisions required by the GPL. If you do not delete
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 134 * or delete, please make sure this is synchronized with the qla2x00_mark_vp_devices_dead() 135 * delete thread. qla2x00_mark_vp_devices_dead() 607 "Couldn't delete req que %d.\n", qla25xx_delete_queues() 621 "Couldn't delete rsp que %d.\n", qla25xx_delete_queues()
|
/linux-4.4.14/drivers/s390/block/ |
H A D | dasd_genhd.c | 139 * Remove all inodes in the system for a device, delete the
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | elsa_cs.c | 32 and other provisions required by the GPL. If you do not delete
|
H A D | sedlbauer_cs.c | 32 and other provisions required by the GPL. If you do not delete
|
/linux-4.4.14/drivers/media/pci/mantis/ |
H A D | mantis_core.c | 172 dprintk(verbose, MANTIS_ERROR, 1, "I2C adapter delete.. failed"); mantis_core_exit()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 117 * @entry: the element to delete from the list. 156 * @entry: the element to delete from the list. 165 * list_move - delete from one list and add as another's head 176 * list_move_tail - delete from one list and add as another's tail
|
/linux-4.4.14/drivers/parport/ |
H A D | parport_cs.c | 31 and other provisions required by the GPL. If you do not delete
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | response_manager.h | 44 /** List structure to add delete pending entries to */
|
/linux-4.4.14/fs/nfs/blocklayout/ |
H A D | blocklayout.h | 158 #define BL_DEVICE_UMOUNT 0x0 /* Umount--delete devices */
|
/linux-4.4.14/net/sched/ |
H A D | cls_cgroup.c | 196 .delete = cls_cgroup_delete,
|
H A D | cls_api.c | 119 /* Add/change/delete/get a filter node */ 314 err = tp->ops->delete(tp, fh); tc_ctl_tfilter()
|
/linux-4.4.14/scripts/gdb/linux/ |
H A D | symbols.py | 167 self.breakpoint.delete()
|
/linux-4.4.14/scripts/kconfig/ |
H A D | list.h | 121 * @entry: the element to delete from the list.
|
/linux-4.4.14/security/integrity/ |
H A D | integrity.h | 118 /* rbtree tree calls to lookup, insert, delete
|
/linux-4.4.14/kernel/bpf/ |
H A D | helpers.c | 25 * lookup/update/delete, therefore eBPF programs must run under rcu lock
|
/linux-4.4.14/fs/sysfs/ |
H A D | symlink.c | 118 * to successfully delete symlinks in tagged directories.
|
/linux-4.4.14/net/openvswitch/ |
H A D | vport-netdev.c | 184 * underlying netdev deregistration; delete the link only ovs_netdev_tunnel_destroy()
|
H A D | vport.c | 255 * ovs_vport_del - delete existing vport device 257 * @vport: vport to delete.
|
/linux-4.4.14/sound/ppc/ |
H A D | keywest.c | 81 * Let i2c-core delete that device on driver removal. keywest_attach_adapter()
|
/linux-4.4.14/drivers/xen/ |
H A D | pci.c | 197 (action == BUS_NOTIFY_DEL_DEVICE ? "delete" : "?")); xen_pci_notifier()
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
H A D | list.h | 81 * @entry: the element to delete from the list.
|
/linux-4.4.14/scripts/dtc/libfdt/ |
H A D | libfdt.h | 1161 * This function will delete data from the reservation table and will 1189 * This function may insert or delete data from the blob, and will 1215 * This function may insert or delete data from the blob, and will 1246 * This function may insert or delete data from the blob, and will 1281 * This function may insert or delete data from the blob, and will 1327 * This function may insert or delete data from the blob, and will 1488 * fdt_delprop - delete a property 1493 * fdt_del_property() will delete the given property. 1495 * This function will delete data from the blob, and will therefore 1558 * fdt_del_node - delete a node (subtree) 1565 * This function will delete data from the blob, and will therefore
|
/linux-4.4.14/drivers/nvdimm/ |
H A D | namespace_devs.c | 358 /* delete allocation */; nd_namespace_label_update() 368 /* delete allocation */; nd_namespace_label_update() 438 nd_dbg_dpa(nd_region, ndd, res, "delete %d\n", rc); scan_free() 471 * allocation delete it and find the 'new' last allocation in the label 928 * Try to delete the namespace if we deleted all of its __size_store() 971 /* setting size zero == 'delete namespace' */ size_store() 1069 * without losing the old namespace. Userspace must delete this namespace_update_uuid() 1080 * FIXME: can we delete uuid with zero dpa allocated? namespace_update_uuid()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | ioctl.c | 152 nvif_ioctl(object, "delete size %d\n", size); nvkm_ioctl_del() 154 nvif_ioctl(object, "delete\n"); nvkm_ioctl_del()
|
/linux-4.4.14/net/ipv4/netfilter/ |
H A D | nf_conntrack_l3proto_ipv4_compat.c | 373 seq_printf(seq, "entries searched found new invalid ignore delete delete_list insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n"); ct_cpu_seq_show() 385 st->delete, ct_cpu_seq_show()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | imx2_wdt.c | 181 /* delete the timer that pings the watchdog after close */ imx2_wdt_start() 337 * We are running, we need to delete the timer but will imx2_wdt_shutdown()
|
/linux-4.4.14/fs/cachefiles/ |
H A D | namei.c | 261 * delete an object representation from the cache 264 * delete 410 * delete an object representation from the cache 599 * check its attributes and delete it if it's out of date */ cachefiles_walk_to_object() 605 /* delete the object (the deleter drops the directory cachefiles_walk_to_object() 698 _debug("delete error %d", ret); cachefiles_walk_to_object()
|
/linux-4.4.14/fs/ncpfs/ |
H A D | dir.c | 214 /* try to delete a readonly file (NW R bit set) */ 235 /* now try again the delete operation */ ncp_force_unlink() 238 if (res) /* delete failed, set R bit again */ ncp_force_unlink() 1031 case 0x85: /* unauthorized to delete file */ ncp_rmdir() 1032 case 0x8A: /* unauthorized to delete file */ ncp_rmdir()
|
/linux-4.4.14/drivers/firmware/efi/ |
H A D | vars.c | 572 * __efivar_entry_delete - delete an EFI variable 573 * @entry: entry containing EFI variable to delete 602 * efivar_entry_delete - delete variable and remove entry from list 603 * @entry: entry containing variable to delete 942 * list (in the case of an authenticated delete). efivar_entry_set_get_size()
|
/linux-4.4.14/fs/jffs2/ |
H A D | dir.c | 385 /* Argh. Now we treat it like a normal delete */ jffs2_symlink() 529 /* Argh. Now we treat it like a normal delete */ jffs2_mkdir() 699 /* Argh. Now we treat it like a normal delete */ jffs2_mknod()
|
H A D | build.c | 302 We don't delete the inocache from the hash list and free it yet. jffs2_build_remove_unlinked_inode() 312 buggered once we stop allowing people to delete stuff jffs2_calc_trigger_levels()
|
/linux-4.4.14/net/netfilter/ |
H A D | nf_nat_core.c | 547 * will delete entry from already-freed table. nf_nat_proto_clean() 560 /* don't delete conntrack. Although that would make things a lot nf_nat_proto_clean() 635 /* No one stores the protocol anywhere; simply delete it. */ nf_nat_l4proto_unregister()
|
H A D | nf_conntrack_expect.c | 129 /* If an expectation for this connection is found, it gets delete from 187 /* delete all expectations for this conntrack */ nf_ct_remove_expectations()
|
H A D | nf_conntrack_standalone.c | 343 seq_printf(seq, "entries searched found new invalid ignore delete delete_list insert insert_failed drop early_drop icmp_error expect_new expect_create expect_delete search_restart\n"); ct_cpu_seq_show() 355 st->delete, ct_cpu_seq_show()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_ipp.c | 671 * stop operations want to delete all event list. ipp_put_event() 672 * another case delete only same buf id. ipp_put_event() 675 /* delete list */ ipp_put_event() 683 /* delete list */ ipp_put_event() 711 /* delete list */ ipp_clean_cmd_node() 880 /* delete list */ ipp_clean_queue_buf()
|
/linux-4.4.14/drivers/staging/speakup/ |
H A D | i18n.c | 212 [MSG_KEYNAME_DEL] = "delete", 247 [MSG_KEYNAME_DELFILE] = "delete file",
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | rw26.c | 99 "delete", vmpage); ll_invalidatepage() 102 "delete", vmpage); ll_invalidatepage()
|
/linux-4.4.14/drivers/scsi/isci/ |
H A D | remote_device.h | 101 /* XXX unify with device reference counting and delete */ 305 /* XXX delete this voodoo when converting to the top-level device sci_remote_device_decrement_request_count()
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
H A D | um_idi.c | 166 Cleanup this adapter and cleanup/delete all entities assigned 187 Cleanup, but NOT delete this entity
|
/linux-4.4.14/drivers/md/persistent-data/ |
H A D | dm-btree-remove.c | 39 * ==> delete node adding it's contents to left and right 50 * for internal nodes. Or delete the entry for leaf nodes.
|
/linux-4.4.14/fs/hfsplus/ |
H A D | dir.c | 456 /* Try to delete anyway without error analysis. */ hfsplus_symlink() 497 /* Try to delete anyway without error analysis. */ hfsplus_mknod()
|
/linux-4.4.14/mm/ |
H A D | mmu_notifier.c | 372 * can delete it before we hold the lock. mmu_notifier_unregister() 399 * can delete it before we hold the lock. mmu_notifier_unregister_no_release()
|
/linux-4.4.14/include/linux/netfilter/ipset/ |
H A D | ip_set.h | 155 * zero for no match/success to add/delete 163 * zero for no match/success to add/delete
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-probe.c | 448 OPT_CALLBACK('d', "del", NULL, "[GROUP:]EVENT", "delete a probe event.", __cmd_probe() 601 pr_err_with_code(" Error: Failed to delete events.", ret); __cmd_probe()
|
/linux-4.4.14/net/xfrm/ |
H A D | xfrm_policy.c | 275 .delete = xfrm_policy_flo_delete, 816 struct xfrm_sec_ctx *ctx, int delete, xfrm_policy_bysel_ctx() 832 if (delete) { hlist_for_each_entry() 847 if (ret && delete) 854 int dir, u32 id, int delete, int *err) xfrm_policy_byid() 871 if (delete) { hlist_for_each_entry() 886 if (ret && delete) 1333 * allowed to delete or replace socket policy. xfrm_sk_policy_insert() 1575 .delete = xfrm_bundle_flo_delete, 3142 audit_buf = xfrm_audit_start("SPD-delete"); xfrm_audit_policy_delete() 3354 /* Stage 4 - delete old state(s) */ xfrm_migrate() 814 xfrm_policy_bysel_ctx(struct net *net, u32 mark, u8 type, int dir, struct xfrm_selector *sel, struct xfrm_sec_ctx *ctx, int delete, int *err) xfrm_policy_bysel_ctx() argument 853 xfrm_policy_byid(struct net *net, u32 mark, u8 type, int dir, u32 id, int delete, int *err) xfrm_policy_byid() argument
|
/linux-4.4.14/drivers/usb/host/whci/ |
H A D | hcd.c | 169 * Wait for all URBs to the endpoint to be completed, then delete the
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
H A D | ni_atmio.c | 75 320889a.pdf delete
|
/linux-4.4.14/drivers/macintosh/ |
H A D | adbhid.c | 372 /* Emulate Fn+delete = forward delete */ adbhid_input_keycode() 382 /* Emulate Fn+delete = forward delete */ adbhid_input_keycode()
|
/linux-4.4.14/drivers/net/appletalk/ |
H A D | ipddp.c | 223 * Delete a route, we only delete a FULL match.
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | w90p910_ts.c | 211 /* Now that interrupts are shut off we can safely delete timer */ w90p910_close()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | mr.c | 124 mlx5_core_warn(dev, "failed radix tree delete of mr 0x%x\n", mlx5_core_destroy_mkey()
|