/linux/lib/ |
H A D | rcuref.c | 21 * put() 51 * The get() and put() operations do unconditional increments and 70 * count is put back to DEAD. 76 * get() put() 90 * T1 0 1 put() 91 * T2 -1 0 put() tries to mark dead 93 * T2 0 1 put() mark dead fails 94 * T1 -1 0 put() tries to mark dead 95 * T1 DEAD 0 put() mark dead succeeds 109 * put() get() [all …]
|
H A D | klist.c | 76 * @put: The put function for the embedding object (NULL if none) 80 * deletion) then the get/put arguments are used to initialise 85 void (*put)(struct klist_node *)) in klist_init() 90 k->put = put; in klist_init() 144 * @pos: node to put @n after 160 * @pos: node to put @n after 212 void (*put)(struct klist_node *) = k->put; in klist_put() local 218 put = NULL; in klist_put() 220 if (put) in klist_put() 221 put(n); in klist_put() [all …]
|
/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 52 | if fp0-fp3 is being modified, we must put a copy 141 bsetl #31,%d0 |if negative, put in sign information 149 bsetl #31,%d0 |if negative put in sign information 151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 156 orl %d1,%d0 |put these bits in ms word of double 157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack 160 lsll %d0,%d1 |put lower 11 bits in upper bits 164 orl %d0,LOCAL_HI(%a1) |put them in double result 208 swap %d0 |put exp in upper word of d0 212 bsetl #31,%d0 |if negative, put in sign first [all …]
|
H A D | binstr.S | 39 | zero, it is the ls digit. Put the digit in its place in the 99 swap %d6 |put 0 in d6 lower word 109 swap %d6 |with d6 = 0; put 0 in upper word 120 swap %d7 |put LEN counter in word d7a 125 swap %d7 |put digit word in d7b 126 movew %d1,%d7 |put new digit in d7b 127 swap %d7 |put LEN counter in word d7a 130 swap %d7 |put last digit in string
|
/linux/include/trace/events/ |
H A D | fscache.h | 114 EM(fscache_cache_put_alloc_volume, "PUT alvol") \ 115 EM(fscache_cache_put_cache, "PUT cache") \ 116 EM(fscache_cache_put_prep_failed, "PUT pfail") \ 117 EM(fscache_cache_put_relinquish, "PUT relnq") \ 118 E_(fscache_cache_put_volume, "PUT vol ") 128 EM(fscache_volume_put_cookie, "PUT cook ") \ 129 EM(fscache_volume_put_create_work, "PUT creat") \ 130 EM(fscache_volume_put_hash_collision, "PUT hcoll") \ 131 EM(fscache_volume_put_relinquish, "PUT relnq") \ 132 EM(fscache_volume_put_withdraw, "PUT withd") \ [all …]
|
H A D | netfs.h | 132 EM(netfs_rreq_trace_put_complete, "PUT COMPLT ") \ 133 EM(netfs_rreq_trace_put_discard, "PUT DISCARD") \ 134 EM(netfs_rreq_trace_put_failed, "PUT FAILED ") \ 135 EM(netfs_rreq_trace_put_no_submit, "PUT NO-SUBM") \ 136 EM(netfs_rreq_trace_put_return, "PUT RETURN ") \ 137 EM(netfs_rreq_trace_put_subreq, "PUT SUBREQ ") \ 138 EM(netfs_rreq_trace_put_work_ip, "PUT WORK IP ") \ 149 EM(netfs_sreq_trace_put_abandon, "PUT ABANDON") \ 150 EM(netfs_sreq_trace_put_cancel, "PUT CANCEL ") \ 151 EM(netfs_sreq_trace_put_clear, "PUT CLEA [all...] |
H A D | rxrpc.h | 180 EM(rxrpc_skb_put_call_rx, "PUT call-rx ") \ 181 EM(rxrpc_skb_put_challenge, "PUT challenge") \ 182 EM(rxrpc_skb_put_conn_secured, "PUT conn-secd") \ 183 EM(rxrpc_skb_put_conn_work, "PUT conn-work") \ 184 EM(rxrpc_skb_put_error_report, "PUT error-rep") \ 185 EM(rxrpc_skb_put_input, "PUT input ") \ 186 EM(rxrpc_skb_put_jumbo_subpacket, "PUT jumbo-sub") \ 187 EM(rxrpc_skb_put_oob, "PUT oob ") \ 188 EM(rxrpc_skb_put_purge, "PUT purge ") \ 189 EM(rxrpc_skb_put_purge_oob, "PUT purg [all...] |
H A D | afs.h | 125 EM(afs_call_trace_put, "PUT ") \ 136 EM(afs_server_trace_put_cbi, "PUT cbi ") \ 137 EM(afs_server_trace_put_probe, "PUT probe") \ 162 EM(afs_volume_trace_put_callback, "PUT callback ") \ 163 EM(afs_volume_trace_put_cell_dup, "PUT cell-dup ") \ 164 EM(afs_volume_trace_put_cell_root, "PUT cell-root ") \ 165 EM(afs_volume_trace_put_destroy_sbi, "PUT sbi-destry") \ 166 EM(afs_volume_trace_put_free_fc, "PUT fc-free ") \ 167 EM(afs_volume_trace_put_put_op, "PUT op-put ") \ [all...] |
/linux/drivers/atm/ |
H A D | suni.c | 40 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro 43 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg) 65 PUT(0,MRI); /* latch counters */ in suni_hz() 109 if (set) PUT(GET(reg) | bit,reg); \ 110 else PUT(GET(reg) & ~bit,reg); \ 198 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet() 199 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet() 200 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet() 212 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh() 213 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh() [all …]
|
H A D | idt77105.c | 46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg) macro 67 PUT(counter, CTRSEL); in get_counter() 133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func() 135 PUT( walk->old_mcr ,MCR); in idt77105_restart_timer_func() 176 PUT(diag,DIAG); in set_loopback() 232 PUT( in idt77105_int() 246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int() 299 PUT(PRIV(dev)->old_mcr, MCR); in idt77105_start() 328 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR ); in idt77105_stop()
|
/linux/tools/lib/perf/include/internal/ |
H A D | rc_check.h | 25 * are paired with a put. Reference count checking adds a malloc-ed layer of 26 * indirection on a get, and frees it on a put. A missed put will be reported as 27 * a memory leak. A double put will be reported as a double free. Accessing 28 * after a put will cause a use-after-free and/or a segfault. 54 /* A put operation removing the indirection layer. */ 98 /* A put operation removing the indirection layer. */
|
/linux/sound/pci/ice1712/ |
H A D | aureon.c | 1398 .put = wm_master_mute_put 1407 .put = wm_master_vol_put, 1415 .put = wm_mute_put, 1425 .put = wm_vol_put, 1434 .put = wm_mute_put, 1444 .put = wm_vol_put, 1453 .put = wm_mute_put, 1463 .put = wm_vol_put, 1472 .put = wm_mute_put, 1482 .put = wm_vol_put, [all …]
|
/linux/arch/m68k/68000/ |
H A D | entry.S | 131 movel #65,%sp@- /* put vector # on stack*/ 142 movel #66,%sp@- /* put vector # on stack*/ 153 movel #67,%sp@- /* put vector # on stack*/ 164 movel #68,%sp@- /* put vector # on stack*/ 175 movel #69,%sp@- /* put vector # on stack*/ 186 movel #70,%sp@- /* put vector # on stack*/ 197 movel #71,%sp@- /* put vector # on stack*/ 208 movel %d0,%sp@- /* put vector # on stack*/
|
/linux/include/linux/ |
H A D | cgroup_refcnt.h | 70 * css_put - put a css reference in CGROUP_REF_EXPORT() 73 * Put a reference obtained via css_get() and css_tryget_online(). in CGROUP_REF_EXPORT() 84 * css_put_many - put css references in CGROUP_REF_EXPORT() 86 * @n: number of references to put in CGROUP_REF_EXPORT() 88 * Put references obtained via css_get() and css_tryget_online(). in CGROUP_REF_EXPORT()
|
H A D | wait.h | 336 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 375 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute 402 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 466 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 489 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 519 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 574 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the 600 * The process is put to sleep (TASK_INTERRUPTIBLE) until the 665 * The process is put to sleep (TASK_IDLE) until the 685 * The process is put to sleep (TASK_IDLE) until the [all …]
|
/linux/include/sound/ |
H A D | soc.h | 64 .put = snd_soc_put_volsw, \ 69 .put = snd_soc_put_volsw, \ 77 .put = snd_soc_put_volsw, \ 86 .put = snd_soc_put_volsw_sx, \ 94 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ 99 .put = snd_soc_put_volsw, \ 113 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ 120 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \ 129 .put = snd_soc_put_volsw, \ 139 .put = snd_soc_put_volsw_sx, \ [all …]
|
/linux/sound/soc/codecs/ |
H A D | pcm6240.c | 736 .put = pcmdevice_put_volsw, 744 .put = pcmdevice_put_volsw, 755 .put = pcmdevice_put_volsw, 763 .put = pcmdevice_put_volsw, 774 .put = pcmdevice_put_volsw, 782 .put = pcmdevice_put_volsw, 802 .put = pcm1690_put_volsw, 810 .put = pcm1690_put_finevolsw, 821 .put = pcmdevice_put_volsw, 829 .put = pcmdevice_put_volsw, [all …]
|
/linux/sound/pci/oxygen/ |
H A D | oxygen_mixer.c | 734 .put = ac97_switch_put, \ 745 .put = ac97_volume_put, \ 761 .put = dac_volume_put, 768 .put = dac_mute_put, 775 .put = upmix_put, 785 .put = spdif_switch_put, 793 .put = spdif_default_put, 811 .put = spdif_pcm_put, 837 .put = spdif_bit_switch_put, 845 .put = spdif_bit_switch_put, [all …]
|
/linux/drivers/net/wireless/st/cw1200/ |
H A D | fwio.c | 56 u32 put = 0, get = 0; in cw1200_load_firmware_cw1200() local 192 /* loop until put - get <= 24K */ in cw1200_load_firmware_cw1200() 195 if ((put - get) <= in cw1200_load_firmware_cw1200() 201 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200() 208 tx_size = block_size = min_t(size_t, firmware->size - put, in cw1200_load_firmware_cw1200() 211 memcpy(buf, &firmware->data[put], block_size); in cw1200_load_firmware_cw1200() 221 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200() 225 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200() 229 /* update the put register */ in cw1200_load_firmware_cw1200() 230 put += block_size; in cw1200_load_firmware_cw1200() [all …]
|
/linux/scripts/coccinelle/iterators/ |
H A D | device_node_continue.cocci | 2 /// Device node iterators put the previous value of the index variable, so an 3 /// explicit put causes a double put. 93 msg = "ERROR: probable double put." 102 msg = "ERROR: probable double put."
|
/linux/Documentation/power/ |
H A D | pci.rst | 34 Usually, a device is put into a low-power state when it is underutilized or 36 again, it has to be put back into the "fully functional" state (full-power 41 PCI devices may be put into low-power states in two ways, by using the device 53 to put the device that sent it into the full-power state. However, the PCI Bus 111 programmatically put into D0. Thus the kernel can switch the device back and 169 set of power resources that have to be enabled for the device to be put into 174 To put a device into the ACPI power state Dx (where x is a number between 0 and 178 is going to be put into a low-power state (D1-D3) and is supposed to generate 184 only be put into D0 this way. 190 determines the highest power (lowest number) state the device can be put [all …]
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen4_tl.h | 43 * @reg_tl_gp_lat_acc: get-put latency accumulator 50 * @reg_tl_gp_lat_max: maximum logged get to put latency 51 * @reg_tl_ae_put_cnt: Accelerator Engine put counts across all rings 101 * @reg_tl_gp_lat_acc: get-put latency accumulator 104 * @reg_tl_ae_put_cnt: Accelerator Engine put counts across all rings
|
/linux/security/apparmor/include/ |
H A D | cred.h | 106 * The returned reference must be put with aa_put_label() 120 * end_label_crit_section - put a reference found with begin_current_label.. 121 * @label: label reference to put 140 * The returned reference must be put with __end_current_label_crit_section() 162 * The returned reference must be put with end_current_label_crit_section()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/ |
H A D | ia_css_yuv444_io.host.c | 62 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_yuv444_io_config() 63 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_yuv444_io_config() 72 "ia_css_yuv444_io_config() put part enter:\n"); in ia_css_yuv444_io_config() 87 "ia_css_yuv444_io_config() put part leave:\n"); in ia_css_yuv444_io_config()
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/ |
H A D | ia_css_bayer_io.host.c | 60 size_put = binary->info->mem_offsets.offsets.param->dmem.put.size; in ia_css_bayer_io_config() 61 offset = binary->info->mem_offsets.offsets.param->dmem.put.offset; in ia_css_bayer_io_config() 70 "ia_css_bayer_io_config() put part enter:\n"); in ia_css_bayer_io_config() 84 "ia_css_bayer_io_config() put part leave:\n"); in ia_css_bayer_io_config()
|