| /linux-4.4.14/fs/ubifs/ |
| D | lprops.c | 42 return lprops->free; in get_heap_comp_val() 44 return lprops->free + lprops->dirty; in get_heap_comp_val() 416 if (lprops->free == c->leb_size) { in ubifs_categorize_lprops() 421 if (lprops->free + lprops->dirty == c->leb_size) { in ubifs_categorize_lprops() 429 if (lprops->dirty + lprops->free >= c->min_idx_node_sz) in ubifs_categorize_lprops() 433 lprops->dirty > lprops->free) in ubifs_categorize_lprops() 435 if (lprops->free > 0) in ubifs_categorize_lprops() 536 int free, int dirty, int flags, in ubifs_change_lp() argument 546 lprops->lnum, free, dirty, flags); in ubifs_change_lp() 558 ubifs_assert(free == LPROPS_NC || free >= 0); in ubifs_change_lp() [all …]
|
| D | find.c | 66 if (lprops->free + lprops->dirty >= c->dark_wm) in valuable() 108 if (lprops->free + lprops->dirty < data->min_space) in scan_for_dirty_cb() 114 if (lprops->free + lprops->dirty == c->leb_size) { in scan_for_dirty_cb() 149 if (lprops->free + lprops->dirty < min_space) in scan_for_dirty() 165 if (lprops->free + lprops->dirty < min_space) in scan_for_dirty() 192 ubifs_assert(lprops->free + lprops->dirty >= min_space); in scan_for_dirty() 195 lprops->free + lprops->dirty == c->leb_size)); in scan_for_dirty() 289 sum = idx_lp->free + idx_lp->dirty; in ubifs_find_dirty_leb() 306 if (lp->dirty + lp->free < min_space) in ubifs_find_dirty_leb() 312 if (idx_lp->free + idx_lp->dirty >= lp->free + lp->dirty) in ubifs_find_dirty_leb() [all …]
|
| D | replay.c | 84 int free; member 111 if (b->bud->start == 0 && (lp->free != c->leb_size || lp->dirty != 0)) { in set_bud_lprops() 132 lp->free, lp->dirty); in set_bud_lprops() 134 lp->free, lp->dirty); in set_bud_lprops() 135 dirty -= c->leb_size - lp->free; in set_bud_lprops() 145 b->bud->lnum, lp->free, lp->dirty, b->free, in set_bud_lprops() 148 lp = ubifs_change_lp(c, lp, b->free, dirty + b->dirty, in set_bud_lprops() 157 b->bud->lnum, c->leb_size - b->free); in set_bud_lprops() 679 b->free = c->leb_size - sleb->endpt; in replay_bud() 681 lnum, b->dirty, b->free); in replay_bud() [all …]
|
| D | budget.c | 637 long long ubifs_reported_space(const struct ubifs_info *c, long long free) in ubifs_reported_space() argument 658 free *= factor; in ubifs_reported_space() 659 return div_u64(free, divisor); in ubifs_reported_space() 681 long long available, outstanding, free; in ubifs_get_free_space_nolock() local 708 free = ubifs_reported_space(c, available - outstanding); in ubifs_get_free_space_nolock() 710 free = 0; in ubifs_get_free_space_nolock() 711 return free; in ubifs_get_free_space_nolock() 723 long long free; in ubifs_get_free_space() local 726 free = ubifs_get_free_space_nolock(c); in ubifs_get_free_space() 729 return free; in ubifs_get_free_space()
|
| D | lpt.c | 361 pack_bits(&addr, &pos, pnode->lprops[i].free >> 3, in ubifs_pack_pnode() 424 pack_bits(&addr, &pos, ltab[i].free, c->lpt_spc_bits); in ubifs_pack_ltab() 479 static void set_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in set_ltab() argument 482 lnum, c->ltab[lnum - c->lpt_first].free, in set_ltab() 483 c->ltab[lnum - c->lpt_first].dirty, free, dirty); in set_ltab() 485 c->ltab[lnum - c->lpt_first].free = free; in set_ltab() 646 ltab[i].free = c->leb_size; in ubifs_create_dflt_lpt() 663 pnode->lprops[0].free = c->leb_size - iopos; in ubifs_create_dflt_lpt() 669 pnode->lprops[1].free = c->leb_size - iopos; in ubifs_create_dflt_lpt() 673 pnode->lprops[i].free = c->leb_size; in ubifs_create_dflt_lpt() [all …]
|
| D | lpt_commit.c | 140 static void upd_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in upd_ltab() argument 143 lnum, c->ltab[lnum - c->lpt_first].free, in upd_ltab() 144 c->ltab[lnum - c->lpt_first].dirty, free, dirty); in upd_ltab() 146 c->ltab[lnum - c->lpt_first].free = free; in upd_ltab() 168 if (c->ltab[i].free == c->leb_size) { in alloc_lpt_leb() 178 if (c->ltab[i].free == c->leb_size) { in alloc_lpt_leb() 726 long long free = 0; in need_write_all() local 731 free += c->leb_size - c->nhead_offs; in need_write_all() 732 else if (c->ltab[i].free == c->leb_size) in need_write_all() 733 free += c->leb_size; in need_write_all() [all …]
|
| /linux-4.4.14/tools/iio/ |
| D | iio_utils.c | 52 free(current); in iioutils_break_up_name() 69 free(current); in iioutils_break_up_name() 179 free(filename); in iioutils_get_type() 190 free(filename); in iioutils_get_type() 197 free(builtname_generic); in iioutils_get_type() 199 free(builtname); in iioutils_get_type() 201 free(scan_el_dir); in iioutils_get_type() 269 free(filename); in iioutils_get_param_float() 276 free(builtname_generic); in iioutils_get_param_float() 278 free(builtname); in iioutils_get_param_float() [all …]
|
| D | generic_buffer.c | 456 free(buffer_access); in main() 458 free(data); in main() 460 free(buf_dir_name); in main() 463 free(channels[i].name); in main() 464 free(channels[i].generic_name); in main() 466 free(channels); in main() 469 free(trigger_name); in main() 472 free(dev_dir_name); in main()
|
| D | lsiio.c | 127 free(dev_dir_name); in dump_devices() 131 free(dev_dir_name); in dump_devices() 149 free(dev_dir_name); in dump_devices() 153 free(dev_dir_name); in dump_devices()
|
| /linux-4.4.14/scripts/coccinelle/free/ |
| D | kfree.cocci | 1 /// Find a use after free. 18 @free@ 27 expression free.E,E2; 50 expression free.E; 70 expression free.E, subE<=free.E, E2; 74 position free.p1!=loop.ok,p2!={print.p,sz.p}; 108 p1 << free.p1; 116 p1 << free.p1; 120 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
|
| D | devm_free.cocci | 4 /// function would cause a double free. 62 msg="WARNING: invalid free of devm_ allocated data" 69 msg="WARNING: invalid free of devm_ allocated data"
|
| /linux-4.4.14/drivers/nvdimm/ |
| D | label.c | 231 unsigned long **free, u32 *nslot) in preamble_index() argument 239 *free = (unsigned long *) nsindex->free; in preamble_index() 257 unsigned long **free, u32 *nslot) in preamble_current() argument 260 free, nslot); in preamble_current() 265 unsigned long **free, u32 *nslot) in preamble_next() argument 268 free, nslot); in preamble_next() 288 unsigned long *free; in nd_label_reserve_dpa() local 291 if (!preamble_current(ndd, &nsindex, &free, &nslot)) in nd_label_reserve_dpa() 294 for_each_clear_bit_le(slot, free, nslot) { in nd_label_reserve_dpa() 324 unsigned long *free; in nd_label_active_count() local [all …]
|
| /linux-4.4.14/tools/power/cpupower/lib/ |
| D | cpufreq.c | 54 free(ptr); in cpufreq_put_driver() 67 free(policy->governor); in cpufreq_put_policy() 69 free(policy); in cpufreq_put_policy() 89 free(tmp->governor); in cpufreq_put_available_governors() 90 free(tmp); in cpufreq_put_available_governors() 112 free(tmp); in cpufreq_put_available_frequencies() 133 free(tmp); in cpufreq_put_affected_cpus() 200 free(tmp); in cpufreq_put_stats()
|
| D | sysfs.c | 257 free(policy); in sysfs_get_freq_policy() 263 free(policy->governor); in sysfs_get_freq_policy() 264 free(policy); in sysfs_get_freq_policy() 319 free(first->governor); in sysfs_get_freq_available_governors() 320 free(first); in sysfs_get_freq_available_governors() 376 free(first); in sysfs_get_available_frequencies() 432 free(first); in sysfs_get_cpu_list() 501 free(first); in sysfs_get_freq_stats()
|
| /linux-4.4.14/tools/perf/util/ |
| D | llvm-utils.c | 89 free(env); in search_program() 159 free(buf); in read_from_pipe() 170 free(buf); in read_from_pipe() 241 free(autoconf_path); in detect_kbuild_dir() 249 free(autoconf_path); in detect_kbuild_dir() 320 free(*kbuild_dir); in get_kbuild_opts() 404 free(kbuild_dir); in llvm__compile_bpf() 405 free(kbuild_include_opts); in llvm__compile_bpf() 407 free(obj_buf); in llvm__compile_bpf() 415 free(kbuild_dir); in llvm__compile_bpf() [all …]
|
| D | trace-event-read.c | 200 free(buf); in read_ftrace_printk() 206 free(buf); in read_ftrace_printk() 233 free(header_page); in read_header_files() 245 free(header_page); in read_header_files() 270 free(buf); in read_ftrace_file() 275 free(buf); in read_ftrace_file() 289 free(buf); in read_event_file() 294 free(buf); in read_event_file() 382 free(version); in trace_report()
|
| D | thread_map.c | 73 free(namelist); in thread_map__new_by_pid() 153 free(namelist); in thread_map__new_by_uid() 164 free(threads); in thread_map__new_by_uid() 170 free(namelist); in thread_map__new_by_uid() 231 free(namelist); in thread_map__new_by_pid_str() 243 free(namelist); in thread_map__new_by_pid_str() 330 free(thread_map__comm(threads, i)); in thread_map__delete() 331 free(threads); in thread_map__delete() 379 free(path); in get_comm()
|
| D | srcline.c | 76 free(syms); in slurp_symtab() 137 free(a2l); in addr2line_init() 149 free(a2l); in addr2line_cleanup() 242 free(filename); in addr2line() 298 free(file); in __get_srcline() 304 free(file); in __get_srcline() 324 free(srcline); in free_srcline()
|
| D | comm.c | 28 free(cs); in comm_str__put() 42 free(cs); in comm_str__alloc() 94 free(comm); in comm__new() 124 free(comm); in comm__free()
|
| D | probe-event.c | 229 free(exec_copy); in convert_exec_to_group() 235 free(pp->file); in clear_perf_probe_point() 236 free(pp->function); in clear_perf_probe_point() 237 free(pp->lazy_line); in clear_perf_probe_point() 454 free(debuginfo_cache_path); in debuginfo_cache__open() 611 free(tmp); in add_module_to_probe_trace_events() 654 free(tevs[i].point.symbol); in post_process_probe_trace_events() 819 free(tmp); in __show_line_range() 943 free(vls); in show_available_vars_at() 945 free(buf); in show_available_vars_at() [all …]
|
| D | cgroup.c | 103 free(cgrp); in add_cgroup() 119 free(cgrp); in add_cgroup() 133 free(cgrp); in close_cgroup() 162 free(s); in parse_cgroups()
|
| D | levenshtein.c | 79 free(row0); in levenshtein() 80 free(row1); in levenshtein() 81 free(row2); in levenshtein()
|
| D | build-id.c | 313 free(realname); in build_id_cache__dirname_from_path() 349 free(dir_name); in build_id_cache__list_build_ids() 409 free(realname); in build_id_cache__add_s() 410 free(filename); in build_id_cache__add_s() 411 free(dir_name); in build_id_cache__add_s() 412 free(linkname); in build_id_cache__add_s() 434 free(filename); in build_id_cache__cached() 472 free(filename); in build_id_cache__remove_s() 473 free(linkname); in build_id_cache__remove_s()
|
| D | strlist.c | 35 free(snode); in strlist__node_new() 43 free(snode); in str_node__delete() 133 free(subst); in strlist__parse_list_entry() 180 free(slist); in strlist__new()
|
| D | trace-event-info.c | 200 free(format); in copy_event_system() 228 free(format); in copy_event_system() 232 free(format); in copy_event_system() 328 free(sys); in record_event_files() 332 free(sys); in record_event_files() 391 free(t); in put_tracepoints_path() 570 free(tdata); in tracing_data_put()
|
| D | counts.c | 14 free(counts); in perf_counts__new() 28 free(counts); in perf_counts__delete()
|
| D | util.c | 137 free(line); in slow_copyfile() 218 free(tmp); in copyfile_mode() 344 free(strings); in dump_stack() 537 free(buf); in parse_callchain_record() 583 free(bf); in filename__read_str() 663 free(data); in find_process()
|
| D | annotate.c | 182 free(name); in lock__parse() 218 if (ins && ins->ops->free) in lock__delete() 219 ins->ops->free(ops->locked.ops); in lock__delete() 229 .free = lock__delete, 743 free(dl); in disasm_line__new() 751 if (dl->ins && dl->ins->ops->free) in disasm_line__free() 752 dl->ins->ops->free(&dl->ops); in disasm_line__free() 755 free(dl); in disasm_line__free() 910 free(ppercents); in disasm_line__print() 913 free(psamples); in disasm_line__print() [all …]
|
| D | thread.c | 51 free(comm_str); in thread__new() 63 free(thread); in thread__new() 85 free(thread); in thread__delete()
|
| D | dso.c | 292 free((void *) m->name); in __kmod_path__parse() 358 free(name); in __open_dso() 363 free(name); in __open_dso() 567 free(cache); in dso_cache__free() 687 free(cache); in dso_cache__read() 695 free(cache); in dso_cache__read() 955 free((char *)dso->long_name); in dso__set_long_name() 981 free((char *)dso->short_name); in dso__set_short_name() 1006 free(lname); in dso__set_basename() 1101 free(dso); in dso__delete()
|
| D | header.c | 134 free(buf); in do_read_string() 263 free(buf); in __write_cpudesc() 482 free(buf); in build_cpu_topo() 499 free(tp); in free_cpu_topo() 617 free(buf); in write_total_mem() 676 free(buf); in write_topo_node() 725 free(buf); in write_numa_topology() 727 free(node_map); in write_numa_topology() 964 free(events); in free_event_desc() 1052 free(buf); in read_event_desc() [all …]
|
| /linux-4.4.14/fs/reiserfs/ |
| D | item_ops.c | 76 static int sd_check_left(struct virtual_item *vi, int free, in sd_check_left() argument 83 static int sd_check_right(struct virtual_item *vi, int free) in sd_check_right() argument 166 static int direct_check_left(struct virtual_item *vi, int free, in direct_check_left() argument 171 bytes = free - free % 8; in direct_check_left() 175 static int direct_check_right(struct virtual_item *vi, int free) in direct_check_right() argument 177 return direct_check_left(vi, free, 0, 0); in direct_check_right() 304 static int indirect_check_left(struct virtual_item *vi, int free, in indirect_check_left() argument 309 bytes = free - free % UNFM_P_SIZE; in indirect_check_left() 313 static int indirect_check_right(struct virtual_item *vi, int free) in indirect_check_right() argument 315 return indirect_check_left(vi, free, 0, 0); in indirect_check_right() [all …]
|
| /linux-4.4.14/Documentation/DocBook/ |
| D | crypto-API.xml.db | 9 API-crypto-free-ablkcipher 20 API-ablkcipher-request-free 24 API-crypto-free-aead 35 API-aead-request-free 40 API-crypto-free-blkcipher 53 API-crypto-free-cipher 60 API-crypto-free-hash 73 API-crypto-free-ahash 86 API-ahash-request-free 90 API-crypto-free-shash [all …]
|
| D | iio.xml.db | 3 API-iio-device-free 13 API-devm-iio-trigger-free
|
| D | kernel-api.xml.db | 127 API-bitmap-find-free-region 164 API-kmem-cache-free 235 API-nr-free-zone-pages 236 API-nr-free-pagecache-pages 238 API-free-bootmem-with-active-regions 244 API-free-area-init-nodes 254 API-mempool-free 258 API-dma-pool-free 288 API-ipc-free 317 API-kfifo-free [all …]
|
| D | alsa-driver-api.xml.db | 4 API-snd-card-free-when-closed 5 API-snd-card-free 15 API-snd-device-free 24 API-snd-free-pages 27 API-snd-dma-free-pages 124 API-snd-pcm-lib-preallocate-free-for-all 129 API-snd-pcm-lib-free-pages 130 API-snd-pcm-lib-free-vmalloc-buffer 147 API-snd-ctl-free-one 201 API-snd-info-free-entry [all …]
|
| D | device-drivers.xml.db | 262 API-devres-free 281 API-devm-get-free-pages 282 API-devm-free-pages 440 API-dmam-free-coherent 442 API-dmam-free-noncoherent 509 API-mpt-free-msg-frame 518 API-mpt-free-fw-memory 571 API-mpt-inactive-raid-list-free 679 API-snd-device-free 685 API-snd-info-free-entry [all …]
|
| /linux-4.4.14/drivers/mtd/ubi/ |
| D | fastmap-wl.c | 64 wl_tree_add(e, &ubi->free); in return_unused_pool_pebs() 94 if (!ubi->free.rb_node || (ubi->free_count - ubi->beb_rsvd_pebs < 1)) in ubi_wl_get_fm_peb() 98 e = find_anchor_wl_entry(&ubi->free); in ubi_wl_get_fm_peb() 100 e = find_mean_wl_entry(ubi, &ubi->free); in ubi_wl_get_fm_peb() 105 self_check_in_wl_tree(ubi, e, &ubi->free); in ubi_wl_get_fm_peb() 109 rb_erase(&e->u.rb, &ubi->free); in ubi_wl_get_fm_peb() 137 if (!ubi->free.rb_node) in ubi_refill_pools() 150 if (!ubi->free.rb_node || in ubi_refill_pools() 154 e = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); in ubi_refill_pools() 155 self_check_in_wl_tree(ubi, e, &ubi->free); in ubi_refill_pools() [all …]
|
| D | wl.c | 386 e = find_mean_wl_entry(ubi, &ubi->free); in wl_get_wle() 392 self_check_in_wl_tree(ubi, e, &ubi->free); in wl_get_wle() 398 rb_erase(&e->u.rb, &ubi->free); in wl_get_wle() 666 if (!ubi->free.rb_node || 679 !ubi->free.rb_node, !ubi->used.rb_node); 686 anchor = !anchor_pebs_avalible(&ubi->free); 718 wl_tree_add(e2, &ubi->free); 969 if (!ubi->used.rb_node || !ubi->free.rb_node) 980 e2 = find_wl_entry(ubi, &ubi->free, WL_FREE_MAX_DIFF); 1039 wl_tree_add(e, &ubi->free); [all …]
|
| /linux-4.4.14/tools/lib/traceevent/ |
| D | event-plugin.c | 94 free(op_val); in update_option_value() 132 free(name); in traceevent_plugin_list_options() 143 free(list[count]); in traceevent_plugin_list_options() 144 free(list); in traceevent_plugin_list_options() 160 free(list[i]); in traceevent_plugin_free_options_list() 162 free(list); in traceevent_plugin_free_options_list() 213 free(plugin); in update_option() 256 free(reg); in traceevent_plugin_remove_options() 338 free(plugin); in load_plugin() 436 free(path); in load_plugins() [all …]
|
| D | event-parse.c | 178 free(item); in cmdline_init() 271 free(cmdlines); in add_new_comm() 312 free(item); in pevent_register_comm() 402 free(item); in func_map_init() 464 free(pevent->func_resolver); in pevent_set_function_resolver() 479 free(pevent->func_resolver); in pevent_reset_function_resolver() 580 free(item->func); in pevent_register_function() 583 free(item); in pevent_register_function() 656 free(item); in printk_map_init() 726 free(item); in pevent_register_print_string() [all …]
|
| D | parse-filter.c | 218 free(arg->str.val); in free_arg() 220 free(arg->str.buffer); in free_arg() 226 free(arg->value.str); in free_arg() 236 free(arg); in free_arg() 292 free(reg); in find_event() 306 free(reg); in find_event() 343 free(event); in free_events() 796 free(arg); in reparent_op_arg() 969 free(token); in process_filter() 990 free(token); in process_filter() [all …]
|
| D | plugin_function.c | 67 free(stack->stack[pos]); in add_child() 185 free(fstack[i].stack[x]); in PEVENT_PLUGIN_UNLOADER() 186 free(fstack[i].stack); in PEVENT_PLUGIN_UNLOADER() 191 free(fstack); in PEVENT_PLUGIN_UNLOADER()
|
| /linux-4.4.14/drivers/base/ |
| D | devcoredump.c | 49 void (*free)(const void *data); member 63 devcd->free(devcd->data); in devcd_dev_release() 234 void (*free)(const void *data)) in dev_coredumpm() 241 goto free; in dev_coredumpm() 247 goto free; in dev_coredumpm() 251 goto free; in dev_coredumpm() 261 devcd->free = free; in dev_coredumpm() 289 free: in dev_coredumpm() 290 free(data); in dev_coredumpm()
|
| /linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
| D | enic_clsf.c | 79 enic->rfs_h.free = enic->rfs_h.max; in enic_rfs_flw_tbl_init() 90 enic->rfs_h.free = 0; in enic_rfs_flw_tbl_free() 147 enic->rfs_h.free++; in enic_flow_may_expire() 206 i = --enic->rfs_h.free; in enic_rx_flow_steer() 209 enic->rfs_h.free++; in enic_rx_flow_steer() 216 enic->rfs_h.free++; in enic_rx_flow_steer() 225 enic->rfs_h.free++; in enic_rx_flow_steer() 244 enic->rfs_h.free++; in enic_rx_flow_steer() 252 i = --enic->rfs_h.free; in enic_rx_flow_steer() 254 enic->rfs_h.free++; in enic_rx_flow_steer() [all …]
|
| /linux-4.4.14/net/llc/ |
| D | llc_c_ac.c | 212 goto free; in llc_conn_ac_send_disc_cmd_p_set_x() 218 free: in llc_conn_ac_send_disc_cmd_p_set_x() 239 goto free; in llc_conn_ac_send_dm_rsp_f_set_p() 244 free: in llc_conn_ac_send_dm_rsp_f_set_p() 263 goto free; in llc_conn_ac_send_dm_rsp_f_set_1() 268 free: in llc_conn_ac_send_dm_rsp_f_set_1() 297 goto free; in llc_conn_ac_send_frmr_rsp_f_set_x() 302 free: in llc_conn_ac_send_frmr_rsp_f_set_x() 324 goto free; in llc_conn_ac_resend_frmr_rsp_f_set_0() 329 free: in llc_conn_ac_resend_frmr_rsp_f_set_0() [all …]
|
| D | llc_station.c | 64 goto free; in llc_station_ac_send_xid_r() 68 free: in llc_station_ac_send_xid_r() 93 goto free; in llc_station_ac_send_test_r() 97 free: in llc_station_ac_send_test_r()
|
| /linux-4.4.14/arch/arm/probes/uprobes/ |
| D | actions-arm.c | 26 u32 free = 0xffff; in uprobes_substitute_pc() local 33 free &= ~(1 << (insn & 0xf)); in uprobes_substitute_pc() 37 if (free & (1 << 15)) in uprobes_substitute_pc() 40 if (!free) in uprobes_substitute_pc() 47 freereg = free = fls(free) - 1; in uprobes_substitute_pc() 54 for (; regs; regs >>= 4, mask <<= 4, free <<= 4, temp >>= 4) { in uprobes_substitute_pc() 62 insn |= free & mask; in uprobes_substitute_pc()
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/ |
| D | nouveau_dma.c | 146 while (chan->dma.free < count) { in nv50_dma_wait() 156 chan->dma.free = chan->dma.max - chan->dma.cur; in nv50_dma_wait() 157 if (chan->dma.free >= count) in nv50_dma_wait() 173 chan->dma.free = get - chan->dma.cur - 1; in nv50_dma_wait() 188 while (chan->dma.free < size) { in nouveau_dma_wait() 219 chan->dma.free = chan->dma.max - chan->dma.cur; in nouveau_dma_wait() 220 if (chan->dma.free >= size) in nouveau_dma_wait() 256 chan->dma.free = get - chan->dma.cur - 1; in nouveau_dma_wait()
|
| /linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
| D | cpuidle_sysfs.c | 147 free(tmp); in cpuidle_register() 153 free(tmp); in cpuidle_register() 180 free(previous_count[num]); in cpuidle_unregister() 181 free(current_count[num]); in cpuidle_unregister() 183 free(previous_count); in cpuidle_unregister() 184 free(current_count); in cpuidle_unregister()
|
| D | mperf_monitor.c | 320 free(mperf_previous_count); in mperf_unregister() 321 free(aperf_previous_count); in mperf_unregister() 322 free(mperf_current_count); in mperf_unregister() 323 free(aperf_current_count); in mperf_unregister() 324 free(is_valid); in mperf_unregister()
|
| D | snb_idle.c | 181 free(is_valid); in snb_unregister() 183 free(previous_count[num]); in snb_unregister() 184 free(current_count[num]); in snb_unregister()
|
| D | hsw_ext_idle.c | 177 free(is_valid); in hsw_ext_unregister() 179 free(previous_count[num]); in hsw_ext_unregister() 180 free(current_count[num]); in hsw_ext_unregister()
|
| D | nhm_idle.c | 198 free(previous_count[num]); in intel_nhm_unregister() 199 free(current_count[num]); in intel_nhm_unregister() 201 free(is_valid); in intel_nhm_unregister()
|
| /linux-4.4.14/drivers/scsi/arm/ |
| D | msgqueue.c | 29 if ((mq = msgq->free) != NULL) in mqe_alloc() 30 msgq->free = mq->next; in mqe_alloc() 44 mq->next = msgq->free; in mqe_free() 45 msgq->free = mq; in mqe_free() 59 msgq->free = &msgq->entries[0]; in msgqueue_initialise()
|
| D | queue.c | 65 INIT_LIST_HEAD(&queue->free); in queue_initialise() 78 list_add(&q->list, &queue->free); in queue_initialise() 114 if (list_empty(&queue->free)) in __queue_add() 117 l = queue->free.next; in __queue_add() 149 list_add(ent, &queue->free); in __queue_remove()
|
| /linux-4.4.14/fs/xfs/libxfs/ |
| D | xfs_dir2_node.c | 251 xfs_dir2_free_t *free; /* freespace structure */ in xfs_dir2_free_log_bests() local 254 free = bp->b_addr; in xfs_dir2_free_log_bests() 255 bests = args->dp->d_ops->free_bests_p(free); in xfs_dir2_free_log_bests() 256 ASSERT(free->hdr.magic == cpu_to_be32(XFS_DIR2_FREE_MAGIC) || in xfs_dir2_free_log_bests() 257 free->hdr.magic == cpu_to_be32(XFS_DIR3_FREE_MAGIC)); in xfs_dir2_free_log_bests() 259 (uint)((char *)&bests[first] - (char *)free), in xfs_dir2_free_log_bests() 260 (uint)((char *)&bests[last] - (char *)free + in xfs_dir2_free_log_bests() 273 xfs_dir2_free_t *free; /* freespace structure */ in xfs_dir2_free_log_header() local 275 free = bp->b_addr; in xfs_dir2_free_log_header() 276 ASSERT(free->hdr.magic == cpu_to_be32(XFS_DIR2_FREE_MAGIC) || in xfs_dir2_free_log_header() [all …]
|
| /linux-4.4.14/Documentation/nvdimm/ |
| D | btt.txt | 104 nfree : The number of free blocks that are maintained at any given time. 120 i.e. Every write goes to a "free" block. A running list of free blocks is 122 "free list" and "log". The flog contains 'nfree' entries, and an entry contains: 126 free block. 162 writes. We can hit a condition where the writer thread grabs a free block to do 168 into the list of free blocks. If another write comes in for the same LBA, it can 169 grab this free block, and start writing to it, causing the reader to read 174 read is complete. Every writer thread, after grabbing a free block, checks the 175 RTT for its presence. If the postmap free block is in the RTT, it waits till the 185 free[lane] = map[premap_aba] [all …]
|
| /linux-4.4.14/arch/avr32/mm/ |
| D | dma-coherent.c | 43 struct page *page, *free, *end; in __dma_alloc() local 73 free = page + (size >> PAGE_SHIFT); in __dma_alloc() 79 while (free < end) { in __dma_alloc() 80 __free_page(free); in __dma_alloc() 81 free++; in __dma_alloc()
|
| /linux-4.4.14/tools/lib/api/fd/ |
| D | array.c | 34 free(entries); in fdarray__grow() 50 free(fda); in fdarray__new() 62 free(fda->entries); in fdarray__exit() 63 free(fda->priv); in fdarray__exit() 70 free(fda); in fdarray__delete()
|
| /linux-4.4.14/drivers/video/fbdev/ |
| D | pxa3xx-gcu.c | 109 struct pxa3xx_gcu_batch *free; member 205 running->next = priv->free; in flush_running() 206 priv->free = running; in flush_running() 344 while (!priv->free) { in pxa3xx_gcu_wait_free() 348 priv->free, HZ*4); in pxa3xx_gcu_wait_free() 406 if (!priv->free) { in pxa3xx_gcu_write() 416 buffer = priv->free; in pxa3xx_gcu_write() 417 priv->free = buffer->next; in pxa3xx_gcu_write() 425 buffer->next = priv->free; in pxa3xx_gcu_write() 426 priv->free = buffer; in pxa3xx_gcu_write() [all …]
|
| /linux-4.4.14/tools/power/acpi/os_specific/service_layers/ |
| D | osunixdir.c | 98 free(external_info); in acpi_os_open_directory() 159 free(temp_str); in acpi_os_get_next_filename() 163 free(temp_str); in acpi_os_get_next_filename() 203 free(dir_handle); in acpi_os_close_directory()
|
| /linux-4.4.14/tools/power/cpupower/utils/ |
| D | cpuidle-info.c | 43 free(tmp); in cpuidle_cpu_output() 59 free(tmp); in cpuidle_cpu_output() 65 free(tmp); in cpuidle_cpu_output() 88 free(tmp); in cpuidle_general_output() 97 free(tmp); in cpuidle_general_output()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gfx.c | 45 if (adev->gfx.scratch.free[i]) { in amdgpu_gfx_scratch_get() 46 adev->gfx.scratch.free[i] = false; in amdgpu_gfx_scratch_get() 68 adev->gfx.scratch.free[i] = true; in amdgpu_gfx_scratch_free()
|
| /linux-4.4.14/drivers/tty/ |
| D | tty_buffer.c | 126 llist = llist_del_all(&buf->free); in tty_buffer_free_all() 127 llist_for_each_entry_safe(p, next, llist, free) in tty_buffer_free_all() 151 struct llist_node *free; in tty_buffer_alloc() local 158 free = llist_del_first(&port->buf.free); in tty_buffer_alloc() 159 if (free) { in tty_buffer_alloc() 160 p = llist_entry(free, struct tty_buffer, free); in tty_buffer_alloc() 198 llist_add(&b->free, &buf->free); in tty_buffer_free() 534 init_llist_head(&buf->free); in tty_buffer_init()
|
| /linux-4.4.14/sound/core/seq/ |
| D | seq_memory.c | 181 cell->next = pool->free; in free_cell() 182 pool->free = cell; in free_cell() 205 curp->next = pool->free; in snd_seq_cell_free() 243 while (pool->free == NULL && ! nonblock && ! pool->closing) { in snd_seq_cell_alloc() 262 cell = pool->free; in snd_seq_cell_alloc() 265 pool->free = cell->next; in snd_seq_cell_alloc() 400 pool->free = NULL; in snd_seq_pool_init() 405 cellptr->next = pool->free; in snd_seq_pool_init() 406 pool->free = cellptr; in snd_seq_pool_init() 448 pool->free = NULL; in snd_seq_pool_done() [all …]
|
| /linux-4.4.14/Documentation/ia64/ |
| D | aliasing-test.c | 111 free(path2); in scan_tree() 114 free(namelist[i]); in scan_tree() 116 free(namelist); in scan_tree() 200 free(path2); in scan_rom() 203 free(namelist[i]); in scan_rom() 205 free(namelist); in scan_rom()
|
| /linux-4.4.14/arch/m32r/mm/ |
| D | mmu.S | 45 ;; r1 - r3: free 50 ;; r3: free 74 ;; r1 - r3: free 79 ;; r3: free 107 ;; r3: free 111 ;; r2, r3: free 133 ;; r2, r3: free 138 ;; r3: free 180 ;; r3: free 198 ;; r2, r3: free [all …]
|
| /linux-4.4.14/include/linux/ |
| D | devcoredump.h | 16 void (*free)(const void *data)); 29 void (*free)(const void *data)) in dev_coredumpm() 31 free(data); in dev_coredumpm()
|
| D | migrate.h | 34 extern int migrate_pages(struct list_head *l, new_page_t new, free_page_t free, 50 free_page_t free, unsigned long private, enum migrate_mode mode, in migrate_pages() argument
|
| /linux-4.4.14/include/linux/decompress/ |
| D | mm.h | 54 static void free(void *where) in free() function 62 #define large_free(a) free(a) 81 #define free(a) kfree(a) macro
|
| /linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
| D | aicasm_symbol.c | 99 free(symbol->info.rinfo); in symbol_delete() 103 free(symbol->info.ainfo); in symbol_delete() 111 free(symbol->info.finfo); in symbol_delete() 117 free(symbol->info.cinfo); in symbol_delete() 121 free(symbol->info.linfo); in symbol_delete() 127 free(symbol->name); in symbol_delete() 128 free(symbol); in symbol_delete() 308 free(node1); in symlist_free() 651 free(curnode); in symtable_dump() 663 free(curnode); in symtable_dump() [all …]
|
| /linux-4.4.14/tools/usb/usbip/libsrc/ |
| D | vhci_driver.c | 184 free(buffer); in read_record() 190 free(buffer); in read_record() 201 free(buffer); in read_record() 209 free(buffer); in read_record() 213 free(buffer); in read_record() 253 free(vhci_driver); in usbip_vhci_driver_open() 270 free(vhci_driver); in usbip_vhci_driver_close()
|
| D | usbip_host_driver.c | 110 free(edev); in usbip_exported_device_new() 161 free(edev); in usbip_exported_device_destroy() 187 free(host_driver); in usbip_host_driver_open() 202 free(host_driver); in usbip_host_driver_close()
|
| /linux-4.4.14/Documentation/vm/ |
| D | balance | 17 is, only when needed (aka zone free memory is 0), instead of making it 24 OTOH, if there is a lot of free dma pages, it is preferable to satisfy 29 _total_ number of free pages fell below 1/64 th of total memory. With the 38 at init time how many free pages we should aim for while balancing any 45 Another possible solution is that we balance only when the free memory 51 fancy, we could assign different weights to free pages in different 55 it becomes less significant to consider the free dma pages while 83 low_on_memory gets set. This stays set till the number of free pages becomes 85 try to free some pages in the zone (providing GFP_WAIT is set in the request). 86 Orthogonal to this, is the decision to poke kswapd to free some zone pages. [all …]
|
| /linux-4.4.14/drivers/isdn/pcbit/ |
| D | layer2.c | 146 int free; in pcbit_transmit() local 159 if (dev->free > 16 && dev->write_queue && unacked < 7) { in pcbit_transmit() 170 free = dev->free; in pcbit_transmit() 185 if (flen > free) in pcbit_transmit() 186 flen = free; in pcbit_transmit() 230 if (flen > free) in pcbit_transmit() 231 flen = free; in pcbit_transmit() 250 dev->free -= flen; in pcbit_transmit() 271 unacked, dev->free, dev->write_queue ? "not empty" : in pcbit_transmit() 620 dev->free = 511; in pcbit_l2_err_recover() [all …]
|
| /linux-4.4.14/tools/thermal/tmon/ |
| D | sysfs.c | 325 free(namelist[n]); in scan_tzones() 331 free(namelist[n]); in scan_tzones() 333 free(namelist); in scan_tzones() 380 free(namelist[n]); in scan_cdevs() 381 free(namelist); in scan_cdevs() 435 free(namelist[n]); in probe_thermal_sysfs() 437 free(namelist); in probe_thermal_sysfs() 460 free(ptdata.tzi); in probe_thermal_sysfs() 594 free(ptdata.tzi); in free_thermal_data() 595 free(ptdata.cdi); in free_thermal_data()
|
| /linux-4.4.14/Documentation/filesystems/ |
| D | files.txt | 18 In the new lock-free model of file descriptor management, 24 a lock-free reader, all the elements of the file descriptor 31 structure is freed with RCU and lock-free readers either 51 the memory barrier requirements for lock-free dereference. 63 take care of barrier requirements due to lock-free lookup. 77 of the fd (fget()/fget_light()) are lock-free, it is possible 100 lock-free, they must be installed using rcu_assign_pointer() 101 API. If they are looked up lock-free, rcu_dereference()
|
| D | sysv-fs.txt | 19 - The "free list interleave" n:m is currently ignored. 74 There is a cache of a certain number of free inodes in the super-block. 75 When it is exhausted, new free inodes are found using a linear search. 80 Free blocks are organized in a "free list". Maybe a misleading term, 81 since it is not true that every free block contains a pointer to 82 the next free block. Rather, the free blocks are organized in chunks 83 of limited size, and every now and then a free block contains pointers 84 to the free blocks pertaining to the next chunk; the first of these
|
| /linux-4.4.14/net/ax25/ |
| D | ax25_in.c | 203 goto free; in ax25_rcv() 210 goto free; in ax25_rcv() 238 goto free; in ax25_rcv() 298 goto free; in ax25_rcv() 333 goto free; in ax25_rcv() 366 goto free; in ax25_rcv() 370 goto free; in ax25_rcv() 427 free: in ax25_rcv()
|
| /linux-4.4.14/drivers/net/wireless/orinoco/ |
| D | fw.c | 129 goto free; in orinoco_dl_firmware() 137 goto free; in orinoco_dl_firmware() 194 free: in orinoco_dl_firmware() 230 goto free; in symbol_dl_image() 237 goto free; in symbol_dl_image() 243 goto free; in symbol_dl_image() 276 free: in symbol_dl_image()
|
| /linux-4.4.14/lib/ |
| D | decompress_unxz.c | 158 #define kfree(ptr) free(ptr) 160 #define vfree(ptr) do { if (ptr != NULL) free(ptr); } while (0) 340 free(in); in unxz() 343 free(b.out); in unxz() 383 free(b.out); in unxz()
|
| D | decompress_inflate.c | 172 free(strm->workspace); in __gunzip() 174 free(strm); in __gunzip() 177 free(zbuf); in __gunzip() 180 free(out_buf); in __gunzip()
|
| D | lru_cache.c | 132 INIT_LIST_HEAD(&lc->free); in lc_create() 154 list_add(&e->list, &lc->free); in lc_create() 211 INIT_LIST_HEAD(&lc->free); in lc_reset() 232 list_add(&e->list, &lc->free); in lc_reset() 331 list_move(&e->list, &lc->free); in lc_del() 340 if (!list_empty(&lc->free)) in lc_prepare_for_change() 341 n = lc->free.next; in lc_prepare_for_change() 361 if (!list_empty(&lc->free)) in lc_unused_element_available() 635 lh = &lc->free; in lc_set()
|
| D | inflate.c | 265 static void free(void *where) in free() function 273 #define free(a) kfree(a) macro 560 free(stk); in huft_build() 581 free((char*)p); in huft_free() 793 free(l); in inflate_fixed() 804 free(l); in inflate_fixed() 813 free(l); in inflate_fixed() 818 free(l); in inflate_fixed() 1023 free(ll);
|
| D | Kconfig.kasan | 12 designed to find out-of-bounds accesses and use-after-free bugs. 50 out of bounds accesses, use after free. It is useful for testing
|
| /linux-4.4.14/drivers/staging/rdma/ehca/ |
| D | ehca_pd.c | 62 INIT_LIST_HEAD(&pd->free[i]); in ehca_alloc_pd() 92 list_splice(&my_pd->full[i], &my_pd->free[i]); in ehca_dealloc_pd() 93 list_for_each_entry_safe(page, tmp, &my_pd->free[i], list) { in ehca_dealloc_pd()
|
| D | ipz_pt_fn.c | 135 if (!list_empty(&pd->free[order])) in alloc_small_queue_page() 136 page = list_entry(pd->free[order].next, in alloc_small_queue_page() 149 list_add(&page->list, &pd->free[order]); in alloc_small_queue_page() 194 list_move_tail(&page->list, &pd->free[order]); in free_small_queue_page()
|
| /linux-4.4.14/drivers/mmc/core/ |
| D | pwrseq_emmc.c | 56 .free = mmc_pwrseq_emmc_free, 82 goto free; in mmc_pwrseq_emmc_alloc() 97 free: in mmc_pwrseq_emmc_alloc()
|
| D | pwrseq_simple.c | 94 .free = mmc_pwrseq_simple_free, 111 goto free; in mmc_pwrseq_simple_alloc() 126 free: in mmc_pwrseq_simple_alloc()
|
| D | pwrseq.c | 116 if (pwrseq && pwrseq->ops && pwrseq->ops->free) in mmc_pwrseq_free() 117 pwrseq->ops->free(host); in mmc_pwrseq_free()
|
| /linux-4.4.14/kernel/trace/ |
| D | trace_events_trigger.c | 475 if (data->ops->free) in clear_event_triggers() 476 data->ops->free(data->ops, data); in clear_event_triggers() 584 if (unregistered && data->ops->free) in unregister_trigger() 585 data->ops->free(data->ops, data); in unregister_trigger() 821 .free = event_trigger_free, 828 .free = event_trigger_free, 835 .free = event_trigger_free, 842 .free = event_trigger_free, 927 .free = event_trigger_free, 934 .free = event_trigger_free, [all …]
|
| /linux-4.4.14/arch/unicore32/mm/ |
| D | pgd.c | 90 goto free; in free_pgd_slow() 94 goto free; in free_pgd_slow() 103 free: in free_pgd_slow()
|
| /linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
| D | iop_fifo_out_extra_defs.h | 116 unsigned int free : 1; member 128 unsigned int free : 1; member 140 unsigned int free : 1; member 151 unsigned int free : 1; member
|
| D | iop_fifo_out_defs.h | 206 unsigned int free : 1; member 218 unsigned int free : 1; member 230 unsigned int free : 1; member 241 unsigned int free : 1; member
|
| /linux-4.4.14/mm/ |
| D | mempool.c | 60 if (pool->free == mempool_free_slab || pool->free == mempool_kfree) in check_element() 64 if (pool->free == mempool_free_pages) { in check_element() 158 pool->free(element, pool->pool_data); in mempool_destroy() 206 pool->free = free_fn; in mempool_create_node() 255 pool->free(element, pool->pool_data); in mempool_resize() 292 pool->free(element, pool->pool_data); /* Raced */ in mempool_resize() 442 pool->free(element, pool->pool_data); in mempool_free()
|
| /linux-4.4.14/tools/perf/ui/gtk/ |
| D | util.c | 51 free(msg); in perf_gtk__error() 73 free(msg); in perf_gtk__warning_info_bar() 100 free(msg); in perf_gtk__warning_statusbar()
|
| /linux-4.4.14/drivers/isdn/hardware/mISDN/ |
| D | netjet.c | 58 int free; member 240 bc->free = card->send.size / 2; in mode_tiger() 254 bc->free = card->send.size / 2; in mode_tiger() 482 if (bc->free > card->send.size / 2) in resync() 483 bc->free = card->send.size / 2; in resync() 494 __func__, bc->bch.nr, bc->free, bc->idx, card->send.idx); in resync() 507 if (bc->free == 0) in fill_hdlc_flag() 510 __func__, bc->bch.nr, bc->free, bc->txstate, in fill_hdlc_flag() 515 bc->hsbuf, bc->free); in fill_hdlc_flag() 518 bc->free -= count; in fill_hdlc_flag() [all …]
|
| /linux-4.4.14/tools/usb/ffs-aio-example/simple/device_app/ |
| D | aio_simple.c | 258 free(ep_path); in main() 358 free(buf_in); in main() 359 free(buf_out); in main() 360 free(iocb_in); in main() 361 free(iocb_out); in main()
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cq.c | 63 complete(&cq->free); in mlx5_cq_completion() 87 complete(&cq->free); in mlx5_cq_event() 113 init_completion(&cq->free); in mlx5_core_create_cq() 173 complete(&cq->free); in mlx5_core_destroy_cq() 174 wait_for_completion(&cq->free); in mlx5_core_destroy_cq()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_dcb.h | 32 void (*free) (struct qlcnic_dcb *); member 61 if (dcb && dcb->ops->free) in qlcnic_dcb_free() 62 dcb->ops->free(dcb); in qlcnic_dcb_free()
|
| /linux-4.4.14/tools/power/cpupower/bench/ |
| D | main.c | 129 free(config); in main() 164 free(config); in main() 198 free(config); in main()
|
| D | parse.c | 111 free(filename); in prepare_output() 173 free(config); in prepare_config() 225 free(line); in prepare_config()
|
| /linux-4.4.14/tools/perf/bench/ |
| D | mem-functions.c | 229 free(src); in do_memcpy_cycles() 230 free(dst); in do_memcpy_cycles() 256 free(src); in do_memcpy_gettimeofday() 257 free(dst); in do_memcpy_gettimeofday() 320 free(dst); in do_memset_cycles() 346 free(dst); in do_memset_gettimeofday()
|
| /linux-4.4.14/drivers/clk/ti/ |
| D | fapll.c | 512 goto free; in ti_fapll_synth_setup() 524 free: in ti_fapll_synth_setup() 547 goto free; in ti_fapll_setup() 551 goto free; in ti_fapll_setup() 559 goto free; in ti_fapll_setup() 568 goto free; in ti_fapll_setup() 574 goto free; in ti_fapll_setup() 580 goto free; in ti_fapll_setup() 654 free: in ti_fapll_setup()
|
| /linux-4.4.14/drivers/gpu/drm/tegra/ |
| D | gem.c | 112 goto free; in tegra_bo_iommu_map() 130 free: in tegra_bo_iommu_map() 162 goto free; in tegra_bo_alloc_object() 172 free: in tegra_bo_alloc_object() 322 goto free; in tegra_bo_import() 361 free: in tegra_bo_import() 523 goto free; in tegra_gem_prime_map_dma_buf() 529 goto free; in tegra_gem_prime_map_dma_buf() 532 goto free; in tegra_gem_prime_map_dma_buf() 540 free: in tegra_gem_prime_map_dma_buf()
|
| /linux-4.4.14/drivers/iommu/ |
| D | intel_irq_remapping.c | 805 int count, free = -1; in ir_parse_one_hpet_scope() local 826 else if (ir_hpet[count].iommu == NULL && free == -1) in ir_parse_one_hpet_scope() 827 free = count; in ir_parse_one_hpet_scope() 829 if (free == -1) { in ir_parse_one_hpet_scope() 834 ir_hpet[free].iommu = iommu; in ir_parse_one_hpet_scope() 835 ir_hpet[free].id = scope->enumeration_id; in ir_parse_one_hpet_scope() 836 ir_hpet[free].bus = bus; in ir_parse_one_hpet_scope() 837 ir_hpet[free].devfn = PCI_DEVFN(path->device, path->function); in ir_parse_one_hpet_scope() 850 int count, free = -1; in ir_parse_one_ioapic_scope() local 871 else if (ir_ioapic[count].iommu == NULL && free == -1) in ir_parse_one_ioapic_scope() [all …]
|
| /linux-4.4.14/include/trace/events/ |
| D | f2fs.h | 319 TP_PROTO(struct inode *inode, nid_t nid, unsigned int ofs, int free), 321 TP_ARGS(inode, nid, ofs, free), 328 __field(int, free) 336 __entry->free = free; 343 __entry->free) 520 unsigned int prefree, unsigned int free), 522 TP_ARGS(sb, wait_ms, prefree, free), 528 __field(unsigned int, free) 535 __entry->free = free; 542 __entry->free) [all …]
|
| /linux-4.4.14/tools/perf/tests/ |
| D | llvm.c | 123 free(tmpl_new); in test_llvm__fetch_bpf_obj() 124 free(clang_opt_new); in test_llvm__fetch_bpf_obj() 148 free(obj_buf); in test__llvm()
|
| D | dwarf-unwind.c | 95 free(sample.user_stack.data); in unwind_thread() 96 free(sample.user_regs.regs); in unwind_thread()
|
| D | dso-data.c | 44 free(buf); in test_file() 166 free(buf); in test__dso_data() 232 free(dsos); in dsos__delete()
|
| D | python-use.c | 21 free(cmd); in test__python_use()
|
| /linux-4.4.14/arch/ia64/sn/pci/pcibr/ |
| D | pcibr_ate.c | 45 int free; in find_free_ate() local 46 free = 0; in find_free_ate() 50 if (++free == count) in find_free_ate()
|
| /linux-4.4.14/fs/ocfs2/ |
| D | sysfile.c | 61 struct inode **local_system_inodes, **free = NULL; in get_local_system_inode() local 89 free = local_system_inodes; in get_local_system_inode() 94 kfree(free); in get_local_system_inode()
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | vio.c | 55 size_t free; member 161 excess_free = vio_cmo.excess.free; in vio_cmo_alloc() 170 vio_cmo.excess.free -= size; in vio_cmo_alloc() 261 vio_cmo.excess.free += excess_freed; in vio_cmo_dealloc() 303 vio_cmo.excess.free += delta; in vio_cmo_entitlement_update() 310 avail = vio_cmo.excess.free; in vio_cmo_entitlement_update() 332 tmp = min(vio_cmo.excess.free, delta); in vio_cmo_entitlement_update() 334 vio_cmo.excess.free -= tmp; in vio_cmo_entitlement_update() 463 cmo->excess.free = 0; in vio_cmo_balance() 477 cmo->excess.free = cmo->excess.size - need; in vio_cmo_balance() [all …]
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
| D | mm.c | 41 list_for_each_entry(node, &mm->free, fl_entry) { in nvkm_mm_dump() 72 list_for_each_entry(prev, &mm->free, fl_entry) { in nvkm_mm_free() 121 list_for_each_entry(this, &mm->free, fl_entry) { in nvkm_mm_head() 193 list_for_each_entry_reverse(this, &mm->free, fl_entry) { in nvkm_mm_tail() 258 INIT_LIST_HEAD(&mm->free); in nvkm_mm_init() 274 list_add_tail(&node->fl_entry, &mm->free); in nvkm_mm_init()
|
| /linux-4.4.14/fs/xfs/ |
| D | xfs_filestream.c | 150 xfs_extlen_t longest, free = 0, minfree, maxfree = 0; in xfs_filestream_pick_ag() local 207 free = pag->pagf_freeblks; in xfs_filestream_pick_ag() 243 free = maxfree; in xfs_filestream_pick_ag() 249 trace_xfs_filestream_pick(ip, *agp, free, nscan); in xfs_filestream_pick_ag() 254 trace_xfs_filestream_pick(ip, *agp, free, nscan); in xfs_filestream_pick_ag()
|
| D | xfs_bmap_util.c | 106 struct xfs_bmap_free_item *free; /* free extent item */ in xfs_bmap_finish() local 115 for (free = flist->xbf_first; free; free = free->xbfi_next) in xfs_bmap_finish() 116 xfs_trans_log_efi_extent(*tp, efi, free->xbfi_startblock, in xfs_bmap_finish() 117 free->xbfi_blockcount); in xfs_bmap_finish() 150 for (free = flist->xbf_first; free != NULL; free = next) { in xfs_bmap_finish() 151 next = free->xbfi_next; in xfs_bmap_finish() 153 error = xfs_trans_free_extent(*tp, efd, free->xbfi_startblock, in xfs_bmap_finish() 154 free->xbfi_blockcount); in xfs_bmap_finish() 158 xfs_bmap_del_free(flist, NULL, free); in xfs_bmap_finish()
|
| D | xfs_fsops.c | 715 __int64_t free; in xfs_reserve_blocks() local 717 free = percpu_counter_sum(&mp->m_fdblocks) - in xfs_reserve_blocks() 719 if (!free) in xfs_reserve_blocks() 723 lcounter = free - delta; in xfs_reserve_blocks() 726 mp->m_resblks += free; in xfs_reserve_blocks() 727 mp->m_resblks_avail += free; in xfs_reserve_blocks() 728 fdblks_delta = -free; in xfs_reserve_blocks()
|
| /linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| D | tegra.c | 263 goto free; in nvkm_device_tegra_new() 269 goto free; in nvkm_device_tegra_new() 275 goto free; in nvkm_device_tegra_new() 281 goto free; in nvkm_device_tegra_new() 306 free: in nvkm_device_tegra_new()
|
| /linux-4.4.14/tools/usb/ffs-aio-example/multibuff/device_app/ |
| D | aio_multibuff.c | 227 free(iobuf->buf[i]); in delete_bufs() 228 free(iobuf->iocb[i]); in delete_bufs() 230 free(iobuf->buf); in delete_bufs() 231 free(iobuf->iocb); in delete_bufs() 284 free(ep_path); in main()
|
| /linux-4.4.14/tools/net/ |
| D | bpf_jit_disasm.c | 48 free(path); in get_exec_path() 107 free(buff); in get_klog_buff() 143 free(buff); in get_flog_buff() 156 free(buff); in put_log_buff()
|
| D | bpf_exp.y | 743 free(labels_jf[i]); in bpf_destroy_labels() 744 free(labels_jt[i]); in bpf_destroy_labels() 745 free(labels_k[i]); in bpf_destroy_labels() 746 free(labels[i]); in bpf_destroy_labels() 753 free(labels_jt); in bpf_destroy() 754 free(labels_jf); in bpf_destroy() 755 free(labels_k); in bpf_destroy() 756 free(labels); in bpf_destroy()
|
| /linux-4.4.14/net/sunrpc/ |
| D | auth.c | 401 LIST_HEAD(free); in rpcauth_clear_credcache() 418 list_add_tail(&cred->cr_lru, &free); in rpcauth_clear_credcache() 424 rpcauth_destroy_credlist(&free); in rpcauth_clear_credcache() 451 rpcauth_prune_expired(struct list_head *free, int nr_to_scan) in rpcauth_prune_expired() argument 480 list_add_tail(&cred->cr_lru, free); in rpcauth_prune_expired() 491 LIST_HEAD(free); in rpcauth_cache_do_shrink() 495 freed = rpcauth_prune_expired(&free, nr_to_scan); in rpcauth_cache_do_shrink() 497 rpcauth_destroy_credlist(&free); in rpcauth_cache_do_shrink() 548 LIST_HEAD(free); in rpcauth_lookup_credcache() 601 list_add_tail(&new->cr_lru, &free); in rpcauth_lookup_credcache() [all …]
|
| /linux-4.4.14/drivers/net/wireless/iwlwifi/ |
| D | iwl-trans.c | 102 goto free; in iwl_trans_alloc() 105 free: in iwl_trans_alloc()
|
| /linux-4.4.14/tools/testing/selftests/zram/ |
| D | zram01.sh | 45 local mem_free0=$(free -m | awk 'NR==2 {print $4}') 59 local mem_free1=$(free -m | awk 'NR==2 {print $4}')
|
| /linux-4.4.14/drivers/gpu/drm/sis/ |
| D | sis_mm.c | 144 mem->free = user_key; in sis_drm_alloc() 157 mem->free = 0; in sis_drm_alloc() 172 obj = idr_find(&dev_priv->object_idr, mem->free); in sis_drm_free() 178 idr_remove(&dev_priv->object_idr, mem->free); in sis_drm_free() 188 DRM_DEBUG("free = 0x%lx\n", mem->free); in sis_drm_free()
|
| /linux-4.4.14/tools/perf/ui/browsers/ |
| D | scripts.c | 71 free(buf); in list_scripts() 176 free(line); in script_browse() 185 free(buf); in script_browse()
|
| D | header.c | 125 free(argv); in tui__header_window() 126 free(ptr); in tui__header_window()
|
| /linux-4.4.14/drivers/net/wireless/libertas/ |
| D | tx.c | 80 goto free; in lbs_hard_start_xmit() 89 goto free; in lbs_hard_start_xmit() 161 free: in lbs_hard_start_xmit()
|
| /linux-4.4.14/arch/powerpc/boot/ |
| D | ops.h | 29 void (*free)(void *ptr); member 222 static inline void free(void *ptr) in free() function 224 if (platform_ops.free) in free() 225 platform_ops.free(ptr); in free()
|
| /linux-4.4.14/Documentation/devicetree/bindings/timer/ |
| D | brcm,bcm2835-system-timer.txt | 4 single 64-bit free running counter. Each channel has an output compare 6 free running counter values, and generates an interrupt.
|
| /linux-4.4.14/sound/soc/ |
| D | soc-compress.c | 61 if (platform->driver->compr_ops && platform->driver->compr_ops->free) in soc_compr_open() 62 platform->driver->compr_ops->free(cstream); in soc_compr_open() 143 if (platform->driver->compr_ops && platform->driver->compr_ops->free) in soc_compr_open_fe() 144 platform->driver->compr_ops->free(cstream); in soc_compr_open_fe() 208 if (platform->driver->compr_ops && platform->driver->compr_ops->free) in soc_compr_free() 209 platform->driver->compr_ops->free(cstream); in soc_compr_free() 273 if (platform->driver->compr_ops && platform->driver->compr_ops->free) in soc_compr_free_fe() 274 platform->driver->compr_ops->free(cstream); in soc_compr_free_fe() 588 .free = soc_compr_free, 603 .free = soc_compr_free_fe,
|
| /linux-4.4.14/tools/testing/selftests/vm/ |
| D | mlock2-tests.c | 168 free(line); in seek_to_smaps_entry() 177 free(line); in seek_to_smaps_entry() 199 free(line); in is_vmflag_set() 211 free(line); in is_vmflag_set() 242 free(line); in is_vma_lock_on_fault() 258 free(line); in is_vma_lock_on_fault() 274 free(line); in is_vma_lock_on_fault()
|
| /linux-4.4.14/arch/blackfin/mach-bf538/ |
| D | ext-gpio.c | 88 .free = bf538_gpio_free, 100 .free = bf538_gpio_free, 112 .free = bf538_gpio_free,
|
| /linux-4.4.14/drivers/xen/xen-pciback/ |
| D | pciback.h | 98 void (*free)(struct xen_pcibk_device *pdev); member 177 if (xen_pcibk_backend && xen_pcibk_backend->free) in xen_pcibk_release_devices() 178 return xen_pcibk_backend->free(pdev); in xen_pcibk_release_devices()
|
| /linux-4.4.14/scripts/kconfig/ |
| D | expr.c | 98 free(e); in expr_copy() 133 free(e); in expr_free() 263 free(e->left.expr); in expr_eliminate_yn() 266 free(tmp); in expr_eliminate_yn() 279 free(e->right.expr); in expr_eliminate_yn() 282 free(tmp); in expr_eliminate_yn() 292 free(e->left.expr); in expr_eliminate_yn() 295 free(tmp); in expr_eliminate_yn() 308 free(e->right.expr); in expr_eliminate_yn() 311 free(tmp); in expr_eliminate_yn() [all …]
|
| D | util.c | 21 free((void *)file_name); in file_lookup() 95 free(gs->s); in str_free()
|
| /linux-4.4.14/sound/soc/omap/ |
| D | mcbsp.c | 374 if (!mcbsp->free) { in omap_st_start() 403 if (!mcbsp->free) { in omap_st_stop() 517 if (!mcbsp->free) { in omap_mcbsp_request() 524 mcbsp->free = false; in omap_mcbsp_request() 565 if (mcbsp->pdata && mcbsp->pdata->ops && mcbsp->pdata->ops->free) in omap_mcbsp_request() 566 mcbsp->pdata->ops->free(mcbsp->id - 1); in omap_mcbsp_request() 573 mcbsp->free = true; in omap_mcbsp_request() 586 if (mcbsp->pdata && mcbsp->pdata->ops && mcbsp->pdata->ops->free) in omap_mcbsp_free() 587 mcbsp->pdata->ops->free(mcbsp->id - 1); in omap_mcbsp_free() 617 if (mcbsp->free) in omap_mcbsp_free() [all …]
|
| /linux-4.4.14/drivers/dma/ |
| D | mpc512x_dma.c | 205 struct list_head free; member 418 list_splice_tail_init(&list, &mchan->free); in mpc_dma_process_completed() 547 list_splice_tail_init(&descs, &mchan->free); in mpc_dma_alloc_chan_resources() 576 list_splice_tail_init(&mchan->free, &descs); in mpc_dma_free_chan_resources() 625 if (!list_empty(&mchan->free)) { in mpc_dma_prep_memcpy() 626 mdesc = list_first_entry(&mchan->free, struct mpc_dma_desc, in mpc_dma_prep_memcpy() 713 mdesc = list_first_entry(&mchan->free, in mpc_dma_prep_slave_sg() 793 list_add_tail(&mdesc->node, &mchan->free); in mpc_dma_prep_slave_sg() 855 list_splice_tail_init(&mchan->prepared, &mchan->free); in mpc_dma_device_terminate_all() 856 list_splice_tail_init(&mchan->queued, &mchan->free); in mpc_dma_device_terminate_all() [all …]
|
| D | sirf-dma.c | 100 struct list_head free; member 372 list_splice_tail_init(&list, &schan->free); in sirfsoc_dma_process_completed() 484 list_splice_tail_init(&schan->active, &schan->free); in sirfsoc_dma_terminate_all() 485 list_splice_tail_init(&schan->queued, &schan->free); in sirfsoc_dma_terminate_all() 593 list_splice_tail_init(&descs, &schan->free); in sirfsoc_dma_alloc_chan_resources() 617 list_splice_tail_init(&schan->free, &descs); in sirfsoc_dma_free_chan_resources() 709 if (!list_empty(&schan->free)) { in sirfsoc_dma_prep_interleaved() 710 sdesc = list_first_entry(&schan->free, struct sirfsoc_dma_desc, in sirfsoc_dma_prep_interleaved() 785 if (!list_empty(&schan->free)) { in sirfsoc_dma_prep_cyclic() 786 sdesc = list_first_entry(&schan->free, struct sirfsoc_dma_desc, in sirfsoc_dma_prep_cyclic() [all …]
|
| /linux-4.4.14/fs/jffs2/ |
| D | debug.c | 163 uint32_t free = 0, dirty = 0, used = 0, wasted = 0, in __jffs2_dbg_superblock_counts() local 170 free += c->gcblock->free_size; in __jffs2_dbg_superblock_counts() 178 free += c->nextblock->free_size; in __jffs2_dbg_superblock_counts() 186 free += jeb->free_size; in __jffs2_dbg_superblock_counts() 194 free += jeb->free_size; in __jffs2_dbg_superblock_counts() 202 free += jeb->free_size; in __jffs2_dbg_superblock_counts() 210 free += jeb->free_size; in __jffs2_dbg_superblock_counts() 218 free += jeb->free_size; in __jffs2_dbg_superblock_counts() 226 free += jeb->free_size; in __jffs2_dbg_superblock_counts() 234 free += jeb->free_size; in __jffs2_dbg_superblock_counts() [all …]
|
| /linux-4.4.14/arch/arm/boot/dts/ |
| D | armada-388-rd.dts | 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 15 * a) This file is free software; you can redistribute it and/or 27 * b) Permission is hereby granted, free of charge, to any person
|
| D | sun5i-r8.dtsi | 5 * Maxime Ripard <maxime.ripard@free-electrons.com> 12 * a) This file is free software; you can redistribute it and/or 24 * b) Permission is hereby granted, free of charge, to any person
|
| D | armada-390.dtsi | 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 * a) This file is free software; you can redistribute it and/or 25 * b) Permission is hereby granted, free of charge, to any person
|
| D | armada-398.dtsi | 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 * a) This file is free software; you can redistribute it and/or 25 * b) Permission is hereby granted, free of charge, to any person
|
| D | at91sam9xe.dtsi | 5 * 2015 Alexandre Belloni <alexandre.Belloni@free-electrons.com> 12 * a) This file is free software; you can redistribute it and/or 24 * b) Permission is hereby granted, free of charge, to any person
|
| D | armada-380.dtsi | 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 15 * a) This file is free software; you can redistribute it and/or 27 * b) Permission is hereby granted, free of charge, to any person
|
| D | armada-375-db.dts | 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 15 * a) This file is free software; you can redistribute it and/or 27 * b) Permission is hereby granted, free of charge, to any person
|
| D | sun6i-a31-app4-evb1.dts | 4 * Boris Brezillon <boris.brezillon@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
| D | sun4i-a10-mini-xplus.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 11 * a) This file is free software; you can redistribute it and/or 23 * b) Permission is hereby granted, free of charge, to any person
|
| D | armada-398-db.dts | 6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 13 * a) This file is free software; you can redistribute it and/or 25 * b) Permission is hereby granted, free of charge, to any person
|
| /linux-4.4.14/drivers/net/usb/ |
| D | ax88172a.c | 248 goto free; in ax88172a_bind() 260 goto free; in ax88172a_bind() 276 goto free; in ax88172a_bind() 292 goto free; in ax88172a_bind() 296 free: in ax88172a_bind()
|
| D | asix_common.c | 537 goto free; in asix_set_eeprom() 546 goto free; in asix_set_eeprom() 556 goto free; in asix_set_eeprom() 568 goto free; in asix_set_eeprom() 576 goto free; in asix_set_eeprom() 580 free: in asix_set_eeprom()
|
| /linux-4.4.14/drivers/media/dvb-core/ |
| D | dvb_ringbuffer.c | 65 ssize_t free; in dvb_ringbuffer_free() local 67 free = rbuf->pread - rbuf->pwrite; in dvb_ringbuffer_free() 68 if (free <= 0) in dvb_ringbuffer_free() 69 free += rbuf->size; in dvb_ringbuffer_free() 70 return free-1; in dvb_ringbuffer_free()
|
| /linux-4.4.14/fs/squashfs/ |
| D | decompressor_multi_percpu.c | 55 msblk->decompressor->free(stream->stream); in squashfs_decompressor_create() 71 msblk->decompressor->free(stream->stream); in squashfs_decompressor_destroy()
|
| /linux-4.4.14/Documentation/video4linux/bttv/ |
| D | THANKS | 13 - MATRIX Vision for giving us 2 cards for free, which made support of 16 - MIRO for providing a free PCTV card and detailed information about the
|
| /linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
| D | port.c | 167 int free = -1; in __mlx4_register_mac() local 175 if (free < 0) in __mlx4_register_mac() 176 free = i; in __mlx4_register_mac() 189 mlx4_dbg(dev, "Free MAC index is %d\n", free); in __mlx4_register_mac() 198 table->entries[free] = cpu_to_be64(mac | MLX4_MAC_VALID); in __mlx4_register_mac() 204 table->entries[free] = 0; in __mlx4_register_mac() 207 table->refs[free] = 1; in __mlx4_register_mac() 208 err = free; in __mlx4_register_mac() 382 int free = -1; in __mlx4_register_vlan() local 393 if (free < 0 && (table->refs[i] == 0)) { in __mlx4_register_vlan() [all …]
|
| D | srq.c | 64 complete(&srq->free); in mlx4_srq_event() 210 init_completion(&srq->free); in mlx4_srq_alloc() 239 complete(&srq->free); in mlx4_srq_free() 240 wait_for_completion(&srq->free); in mlx4_srq_free()
|
| D | cq.c | 73 complete(&mcq->free); in mlx4_cq_tasklet_cb() 137 complete(&cq->free); in mlx4_cq_event() 339 init_completion(&cq->free); in mlx4_cq_alloc() 381 complete(&cq->free); in mlx4_cq_free() 382 wait_for_completion(&cq->free); in mlx4_cq_free()
|
| /linux-4.4.14/Documentation/aoe/ |
| D | todo.txt | 3 being written from a dirty page in order to free that page, and if 5 free page is needed for the sk_buff allocation. This situation has
|
| /linux-4.4.14/drivers/md/bcache/ |
| D | alloc.c | 303 if (fifo_push(&ca->free[RESERVE_PRIO], bucket)) in bch_allocator_push() 307 if (fifo_push(&ca->free[i], bucket)) in bch_allocator_push() 388 if (fifo_pop(&ca->free[RESERVE_NONE], r) || in bch_bucket_alloc() 389 fifo_pop(&ca->free[reserve], r)) in bch_bucket_alloc() 404 } while (!fifo_pop(&ca->free[RESERVE_NONE], r) && in bch_bucket_alloc() 405 !fifo_pop(&ca->free[reserve], r)); in bch_bucket_alloc() 422 fifo_for_each(i, &ca->free[j], iter) in bch_bucket_alloc()
|
| /linux-4.4.14/tools/virtio/virtio-trace/ |
| D | trace-agent.c | 138 free(buf); in make_path() 253 free(s->rw_ti[i]); in agent_info_free() 255 free(s); in agent_info_free()
|
| /linux-4.4.14/tools/perf/ |
| D | builtin-list.c | 79 free(s); in cmd_list() 92 free(s); in cmd_list()
|
| D | builtin-mem.c | 56 free(rec_argv); in __cmd_record() 183 free(rep_argv); in report_events() 252 free(os); in parse_mem_ops()
|
| /linux-4.4.14/fs/btrfs/ |
| D | Makefile | 9 export.o tree-log.o free-space-cache.o zlib.o lzo.o \ 17 btrfs-$(CONFIG_BTRFS_FS_RUN_SANITY_TESTS) += tests/free-space-tests.o \
|
| /linux-4.4.14/drivers/scsi/csiostor/ |
| D | csio_isr.c | 462 csio_disable_msix(struct csio_hw *hw, bool free) in csio_disable_msix() argument 468 if (free) { in csio_disable_msix() 596 csio_intr_disable(struct csio_hw *hw, bool free) in csio_intr_disable() argument 602 csio_disable_msix(hw, free); in csio_intr_disable() 605 if (free) in csio_intr_disable() 610 if (free) in csio_intr_disable()
|
| /linux-4.4.14/Documentation/scsi/ |
| D | hptiop.txt | 89 - Get a free request packet by reading the inbound queue port or 90 allocate a free request in host DMA coherent memory. 118 For requests allocated in IOP memory, the host driver free the request 133 - Allocate a free request in host DMA coherent memory. 139 Fill a free inbound list unit with the physical address and the size of 149 free outbound list unit and the index of the outbound list unit will be
|
| D | LICENSE.qla4xxx | 24 License is intended to guarantee your freedom to share and change free 25 software--to make sure the software is free for all its users. This 32 When we speak of free software, we are referring to freedom, not 34 have the freedom to distribute copies of free software (and charge for 37 in new free programs; and that you know you can do these things. 55 that everyone understands that there is no warranty for this free 61 Finally, any free program is threatened constantly by software 62 patents. We wish to avoid the danger that redistributors of a free 65 patent must be licensed for everyone's free use or not licensed at all. 216 license would not permit royalty-free redistribution of the Program by [all …]
|
| D | LICENSE.qla2xxx | 25 License is intended to guarantee your freedom to share and change free 26 software--to make sure the software is free for all its users. This 33 When we speak of free software, we are referring to freedom, not 35 have the freedom to distribute copies of free software (and charge for 38 in new free programs; and that you know you can do these things. 56 that everyone understands that there is no warranty for this free 62 Finally, any free program is threatened constantly by software 63 patents. We wish to avoid the danger that redistributors of a free 66 patent must be licensed for everyone's free use or not licensed at all. 217 license would not permit royalty-free redistribution of the Program by [all …]
|
| /linux-4.4.14/scripts/dtc/ |
| D | livetree.c | 159 free(new_prop); in merge_nodes() 172 free(new_prop); in merge_nodes() 194 free(new_child); in merge_nodes() 214 free(new_node); in merge_nodes() 622 free(tbl); in sort_reserve_entries() 658 free(tbl); in sort_properties() 694 free(tbl); in sort_subnodes()
|
| D | srcpos.c | 82 free(fullname); in try_open() 138 free(fullname); in srcfile_relative_open() 304 free(srcstr); in srcpos_verror()
|
| D | data.c | 30 free(m->ref); in data_free() 31 free(m); in data_free() 36 free(d.val); in data_free()
|
| /linux-4.4.14/drivers/gpu/drm/rcar-du/ |
| D | rcar_du_kms.c | 247 static int rcar_du_plane_hwalloc(unsigned int num_planes, unsigned int free) in rcar_du_plane_hwalloc() argument 252 if (!(free & (1 << i))) in rcar_du_plane_hwalloc() 255 if (num_planes == 1 || free & (1 << ((i + 1) % 8))) in rcar_du_plane_hwalloc() 387 unsigned int free; in rcar_du_atomic_check() local 414 free = group_free_planes[plane->group->index]; in rcar_du_atomic_check() 417 free & crtc_planes); in rcar_du_atomic_check() 420 free); in rcar_du_atomic_check()
|
| /linux-4.4.14/drivers/staging/rtl8192u/ |
| D | copying | 13 License is intended to guarantee your freedom to share and change free 14 software--to make sure the software is free for all its users. This 21 When we speak of free software, we are referring to freedom, not 23 have the freedom to distribute copies of free software (and charge for 26 in new free programs; and that you know you can do these things. 44 that everyone understands that there is no warranty for this free 50 Finally, any free program is threatened constantly by software 51 patents. We wish to avoid the danger that redistributors of a free 54 patent must be licensed for everyone's free use or not licensed at all. 205 license would not permit royalty-free redistribution of the Program by [all …]
|
| /linux-4.4.14/tools/usb/usbip/ |
| D | COPYING | 13 License is intended to guarantee your freedom to share and change free 14 software--to make sure the software is free for all its users. This 21 When we speak of free software, we are referring to freedom, not 23 have the freedom to distribute copies of free software (and charge for 26 in new free programs; and that you know you can do these things. 44 that everyone understands that there is no warranty for this free 50 Finally, any free program is threatened constantly by software 51 patents. We wish to avoid the danger that redistributors of a free 54 patent must be licensed for everyone's free use or not licensed at all. 205 license would not permit royalty-free redistribution of the Program by [all …]
|
| /linux-4.4.14/drivers/staging/rtl8192e/ |
| D | license | 20 to guarantee your freedom to share and change free software--to make sure 21 the software is free for all its users. This General Public License applies 27 When we speak of free software, we are referring to freedom, not price. Our 29 to distribute copies of free software (and charge for this service if you 31 can change the software or use pieces of it in new free programs; and that 49 everyone understands that there is no warranty for this free software. If 55 Finally, any free program is threatened constantly by software patents. We 56 wish to avoid the danger that redistributors of a free program will 59 licensed for everyone's free use or not licensed at all. 207 not permit royalty-free redistribution of the Program by all those who [all …]
|
| /linux-4.4.14/ |
| D | COPYING | 29 License is intended to guarantee your freedom to share and change free 30 software--to make sure the software is free for all its users. This 37 When we speak of free software, we are referring to freedom, not 39 have the freedom to distribute copies of free software (and charge for 42 in new free programs; and that you know you can do these things. 60 that everyone understands that there is no warranty for this free 66 Finally, any free program is threatened constantly by software 67 patents. We wish to avoid the danger that redistributors of a free 70 patent must be licensed for everyone's free use or not licensed at all. 221 license would not permit royalty-free redistribution of the Program by [all …]
|
| /linux-4.4.14/Documentation/networking/ |
| D | LICENSE.qlcnic | 23 License is intended to guarantee your freedom to share and change free 24 software--to make sure the software is free for all its users. This 31 When we speak of free software, we are referring to freedom, not 33 have the freedom to distribute copies of free software (and charge for 36 in new free programs; and that you know you can do these things. 54 that everyone understands that there is no warranty for this free 60 Finally, any free program is threatened constantly by software 61 patents. We wish to avoid the danger that redistributors of a free 64 patent must be licensed for everyone's free use or not licensed at all. 215 license would not permit royalty-free redistribution of the Program by [all …]
|
| D | LICENSE.qlge | 23 License is intended to guarantee your freedom to share and change free 24 software--to make sure the software is free for all its users. This 31 When we speak of free software, we are referring to freedom, not 33 have the freedom to distribute copies of free software (and charge for 36 in new free programs; and that you know you can do these things. 54 that everyone understands that there is no warranty for this free 60 Finally, any free program is threatened constantly by software 61 patents. We wish to avoid the danger that redistributors of a free 64 patent must be licensed for everyone's free use or not licensed at all. 215 license would not permit royalty-free redistribution of the Program by [all …]
|
| /linux-4.4.14/tools/power/cpupower/utils/helpers/ |
| D | bitmask.c | 33 free(bmp); in bitmask_alloc() 44 free(bmp->maskp); in bitmask_free() 46 free(bmp); in bitmask_free()
|
| /linux-4.4.14/Documentation/ABI/testing/ |
| D | sysfs-devices-platform-docg3 | 4 Contact: Robert Jarzmik <robert.jarzmik@free.fr> 19 Contact: Robert Jarzmik <robert.jarzmik@free.fr>
|
| /linux-4.4.14/tools/virtio/linux/ |
| D | kernel.h | 63 free(p); in kfree() 82 free((void *)addr); in free_page()
|
| /linux-4.4.14/arch/arm/lib/ |
| D | findbit.S | 37 3: mov r0, r1 @ no free bits 78 3: mov r0, r1 @ no free bits 116 3: mov r0, r1 @ no free bits 150 3: mov r0, r1 @ no free bits
|
| /linux-4.4.14/drivers/md/ |
| D | dm-cache-policy-cleaner.c | 42 struct list_head free; member 106 list_add(&p->cblocks[u].list, &p->free); in alloc_cache_blocks_with_hash() 131 e = list_entry(list_pop(&p->free), struct wb_cache_entry, list); in alloc_cache_entry() 325 list_add_tail(&e->list, &p->free); in wb_remove_mapping() 417 INIT_LIST_HEAD(&p->free); in wb_create()
|
| /linux-4.4.14/Documentation/s390/ |
| D | CommonIO | 52 "free all" will un-ignore all ignored devices, 53 "free <device range>, <device range>, ..." will un-ignore the specified 57 - echo free 0.0.0030-0.0.0032 > /proc/cio_ignore 60 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device 62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored
|
| /linux-4.4.14/fs/adfs/ |
| D | dir.c | 63 ops->free(&dir); in adfs_readdir() 97 ops->free(&dir); in adfs_dir_update() 181 ops->free(&dir); in adfs_dir_lookup_byname()
|
| /linux-4.4.14/drivers/mtd/onenand/ |
| D | onenand_base.c | 1027 struct nand_oobfree *free; in onenand_transfer_auto_oob() local 1034 free = this->ecclayout->oobfree; in onenand_transfer_auto_oob() 1035 for (i = 0; i < MTD_MAX_OOBFREE_ENTRIES && free->length; i++, free++) { in onenand_transfer_auto_oob() 1037 readcol += free->offset - lastgap; in onenand_transfer_auto_oob() 1039 readend += free->offset - lastgap; in onenand_transfer_auto_oob() 1040 lastgap = free->offset + free->length; in onenand_transfer_auto_oob() 1043 free = this->ecclayout->oobfree; in onenand_transfer_auto_oob() 1044 for (i = 0; i < MTD_MAX_OOBFREE_ENTRIES && free->length; i++, free++) { in onenand_transfer_auto_oob() 1045 int free_end = free->offset + free->length; in onenand_transfer_auto_oob() 1046 if (free->offset < readend && free_end > readcol) { in onenand_transfer_auto_oob() [all …]
|
| /linux-4.4.14/drivers/firewire/ |
| D | net.c | 812 bool free; in fwnet_transmit_packet_done() local 819 free = (ptask->outstanding_pkts == 0 && ptask->enqueued); in fwnet_transmit_packet_done() 820 if (free) in fwnet_transmit_packet_done() 880 if (free) in fwnet_transmit_packet_done() 888 bool free; in fwnet_transmit_packet_failed() local 896 free = ptask->enqueued; in fwnet_transmit_packet_failed() 897 if (free) in fwnet_transmit_packet_failed() 905 if (free) in fwnet_transmit_packet_failed() 939 bool free; in fwnet_send_packet() local 999 free = (ptask->outstanding_pkts == 0 && !ptask->enqueued); in fwnet_send_packet() [all …]
|
| /linux-4.4.14/arch/um/os-Linux/ |
| D | mem.c | 125 free(tempname); in make_tempfile() 130 free(tempname); in make_tempfile()
|
| /linux-4.4.14/drivers/video/fbdev/mb862xx/ |
| D | mb862xxfb_accel.c | 32 static u32 free; in mb862xxfb_write_fifo() local 36 if (free) { in mb862xxfb_write_fifo() 39 free--; in mb862xxfb_write_fifo() 41 free = (u32) inreg(draw, GDC_REG_FIFO_COUNT); in mb862xxfb_write_fifo()
|
| /linux-4.4.14/fs/affs/ |
| D | bitmap.c | 17 u32 free; in affs_count_free_blocks() local 28 free = 0; in affs_count_free_blocks() 30 free += bm->bm_free; in affs_count_free_blocks() 34 return free; in affs_count_free_blocks()
|
| /linux-4.4.14/drivers/mmc/host/ |
| D | dw_mmc-rockchip.c | 151 goto free; in dw_mci_rk3288_execute_tuning() 164 goto free; in dw_mci_rk3288_execute_tuning() 200 free: in dw_mci_rk3288_execute_tuning()
|
| /linux-4.4.14/arch/um/drivers/ |
| D | pty.c | 150 .free = generic_free, 163 .free = generic_free,
|
| /linux-4.4.14/tools/perf/arch/ |
| D | common.c | 84 free(env); in lookup_path() 203 free(buf); in perf_env__lookup_binutils_path()
|
| /linux-4.4.14/ipc/ |
| D | namespace.c | 71 void (*free)(struct ipc_namespace *, struct kern_ipc_perm *)) in free_ipcs() 87 free(ns, perm); in free_ipcs()
|
| /linux-4.4.14/drivers/ata/ |
| D | pata_legacy.c | 178 struct legacy_probe *free = NULL; in legacy_probe_add() local 181 if (lp->port == 0 && free == NULL) in legacy_probe_add() 182 free = lp; in legacy_probe_add() 185 free = lp; in legacy_probe_add() 190 if (free == NULL) { in legacy_probe_add() 195 free->port = port; in legacy_probe_add() 196 free->irq = irq; in legacy_probe_add() 197 free->type = type; in legacy_probe_add() 198 free->private = private; in legacy_probe_add()
|
| /linux-4.4.14/drivers/media/mmc/siano/ |
| D | smssdio.c | 279 goto free; in smssdio_probe() 284 goto free; in smssdio_probe() 320 free: in smssdio_probe()
|
| /linux-4.4.14/arch/unicore32/lib/ |
| D | findbit.S | 30 3: mov r0, r1 @ no free bits 68 3: mov r0, r1 @ no free bits
|
| /linux-4.4.14/drivers/misc/mei/ |
| D | amthif.c | 167 goto free; in mei_amthif_read() 183 goto free; in mei_amthif_read() 192 goto free; in mei_amthif_read() 216 free: in mei_amthif_read()
|