| /linux/Documentation/livepatch/ |
| H A D | system-state.rst | 16 any new livepatch must be able to detect what changes have already been 17 done by the already installed livepatches. 33 already installed livepatches. 63 already installed livepatches. 74 for already modified system states. 77 already installed livepatches. 79 - Non-cumulative livepatches are allowed to touch already modified 90 has not been already modified by a livepatches that are being 93 - Take over or update the system state modification when is has already 102 - Remove any already made changes when error occurs and the livepatch [all …]
|
| /linux/kernel/livepatch/ |
| H A D | state.c | 46 * the already installed livepatches 49 * Checks whether already installed livepatches modify the given 61 * Return: pointer to the latest struct klp_state from already 94 /* A cumulative livepatch must handle all already modified states. */ in klp_is_state_compatible() 103 * Cumulative patches must handle all already modified states. 104 * Non-cumulative patches can touch already modified states.
|
| /linux/block/ |
| H A D | badblocks.c | 25 * overwrite, skip the overlapped already set range, depends on who they are 27 * more complicated when the setting range covers multiple already set bad block 36 * possible overlapped or adjacent already set bad block ranges. Then the hard 40 * to be considered are, (The already set bad blocks ranges are naming with 43 * 1) A setting range is not overlapped or adjacent to any other already set bad 57 * 2) A setting range starts exactly at a start LBA of an already set bad blocks 59 * 2.1) The setting range size < already set range size 82 * 2.2) The setting range size == already set range size 98 * 2.3) The setting range size > already set range size 106 * first part (S1) is as same size as the already set range E, the second [all …]
|
| /linux/tools/testing/selftests/powerpc/signal/ |
| H A D | signal.S | 11 /* r3 already has our pid in it */ 12 /* r4 already has signal type in it */ 27 /* r3 already has our pid in it */ 28 /* r4 already has signal type in it */
|
| /linux/net/9p/ |
| H A D | error.c | 107 {"Transport endpoint is already connected", EISCONN}, 114 {"Operation already in progress", EALREADY}, 129 {"file already exists", EEXIST}, 130 {"file or directory already exists", EEXIST}, 131 {"fid already in use", EBADF}, 134 {"file already open for I/O", ETXTBSY}, 147 {"exclusive use file already open", EAGAIN},
|
| /linux/tools/testing/selftests/net/ |
| H A D | netdevice.sh | 15 # if already up, nothing done 23 echo "SKIP: $netdev: interface already up" 39 # Doing nothing if the interface was already up 45 # do nothing if the interface was already up 63 #check that the interface did not already have an IP 66 echo "SKIP: $netdev: already have an IP"
|
| /linux/Documentation/networking/ |
| H A D | x25-iface.rst | 16 already existing Ethernet device drivers. However unlike those drivers, the 31 over the LAPB link. The LAPB link should already exist before any data is 36 Establish the LAPB link. If the link is already established then the connect 41 Terminate the LAPB link. If it is already disconnected then the disconnect
|
| /linux/scripts/coccinelle/misc/ |
| H A D | array_size_dup.cocci | 72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line) 138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line) 200 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line) 208 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
|
| /linux/Documentation/locking/ |
| H A D | ww-mutex-design.rst | 24 evict other buffers which are already queued up to the GPU), but for a 33 younger task) unlocks all of the buffers that it has already locked, and then 38 the actions of a locking thread when it encounters an already locked mutex. 79 killed its transaction after having dropped all already acquired locks. 84 contending lock (after having dropped all other already acquired locks) will 135 This is useful if a list of required objects is already tracked somewhere. 243 - Due to the -EALREADY return code signalling that a given objects is already 245 or keep track off which looks are already held (when using more than one node 302 /* we have that one already, get to the next object */ 347 other locks acquired already (ctx->acquired > 0). Note that this waiter
|
| /linux/drivers/usb/dwc2/ |
| H A D | drd.c | 46 /* Check if A-Session is already in the right state */ in dwc2_ovr_avalid() 68 /* Check if B-Session is already in the right state */ in dwc2_ovr_bvalid() 90 int already = 0; in dwc2_drd_role_sw_set() local 140 already = dwc2_ovr_avalid(hsotg, true); in dwc2_drd_role_sw_set() 142 already = dwc2_ovr_bvalid(hsotg, true); in dwc2_drd_role_sw_set() 159 if (!already && hsotg->dr_mode == USB_DR_MODE_OTG) in dwc2_drd_role_sw_set()
|
| /linux/include/linux/ |
| H A D | pm_runtime.h | 129 * Decrement the runtime PM usage counter of @dev unless it is 0 already. 358 * * -EINPROGRESS: Suspend already in progress. 373 * * 1: Success; device was already suspended. 400 * * 1: Success; device was already suspended. 442 * * -EINPROGRESS: Suspend already in progress. 468 * * 1: Success; device was already suspended. 476 * * -EINPROGRESS: Suspend already in progress. 562 * * 1: Success. Usage counter dropped to zero, but device was already suspended. 570 * * -EINPROGRESS: Suspend already in progress. 588 * * 1: Success. Usage counter dropped to zero, but device was already suspended. [all …]
|
| H A D | hmm.h | 29 * to mark that page is already DMA mapped 65 * already. 92 * already. 132 * wait already.
|
| /linux/arch/arc/include/asm/ |
| H A D | entry-compact.h | 135 /* OK we were already in kernel mode when this event happened, thus can 166 /*------Intr/Ecxp happened in kernel mode, SP already setup ------ */ 223 * -Switches stack to K mode (if not already) 233 /* U/K mode at time of exception (stack not switched if already K) */ 240 sub sp, sp, 4 /* skip pt_regs->sp, already saved above */ 261 /* gp already saved on stack: now load with "current" */ 325 skip pt_regs->sp, already saved above */ 342 /* gp already saved on stack: now load with "current" */
|
| /linux/drivers/watchdog/ |
| H A D | da9063_wdt.c | 78 * The watchdog triggers a reboot if a timeout value is already in da9063_wdt_update_timeout() 82 * value if the watchdog is already running. Then we can set the in da9063_wdt_update_timeout() 153 * 2. The watchdog is already running and a new timeout value should be in da9063_wdt_set_timeout() 183 * lock due to interrupts already being disabled at this late stage. in da9063_wdt_restart() 248 /* Use pre-configured timeout if watchdog is already running. */ in da9063_wdt_probe() 257 /* Update timeout if the watchdog is already running. */ in da9063_wdt_probe()
|
| /linux/net/sunrpc/xprtrdma/ |
| H A D | svc_rdma_pcl.c | 91 * - The incoming Read list has already been sanity checked. 92 * - cl_count is already set to the number of segments in 142 * - The incoming Read list has already been sanity checked. 143 * - cl_count is already set to the number of segments in 194 * - The incoming Write list has already been sanity checked, and 253 * This mechanism must ignore not only result payloads that were already
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | amd_cache_disable.c | 55 /* check whether this slot is activated already */ in amd_get_l3_disable_slot() 131 /* check if @slot is already used or the index is already disabled */ in amd_set_l3_disable_slot() 139 /* check whether the other slot has disabled the same index already */ in amd_set_l3_disable_slot() 166 pr_warn("L3 slot %d in use/index already disabled!\n", in store_cache_disable() 250 if (amd_l3_attrs) /* already initialized */ in init_amd_l3_attrs()
|
| /linux/sound/isa/gus/ |
| H A D | gus_irq.c | 40 unsigned int already, _current_; in snd_gus_interrupt() local 44 already = 0; in snd_gus_interrupt() 48 if (already & _current_) in snd_gus_interrupt() 50 already |= _current_; /* mark request */ in snd_gus_interrupt()
|
| /linux/samples/hung_task/ |
| H A D | hung_task_tests.c | 40 /* Check if data is already read */ in read_dummy_mutex() 58 /* Check if data is already read */ in read_dummy_semaphore() 78 /* Check if data is already read */ in read_dummy_rwsem_read() 98 /* Check if data is already read */ in read_dummy_rwsem_write()
|
| /linux/net/bridge/ |
| H A D | br_mrp.c | 589 * note: already called with rtnl_lock 615 * note: already called with rtnl_lock 647 * note: already called with rtnl_lock 669 * note: already called with rtnl_lock 700 * note: already called with rtnl_lock 735 * note: already called with rtnl_lock 756 * note: already called with rtnl_lock 803 * instance has already one. First it needs to be disabled and after in br_mrp_set_in_role() 838 * note: already called with rtnl_lock 916 * note: already called with rcu_read_lock [all …]
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | bmi.c | 51 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_get_target_info() 125 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_read() 183 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_write() 247 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_execute() 294 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_set_app_start() 330 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_reg_read() 373 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_reg_write() 415 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_lz_data() 464 ath6kl_err("bmi done sent already, cmd %d disallowed\n", cid); in ath6kl_bmi_lz_stream_start()
|
| /linux/tools/memory-model/scripts/ |
| H A D | checklitmushist.sh | 37 # Create the list of litmus tests already run, then remove those that 41 xargs -r grep -L "^P${LKMM_PROCS}"> $T/list-C-already 42 xargs < $T/list-C-already -r grep -L "^P${LKMM_PROCS}" > $T/list-C-short
|
| /linux/Documentation/process/ |
| H A D | stable-kernel-rules.rst | 9 - It or an equivalent fix must already exist in Linux mainline (upstream). 47 2. Ask the stable team to pick up a patch already mainlined. 48 3. Submit a patch to the stable team that is equivalent to a change already 61 submitted, or already present in all newer stable trees still supported. This is 108 prerequisite of patch2 if you have already marked patch1 for stable 143 If the patch already has been merged to mainline, send an email to
|
| /linux/lib/ |
| H A D | rcuref.c | 149 * the occasional race vs. a dead or already saturated refcount into 187 * False if the reference count was already marked dead 197 * If the reference count was already marked dead, undo the in rcuref_get_slowpath() 208 * was already on a saturated value restore the saturation in rcuref_get_slowpath() 246 * it dead already. Both are valid situations and do not in rcuref_put_slowpath() 262 * If the reference count was already in the dead zone, then this in rcuref_put_slowpath()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-decoder-cmd.rst | 119 already past that timestamp. Leave to 0 if you want to stop after 145 - Start the decoder. When the decoder is already running or paused, 163 - Stop the decoder. When the decoder is already stopped, this 182 already paused, this command does nothing. This command has one 189 the decoder is already running, this command does nothing. No
|
| /linux/tools/lib/bpf/ |
| H A D | strset.c | 68 * content already is in the hash map in strset__new() 136 /* Add a string s to the string data. If the string already exists, return its 153 * other hand, if the string is unique, it's already appended and in strset__add_str() 165 * contents doesn't exist already (HASHMAP_ADD strategy). If such in strset__add_str()
|