Searched refs:to_remove (Results 1 – 6 of 6) sorted by relevance
59 hook_remove_locked(seq_hooks_t *to_remove) { in hook_remove_locked() argument 61 bool success = seq_try_load_hooks(&hooks_internal, to_remove); in hook_remove_locked() 67 seq_store_hooks(to_remove, &hooks_internal); in hook_remove_locked()
972 StringRef to_remove = cmd; in dropUnrelatedFrontTokens() local973 while (!to_remove.empty() && !IsTokenSeparator(to_remove.back())) { in dropUnrelatedFrontTokens()974 to_remove = to_remove.drop_back(); in dropUnrelatedFrontTokens()976 cmd = cmd.drop_front(to_remove.size()); in dropUnrelatedFrontTokens()
65 static const char *to_remove; variable125 if (to_remove != NULL) { in cleanup()129 rc = remove(to_remove); in cleanup()131 rc = unlink(to_remove); in cleanup()134 perror(to_remove); in cleanup()447 to_remove = strdup(alt_file); in copy_input()938 to_remove = source_file; in main()
4254 unsigned long to_remove = old_links & ~new_links; in ath12k_mac_op_change_vif_links() local4279 for_each_set_bit(link_id, &to_remove, IEEE80211_MLD_MAX_NUM_LINKS) { in ath12k_mac_op_change_vif_links()
1532 int to_remove; in SWIG_Lua_iterate_bases() local1582 to_remove = subcall_last_arg - last_arg; in SWIG_Lua_iterate_bases()1583 for(j=0;j<to_remove;j++) in SWIG_Lua_iterate_bases()