/linux-4.1.27/lib/ |
H A D | assoc_array.c | 468 static bool assoc_array_insert_in_empty_tree(struct assoc_array_edit *edit) assoc_array_insert_in_empty_tree() argument 478 edit->new_meta[0] = assoc_array_node_to_ptr(new_n0); assoc_array_insert_in_empty_tree() 479 edit->leaf_p = &new_n0->slots[0]; assoc_array_insert_in_empty_tree() 480 edit->adjust_count_on = new_n0; assoc_array_insert_in_empty_tree() 481 edit->set[0].ptr = &edit->array->root; assoc_array_insert_in_empty_tree() 482 edit->set[0].to = assoc_array_node_to_ptr(new_n0); assoc_array_insert_in_empty_tree() 491 static bool assoc_array_insert_into_terminal_node(struct assoc_array_edit *edit, assoc_array_insert_into_terminal_node() argument 507 edit->segment_cache[ASSOC_ARRAY_FAN_OUT] = result->terminal_node.slot; assoc_array_insert_into_terminal_node() 531 edit->leaf_p = &node->slots[i]; assoc_array_insert_into_terminal_node() 532 edit->dead_leaf = node->slots[i]; assoc_array_insert_into_terminal_node() 543 edit->leaf_p = &node->slots[free_slot]; assoc_array_insert_into_terminal_node() 544 edit->adjust_count_on = node; assoc_array_insert_into_terminal_node() 559 edit->new_meta[0] = assoc_array_node_to_ptr(new_n0); assoc_array_insert_into_terminal_node() 563 edit->new_meta[1] = assoc_array_node_to_ptr(new_n1); assoc_array_insert_into_terminal_node() 571 edit->segment_cache[i] = 0xff; assoc_array_insert_into_terminal_node() 578 edit->segment_cache[i] = base_seg & ASSOC_ARRAY_FAN_MASK; assoc_array_insert_into_terminal_node() 588 base_seg = edit->segment_cache[0]; assoc_array_insert_into_terminal_node() 590 dissimilarity |= edit->segment_cache[i] ^ base_seg; assoc_array_insert_into_terminal_node() 598 if ((edit->segment_cache[ASSOC_ARRAY_FAN_OUT] ^ base_seg) == 0) assoc_array_insert_into_terminal_node() 620 edit->set[0].to = assoc_array_node_to_ptr(new_n0); assoc_array_insert_into_terminal_node() 639 slot = edit->segment_cache[i]; assoc_array_insert_into_terminal_node() 642 if (edit->segment_cache[j] == slot) assoc_array_insert_into_terminal_node() 668 if (edit->segment_cache[i] == slot) { assoc_array_insert_into_terminal_node() 681 if (edit->segment_cache[ASSOC_ARRAY_FAN_OUT] != slot) { assoc_array_insert_into_terminal_node() 685 edit->leaf_p = &new_n0->slots[free_slot]; assoc_array_insert_into_terminal_node() 686 edit->adjust_count_on = new_n0; assoc_array_insert_into_terminal_node() 688 edit->leaf_p = &new_n1->slots[next_slot++]; assoc_array_insert_into_terminal_node() 689 edit->adjust_count_on = new_n1; assoc_array_insert_into_terminal_node() 694 edit->set_backpointers_to = assoc_array_node_to_ptr(new_n0); assoc_array_insert_into_terminal_node() 696 if (edit->segment_cache[i] == 0xff) { assoc_array_insert_into_terminal_node() 701 edit->set_backpointers[i] = &side->back_pointer; assoc_array_insert_into_terminal_node() 704 edit->set_backpointers[i] = &shortcut->back_pointer; assoc_array_insert_into_terminal_node() 711 edit->set[0].ptr = &edit->array->root; assoc_array_insert_into_terminal_node() 713 edit->set[0].ptr = &assoc_array_ptr_to_node(ptr)->slots[node->parent_slot]; assoc_array_insert_into_terminal_node() 715 edit->set[0].ptr = &assoc_array_ptr_to_shortcut(ptr)->next_node; assoc_array_insert_into_terminal_node() 716 edit->excised_meta[0] = assoc_array_node_to_ptr(node); assoc_array_insert_into_terminal_node() 731 new_n1->parent_slot = edit->segment_cache[0]; assoc_array_insert_into_terminal_node() 733 edit->adjust_count_on = new_n0; assoc_array_insert_into_terminal_node() 738 new_n0->slots[edit->segment_cache[0]] = assoc_array_node_to_ptr(new_n0); assoc_array_insert_into_terminal_node() 739 edit->leaf_p = &new_n0->slots[edit->segment_cache[ASSOC_ARRAY_FAN_OUT]]; assoc_array_insert_into_terminal_node() 741 edit->set[0].ptr = &assoc_array_ptr_to_node(node->back_pointer)->slots[node->parent_slot]; assoc_array_insert_into_terminal_node() 742 edit->set[0].to = assoc_array_node_to_ptr(new_n0); assoc_array_insert_into_terminal_node() 743 edit->excised_meta[0] = assoc_array_node_to_ptr(node); assoc_array_insert_into_terminal_node() 782 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s0); assoc_array_insert_into_terminal_node() 784 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); assoc_array_insert_into_terminal_node() 813 edit->segment_cache[i] = base_seg & ASSOC_ARRAY_FAN_MASK; assoc_array_insert_into_terminal_node() 818 edit->segment_cache[ASSOC_ARRAY_FAN_OUT] = base_seg & ASSOC_ARRAY_FAN_MASK; assoc_array_insert_into_terminal_node() 825 static bool assoc_array_insert_mid_shortcut(struct assoc_array_edit *edit, assoc_array_insert_mid_shortcut() argument 857 edit->set[0].ptr = &edit->array->root; assoc_array_insert_mid_shortcut() 860 edit->set[0].ptr = &node->slots[shortcut->parent_slot]; assoc_array_insert_mid_shortcut() 865 edit->excised_meta[0] = assoc_array_shortcut_to_ptr(shortcut); assoc_array_insert_mid_shortcut() 871 edit->new_meta[0] = assoc_array_node_to_ptr(new_n0); assoc_array_insert_mid_shortcut() 872 edit->adjust_count_on = new_n0; assoc_array_insert_mid_shortcut() 888 edit->new_meta[1] = assoc_array_shortcut_to_ptr(new_s0); assoc_array_insert_mid_shortcut() 889 edit->set[0].to = assoc_array_shortcut_to_ptr(new_s0); assoc_array_insert_mid_shortcut() 906 edit->set[0].to = assoc_array_node_to_ptr(new_n0); assoc_array_insert_mid_shortcut() 938 edit->new_meta[2] = assoc_array_shortcut_to_ptr(new_s1); assoc_array_insert_mid_shortcut() 950 edit->set[1].ptr = &side->back_pointer; assoc_array_insert_mid_shortcut() 951 edit->set[1].to = assoc_array_shortcut_to_ptr(new_s1); assoc_array_insert_mid_shortcut() 961 edit->set_parent_slot[0].p = &side->parent_slot; assoc_array_insert_mid_shortcut() 962 edit->set_parent_slot[0].to = sc_slot; assoc_array_insert_mid_shortcut() 963 edit->set[1].ptr = &side->back_pointer; assoc_array_insert_mid_shortcut() 964 edit->set[1].to = assoc_array_node_to_ptr(new_n0); assoc_array_insert_mid_shortcut() 969 edit->leaf_p = &new_n0->slots[1]; assoc_array_insert_mid_shortcut() 971 edit->leaf_p = &new_n0->slots[0]; assoc_array_insert_mid_shortcut() 974 return edit; assoc_array_insert_mid_shortcut() 985 * object in an associative array. This results in an edit script that can 988 * The function returns a pointer to an edit script or -ENOMEM. 1002 struct assoc_array_edit *edit; assoc_array_insert() local 1013 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); assoc_array_insert() 1014 if (!edit) assoc_array_insert() 1016 edit->array = array; assoc_array_insert() 1017 edit->ops = ops; assoc_array_insert() 1018 edit->leaf = assoc_array_leaf_to_ptr(object); assoc_array_insert() 1019 edit->adjust_count_by = 1; assoc_array_insert() 1024 if (!assoc_array_insert_in_empty_tree(edit)) assoc_array_insert() 1026 return edit; assoc_array_insert() 1033 if (!assoc_array_insert_into_terminal_node(edit, ops, index_key, assoc_array_insert() 1036 return edit; assoc_array_insert() 1042 if (!assoc_array_insert_mid_shortcut(edit, ops, &result)) assoc_array_insert() 1044 return edit; assoc_array_insert() 1050 assoc_array_cancel_edit(edit); assoc_array_insert() 1055 * assoc_array_insert_set_object - Set the new object pointer in an edit script 1056 * @edit: The edit script to modify. 1059 * Change the object to be inserted in an edit script. The object pointed to 1063 void assoc_array_insert_set_object(struct assoc_array_edit *edit, void *object) assoc_array_insert_set_object() argument 1066 edit->leaf = assoc_array_leaf_to_ptr(object); assoc_array_insert_set_object() 1099 * associative array. This results in an edit script that can either be 1102 * The function returns a pointer to an edit script if the object was found, 1118 struct assoc_array_edit *edit; assoc_array_delete() local 1125 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); assoc_array_delete() 1126 if (!edit) assoc_array_delete() 1128 edit->array = array; assoc_array_delete() 1129 edit->ops = ops; assoc_array_delete() 1130 edit->adjust_count_by = -1; assoc_array_delete() 1151 assoc_array_cancel_edit(edit); assoc_array_delete() 1162 edit->dead_leaf = node->slots[slot]; assoc_array_delete() 1163 edit->set[0].ptr = &node->slots[slot]; assoc_array_delete() 1164 edit->set[0].to = NULL; assoc_array_delete() 1165 edit->adjust_count_on = node; assoc_array_delete() 1171 edit->set[1].ptr = &array->root; assoc_array_delete() 1172 edit->set[1].to = NULL; assoc_array_delete() 1173 edit->adjust_count_on = NULL; assoc_array_delete() 1174 edit->excised_subtree = array->root; assoc_array_delete() 1176 return edit; assoc_array_delete() 1244 edit->new_meta[0] = assoc_array_node_to_ptr(new_n0); assoc_array_delete() 1249 edit->adjust_count_on = new_n0; assoc_array_delete() 1252 collapse.skip_leaf = assoc_array_ptr_to_leaf(edit->dead_leaf); assoc_array_delete() 1262 edit->set[1].ptr = &array->root; assoc_array_delete() 1268 edit->set[1].ptr = &p->slots[node->parent_slot]; assoc_array_delete() 1272 edit->set[1].ptr = &s->next_node; assoc_array_delete() 1274 edit->set[1].to = assoc_array_node_to_ptr(new_n0); assoc_array_delete() 1275 edit->excised_subtree = assoc_array_node_to_ptr(node); assoc_array_delete() 1279 return edit; assoc_array_delete() 1284 assoc_array_cancel_edit(edit); assoc_array_delete() 1294 * from an associative array. This results in an edit script that can either 1297 * The function returns a pointer to an edit script if there are objects to be 1309 struct assoc_array_edit *edit; assoc_array_clear() local 1316 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); assoc_array_clear() 1317 if (!edit) assoc_array_clear() 1319 edit->array = array; assoc_array_clear() 1320 edit->ops = ops; assoc_array_clear() 1321 edit->set[1].ptr = &array->root; assoc_array_clear() 1322 edit->set[1].to = NULL; assoc_array_clear() 1323 edit->excised_subtree = array->root; assoc_array_clear() 1324 edit->ops_for_excised_subtree = ops; assoc_array_clear() 1326 return edit; assoc_array_clear() 1330 * Handle the deferred destruction after an applied edit. 1334 struct assoc_array_edit *edit = assoc_array_rcu_cleanup() local 1340 if (edit->dead_leaf) assoc_array_rcu_cleanup() 1341 edit->ops->free_object(assoc_array_ptr_to_leaf(edit->dead_leaf)); assoc_array_rcu_cleanup() 1342 for (i = 0; i < ARRAY_SIZE(edit->excised_meta); i++) assoc_array_rcu_cleanup() 1343 if (edit->excised_meta[i]) assoc_array_rcu_cleanup() 1344 kfree(assoc_array_ptr_to_node(edit->excised_meta[i])); assoc_array_rcu_cleanup() 1346 if (edit->excised_subtree) { assoc_array_rcu_cleanup() 1347 BUG_ON(assoc_array_ptr_is_leaf(edit->excised_subtree)); assoc_array_rcu_cleanup() 1348 if (assoc_array_ptr_is_node(edit->excised_subtree)) { assoc_array_rcu_cleanup() 1350 assoc_array_ptr_to_node(edit->excised_subtree); assoc_array_rcu_cleanup() 1354 assoc_array_ptr_to_shortcut(edit->excised_subtree); assoc_array_rcu_cleanup() 1357 assoc_array_destroy_subtree(edit->excised_subtree, assoc_array_rcu_cleanup() 1358 edit->ops_for_excised_subtree); assoc_array_rcu_cleanup() 1361 kfree(edit); assoc_array_rcu_cleanup() 1365 * assoc_array_apply_edit - Apply an edit script to an associative array 1366 * @edit: The script to apply. 1368 * Apply an edit script to an associative array to effect an insertion, 1369 * deletion or clearance. As the edit script includes preallocated memory, 1372 * The edit script, dead objects and dead metadata will be scheduled for 1375 * the edit is taking place. 1377 void assoc_array_apply_edit(struct assoc_array_edit *edit) assoc_array_apply_edit() argument 1387 if (edit->leaf_p) assoc_array_apply_edit() 1388 *edit->leaf_p = edit->leaf; assoc_array_apply_edit() 1391 for (i = 0; i < ARRAY_SIZE(edit->set_parent_slot); i++) assoc_array_apply_edit() 1392 if (edit->set_parent_slot[i].p) assoc_array_apply_edit() 1393 *edit->set_parent_slot[i].p = edit->set_parent_slot[i].to; assoc_array_apply_edit() 1396 for (i = 0; i < ARRAY_SIZE(edit->set_backpointers); i++) assoc_array_apply_edit() 1397 if (edit->set_backpointers[i]) assoc_array_apply_edit() 1398 *edit->set_backpointers[i] = edit->set_backpointers_to; assoc_array_apply_edit() 1401 for (i = 0; i < ARRAY_SIZE(edit->set); i++) assoc_array_apply_edit() 1402 if (edit->set[i].ptr) assoc_array_apply_edit() 1403 *edit->set[i].ptr = edit->set[i].to; assoc_array_apply_edit() 1405 if (edit->array->root == NULL) { assoc_array_apply_edit() 1406 edit->array->nr_leaves_on_tree = 0; assoc_array_apply_edit() 1407 } else if (edit->adjust_count_on) { assoc_array_apply_edit() 1408 node = edit->adjust_count_on; assoc_array_apply_edit() 1410 node->nr_leaves_on_branch += edit->adjust_count_by; assoc_array_apply_edit() 1425 edit->array->nr_leaves_on_tree += edit->adjust_count_by; assoc_array_apply_edit() 1428 call_rcu(&edit->rcu, assoc_array_rcu_cleanup); assoc_array_apply_edit() 1432 * assoc_array_cancel_edit - Discard an edit script. 1433 * @edit: The script to discard. 1435 * Free an edit script and all the preallocated data it holds without making 1441 void assoc_array_cancel_edit(struct assoc_array_edit *edit) assoc_array_cancel_edit() argument 1449 for (i = 0; i < ARRAY_SIZE(edit->new_meta); i++) { assoc_array_cancel_edit() 1450 ptr = edit->new_meta[i]; assoc_array_cancel_edit() 1458 kfree(edit); assoc_array_cancel_edit() 1492 struct assoc_array_edit *edit; assoc_array_gc() local 1503 edit = kzalloc(sizeof(struct assoc_array_edit), GFP_KERNEL); assoc_array_gc() 1504 if (!edit) assoc_array_gc() 1506 edit->array = array; assoc_array_gc() 1507 edit->ops = ops; assoc_array_gc() 1508 edit->ops_for_excised_subtree = ops; assoc_array_gc() 1509 edit->set[0].ptr = &array->root; assoc_array_gc() 1510 edit->excised_subtree = array->root; assoc_array_gc() 1741 edit->set[0].to = new_root; assoc_array_gc() 1742 assoc_array_apply_edit(edit); assoc_array_gc() 1748 assoc_array_destroy_subtree(new_root, edit->ops); assoc_array_gc() 1749 kfree(edit); assoc_array_gc()
|
H A D | gen_crc32table.c | 108 printf("/* this file is generated - do not edit */\n\n"); main()
|
/linux-4.1.27/security/selinux/include/ |
H A D | initial_sid_to_string.h | 1 /* This file is automatically generated. Do not edit. */
|
/linux-4.1.27/arch/tile/include/arch/ |
H A D | mpipe_shm_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_pcie_rc_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_shm_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | usb_host.h | 15 /* Machine-generated file; do not edit. */
|
H A D | usb_host_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | mpipe_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_pcie_intfc_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_pcie_rc.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_shm.h | 15 /* Machine-generated file; do not edit. */
|
H A D | uart_def.h | 15 /* Machine-generated file; do not edit. */
|
H A D | trio_pcie_intfc.h | 15 /* Machine-generated file; do not edit. */
|
H A D | uart.h | 15 /* Machine-generated file; do not edit. */
|
H A D | mpipe.h | 15 /* Machine-generated file; do not edit. */
|
H A D | mpipe_shm.h | 15 /* Machine-generated file; do not edit. */
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpi_version.h | 12 /* *** HPI_VER is the only edit required to update version *** */
|
/linux-4.1.27/include/linux/ |
H A D | assoc_array.h | 77 extern void assoc_array_insert_set_object(struct assoc_array_edit *edit, 84 extern void assoc_array_apply_edit(struct assoc_array_edit *edit); 85 extern void assoc_array_cancel_edit(struct assoc_array_edit *edit);
|
/linux-4.1.27/security/keys/ |
H A D | keyring.c | 1077 struct assoc_array_edit *edit; variable in typeref:struct:assoc_array_edit 1099 /* Create an edit script that will insert/replace the key in the 1102 edit = assoc_array_insert(&keyring->keys, 1106 if (IS_ERR(edit)) { 1107 ret = PTR_ERR(edit); 1114 if (!edit->dead_leaf) { 1121 *_edit = edit; 1126 assoc_array_cancel_edit(edit); variable 1174 struct assoc_array_edit *edit) 1184 if (edit) { 1185 if (!edit->dead_leaf) { 1189 assoc_array_cancel_edit(edit); variable 1216 struct assoc_array_edit *edit; key_link() local 1228 ret = __key_link_begin(keyring, &key->index_key, &edit); key_link() 1233 __key_link(key, &edit); key_link() 1234 __key_link_end(keyring, &key->index_key, edit); key_link() 1261 struct assoc_array_edit *edit; key_unlink() local 1272 edit = assoc_array_delete(&keyring->keys, &keyring_assoc_array_ops, key_unlink() 1274 if (IS_ERR(edit)) { key_unlink() 1275 ret = PTR_ERR(edit); key_unlink() 1279 if (edit == NULL) key_unlink() 1282 assoc_array_apply_edit(edit); key_unlink() 1302 struct assoc_array_edit *edit; keyring_clear() local 1310 edit = assoc_array_clear(&keyring->keys, &keyring_assoc_array_ops); keyring_clear() 1311 if (IS_ERR(edit)) { keyring_clear() 1312 ret = PTR_ERR(edit); keyring_clear() 1314 if (edit) keyring_clear() 1315 assoc_array_apply_edit(edit); keyring_clear() 1332 struct assoc_array_edit *edit; keyring_revoke() local 1334 edit = assoc_array_clear(&keyring->keys, &keyring_assoc_array_ops); keyring_revoke() 1335 if (!IS_ERR(edit)) { keyring_revoke() 1336 if (edit) keyring_revoke() 1337 assoc_array_apply_edit(edit); keyring_revoke()
|
H A D | key.c | 478 struct assoc_array_edit *edit; key_instantiate_and_link() local 493 ret = __key_link_begin(keyring, &key->index_key, &edit); key_instantiate_and_link() 498 ret = __key_instantiate_and_link(key, &prep, keyring, authkey, &edit); key_instantiate_and_link() 501 __key_link_end(keyring, &key->index_key, edit); key_instantiate_and_link() 538 struct assoc_array_edit *edit; key_reject_and_link() local 549 link_ret = __key_link_begin(keyring, &key->index_key, &edit); key_reject_and_link() 572 __key_link(key, &edit); key_reject_and_link() 582 __key_link_end(keyring, &key->index_key, edit); key_reject_and_link() 785 struct assoc_array_edit *edit; key_create_or_update() local 837 ret = __key_link_begin(keyring, &index_key, &edit); key_create_or_update() 883 ret = __key_instantiate_and_link(key, &prep, keyring, NULL, &edit); key_create_or_update() 893 __key_link_end(keyring, &index_key, edit); key_create_or_update() 906 __key_link_end(keyring, &index_key, edit); key_create_or_update()
|
H A D | request_key.c | 336 struct assoc_array_edit *edit; construct_alloc_key() local 365 ret = __key_link_begin(dest_keyring, &ctx->index_key, &edit); construct_alloc_key() 380 __key_link(key, &edit); construct_alloc_key() 384 __key_link_end(dest_keyring, &ctx->index_key, edit); construct_alloc_key() 399 __key_link(key, &edit); construct_alloc_key() 400 __key_link_end(dest_keyring, &ctx->index_key, edit); construct_alloc_key()
|
H A D | internal.h | 98 struct assoc_array_edit *edit);
|
/linux-4.1.27/scripts/selinux/genheaders/ |
H A D | genheaders.c | 72 fprintf(fout, "/* This file is automatically generated. Do not edit. */\n"); main() 121 fprintf(fout, "/* This file is automatically generated. Do not edit. */\n"); main()
|
/linux-4.1.27/drivers/staging/speakup/ |
H A D | i18n.c | 34 [MSG_EDIT_DONE] = "edit done", 65 [MSG_EDIT_PROMPT] = "edit %s, press space when done", 276 [MSG_KEYNAME_EDIT] = "edit", 296 [MSG_FUNCNAME_EDIT_DELIM] = "edit delimiters", 297 [MSG_FUNCNAME_EDIT_EXNUM] = "edit exnum", 298 [MSG_FUNCNAME_EDIT_MOST] = "edit most", 299 [MSG_FUNCNAME_EDIT_REPEATS] = "edit repeats", 300 [MSG_FUNCNAME_EDIT_SOME] = "edit some",
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
H A D | Context.c | 3 * contents of Context.xs. Do not edit this file, edit Context.xs instead.
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | Makefile | 53 echo " * Do not edit!" ; \
|
/linux-4.1.27/sound/oss/ |
H A D | hex2hex.c | 88 printf("/*\n *\t Computer generated file. Do not edit.\n */\n"); main()
|
/linux-4.1.27/include/uapi/linux/ |
H A D | aio_abi.h | 70 #error edit for your odd byteorder.
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | ps3.c | 46 * edit the command line passed to vmlinux (by setting /chosen/bootargs).
|
H A D | main.c | 139 * edit the command line passed to vmlinux (by setting /chosen/bootargs). 161 /* If possible, edit the command line */ prep_cmdline()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
H A D | irq.h | 103 * if we had BLOCK'edit here, we would not get the multiple_irq at all.
|
/linux-4.1.27/include/asm-generic/ |
H A D | atomic-long.h | 8 * edit all arch specific atomic.h files.
|
/linux-4.1.27/drivers/s390/char/ |
H A D | defkeymap.c | 2 /* Do not edit this file! It was automatically generated by */
|
/linux-4.1.27/scripts/ |
H A D | conmakehash.c | 250 * Do not edit this file; it was automatically generated by\n\ main()
|
H A D | asn1_compiler.c | 1238 fprintf(hdr, " * Automatically generated by asn1_compiler. Do not edit\n"); render() 1251 fprintf(out, " * Automatically generated by asn1_compiler. Do not edit\n"); render()
|
H A D | unifdef.c | 397 * #elif that we don't understand and therefore must keep, we edit the 403 * #else will be discarded. We edit the #elif into a #else and the
|
/linux-4.1.27/Documentation/DocBook/media/ |
H A D | Makefile | 288 echo "<!-- Generated file! Do not edit. -->") >$@ 365 echo "<!-- Generated file! Do not edit. -->") >$@
|
/linux-4.1.27/drivers/media/common/b2c2/ |
H A D | flexcop_ibi_value_be.h | 5 /* This file is automatically generated, do not edit things here. */
|
H A D | flexcop_ibi_value_le.h | 5 /* This file is automatically generated, do not edit things here. */
|
/linux-4.1.27/sound/soc/sh/ |
H A D | hac.c | 15 * to edit the code a bit to use the other AC97 unit. --mlau
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 254 //dev_kfree_skb_any(skb);//edit by thomas softmac_mgmt_xmit() 282 //dev_kfree_skb_any(skb);//edit by thomas softmac_mgmt_xmit() 321 //dev_kfree_skb_any(skb);//edit by thomas softmac_ps_mgmt_xmit() 375 //dev_kfree_skb_any(skb);//edit by thomas ieee80211_send_beacon() 410 //dev_kfree_skb_any(skb);//edit by thomas ieee80211_send_probe() 1280 //dev_kfree_skb_any(skb);//edit by thomas ieee80211_associate_step1() 1311 //dev_kfree_skb_any(skb);//edit by thomas ieee80211_auth_challenge() 1332 //dev_kfree_skb_any(skb);//edit by thomas ieee80211_associate_step2() 2266 //dev_kfree_skb_any(skb);//edit by thomas ieee80211_wake_queue() 3146 //dev_kfree_skb_any(skb);//edit by thomas SendDisassociation()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | alternative.h | 252 * Allows the kernel to edit read-only pages.
|
/linux-4.1.27/drivers/atm/ |
H A D | idt77252_tables.h | 1 /* Do not edit, automatically generated by `./genrtbl'.
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
H A D | lustre_log.h | 260 * write new record in llog. It appends records usually but can edit
|
/linux-4.1.27/drivers/firmware/efi/ |
H A D | efivars.c | 214 printk(KERN_ERR "efivars: Cannot edit the wrong variable!\n"); sanity_check()
|
/linux-4.1.27/drivers/cpufreq/ |
H A D | pmac32-cpufreq.c | 42 * but this is an __init function ! So you MUST go edit
|
/linux-4.1.27/scripts/dtc/ |
H A D | flattree.c | 478 fprintf(f, "/* autogenerated by dtc, do not edit */\n\n"); dt_to_asm()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/ |
H A D | qlge.h | 146 * There are no values defined as of edit #15. 202 * There are no valued defined as of edit #15.
|
/linux-4.1.27/net/batman-adv/ |
H A D | distributed-arp-table.c | 267 * @ip: ipv4 to add/edit
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | tlv320aic31xx.c | 721 there may be trouble. To fix the issue edit the aic31xx_setup_pll()
|
/linux-4.1.27/scripts/kconfig/ |
H A D | qconf.cc | 1417 // create edit menu ConfigMainWindow()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | unusual_devs.h | 34 /* If you edit this file, please try to keep it sorted first by VendorID,
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 1809 minfo->fbcon.flags |= FBINFO_PARTIAL_PAN_OK | /* Prefer panning for scroll under MC viewer/edit */ initMatrox2()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | de4x5.c | 104 2) for fixed autoprobes (not recommended), edit the source code near 186 2.0.x is installed (4 in 2.1.x), the user will have to edit
|