/linux-4.1.27/include/linux/ |
D | wait.h | 188 #define ___wait_cond_timeout(condition) \ argument 190 bool __cond = (condition); \ 212 #define ___wait_event(wq, condition, state, exclusive, ret, cmd) \ argument 227 if (condition) \ 246 #define __wait_event(wq, condition) \ argument 247 (void)___wait_event(wq, condition, TASK_UNINTERRUPTIBLE, 0, 0, \ 262 #define wait_event(wq, condition) \ argument 265 if (condition) \ 267 __wait_event(wq, condition); \ 270 #define __io_wait_event(wq, condition) \ argument [all …]
|
D | ratelimit.h | 52 #define WARN_ON_RATELIMIT(condition, state) \ argument 53 WARN_ON((condition) && __ratelimit(state)) 55 #define WARN_RATELIMIT(condition, format, ...) \ argument 60 int rtn = !!(condition); \ 70 #define WARN_ON_RATELIMIT(condition, state) \ argument 71 WARN_ON(condition) 73 #define WARN_RATELIMIT(condition, format, ...) \ argument 75 int rtn = WARN(condition, format, ##__VA_ARGS__); \
|
D | bug.h | 21 #define BUILD_BUG_ON(condition) (0) argument 71 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument 73 #define BUILD_BUG_ON(condition) \ argument 74 BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
|
D | compiler.h | 399 # define __compiletime_error_fallback(condition) \ argument 400 do { ((void)sizeof(char[1 - 2 * condition])); } while (0) 404 # define __compiletime_error_fallback(condition) do { } while (0) argument 407 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 409 bool __cond = !(condition); \ 416 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 417 __compiletime_assert(condition, msg, prefix, suffix) 428 #define compiletime_assert(condition, msg) \ argument 429 _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
|
D | freezer.h | 250 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 254 __retval = wait_event_killable(wq, (condition)); \ 296 #define wait_event_freezekillable_unsafe(wq, condition) \ argument 297 wait_event_killable(wq, condition)
|
D | seqno-fence.h | 37 enum seqno_fence_condition condition; member 114 fence->condition = cond; in seqno_fence_init()
|
D | mmiotrace.h | 13 unsigned long condition, struct pt_regs *);
|
D | tty.h | 689 #define wait_event_interruptible_tty(tty, wq, condition) \ argument 692 if (!(condition)) \ 694 condition); \ 698 #define __wait_event_interruptible_tty(tty, wq, condition) \ argument 699 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 0, 0, \
|
D | genl_magic_func.h | 136 #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition)) argument
|
D | sched.h | 2009 #define conditional_stopped_child_used_math(condition, child) \ argument 2010 do { (child)->flags &= ~PF_USED_MATH, (child)->flags |= (condition) ? PF_USED_MATH : 0; } while (0) 2011 #define conditional_used_math(condition) \ argument 2012 conditional_stopped_child_used_math(condition, current)
|
D | device.h | 1230 #define dev_WARN_ONCE(dev, condition, format, arg...) \ argument 1231 WARN_ONCE(condition, "%s %s: " format, \
|
D | usb.h | 173 enum usb_interface_condition condition; /* state of binding */ member
|
/linux-4.1.27/include/asm-generic/ |
D | bug.h | 55 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument 85 #define WARN_ON(condition) ({ \ argument 86 int __ret_warn_on = !!(condition); \ 94 #define WARN(condition, format...) ({ \ argument 95 int __ret_warn_on = !!(condition); \ 102 #define WARN_TAINT(condition, taint, format...) ({ \ argument 103 int __ret_warn_on = !!(condition); \ 109 #define WARN_ON_ONCE(condition) ({ \ argument 111 int __ret_warn_once = !!(condition); \ 119 #define WARN_ONCE(condition, format...) ({ \ argument [all …]
|
/linux-4.1.27/net/ax25/ |
D | ax25_std_in.c | 163 ax25->condition = 0x00; in ax25_std_state3_machine() 182 ax25->condition &= ~AX25_COND_PEER_RX_BUSY; in ax25_std_state3_machine() 184 ax25->condition |= AX25_COND_PEER_RX_BUSY; in ax25_std_state3_machine() 196 ax25->condition &= ~AX25_COND_PEER_RX_BUSY; in ax25_std_state3_machine() 217 if (ax25->condition & AX25_COND_PEER_RX_BUSY) { in ax25_std_state3_machine() 222 if (ax25->condition & AX25_COND_OWN_RX_BUSY) { in ax25_std_state3_machine() 229 if (ax25->condition & AX25_COND_OWN_RX_BUSY) in ax25_std_state3_machine() 231 ax25->condition &= ~AX25_COND_REJECT; in ax25_std_state3_machine() 235 if (!(ax25->condition & AX25_COND_ACK_PENDING)) { in ax25_std_state3_machine() 236 ax25->condition |= AX25_COND_ACK_PENDING; in ax25_std_state3_machine() [all …]
|
D | ax25_std_subr.c | 40 ax25->condition = 0x00; in ax25_std_establish_data_link() 57 if (ax25->condition & AX25_COND_OWN_RX_BUSY) in ax25_std_transmit_enquiry() 62 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_std_transmit_enquiry() 70 if (ax25->condition & AX25_COND_OWN_RX_BUSY) in ax25_std_enquiry_response() 75 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_std_enquiry_response() 80 if (ax25->condition & AX25_COND_OWN_RX_BUSY) in ax25_std_timeout_response() 85 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_std_timeout_response()
|
D | ax25_ds_in.c | 166 ax25->condition = 0x00; in ax25_ds_state3_machine() 188 ax25->condition &= ~AX25_COND_PEER_RX_BUSY; in ax25_ds_state3_machine() 190 ax25->condition |= AX25_COND_PEER_RX_BUSY; in ax25_ds_state3_machine() 204 ax25->condition &= ~AX25_COND_PEER_RX_BUSY; in ax25_ds_state3_machine() 230 if (ax25->condition & AX25_COND_PEER_RX_BUSY) { in ax25_ds_state3_machine() 237 if (ax25->condition & AX25_COND_OWN_RX_BUSY) { in ax25_ds_state3_machine() 244 if (ax25->condition & AX25_COND_OWN_RX_BUSY) in ax25_ds_state3_machine() 246 ax25->condition &= ~AX25_COND_REJECT; in ax25_ds_state3_machine() 250 if (!(ax25->condition & AX25_COND_ACK_PENDING)) { in ax25_ds_state3_machine() 251 ax25->condition |= AX25_COND_ACK_PENDING; in ax25_ds_state3_machine() [all …]
|
D | ax25_ds_subr.c | 68 if (!(ax25->condition & AX25_COND_PEER_RX_BUSY)) { in ax25_ds_enquiry_response() 94 if (!(ax25o->condition & AX25_COND_PEER_RX_BUSY) && ax25o->state == AX25_STATE_3) { in ax25_ds_enquiry_response() 112 ax25->condition &= AX25_COND_DAMA_MODE; in ax25_ds_establish_data_link() 164 …if (ax25->ax25_dev == ax25_dev && (ax25->condition & AX25_COND_DAMA_MODE) && ax25->state > AX25_ST… in ax25_check_dama_slave() 200 ax25->condition |= AX25_COND_DAMA_MODE; in ax25_dama_on() 205 ax25->condition &= ~AX25_COND_DAMA_MODE; in ax25_dama_off()
|
D | ax25_std_timer.c | 65 (ax25->condition & AX25_COND_OWN_RX_BUSY)) { in ax25_std_heartbeat_expiry() 66 ax25->condition &= ~AX25_COND_OWN_RX_BUSY; in ax25_std_heartbeat_expiry() 67 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_std_heartbeat_expiry() 82 if (ax25->condition & AX25_COND_ACK_PENDING) { in ax25_std_t2timer_expiry() 83 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_std_t2timer_expiry()
|
D | ax25_ds_timer.c | 84 if (ax25->ax25_dev != ax25_dev || !(ax25->condition & AX25_COND_DAMA_MODE)) in ax25_ds_timeout() 128 (ax25->condition & AX25_COND_OWN_RX_BUSY)) { in ax25_ds_heartbeat_expiry() 129 ax25->condition &= ~AX25_COND_OWN_RX_BUSY; in ax25_ds_heartbeat_expiry() 130 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_ds_heartbeat_expiry()
|
D | ax25_out.c | 254 if (ax25->condition & AX25_COND_PEER_RX_BUSY) in ax25_kick() 321 ax25->condition &= ~AX25_COND_ACK_PENDING; in ax25_kick()
|
D | ax25_in.c | 151 ax25->condition |= AX25_COND_OWN_RX_BUSY; in ax25_rx_iframe()
|
/linux-4.1.27/net/rose/ |
D | rose_in.c | 47 rose->condition = 0x00; in rose_state1_machine() 114 rose->condition = 0x00; in rose_state3_machine() 132 rose->condition = 0x00; in rose_state3_machine() 143 rose->condition |= ROSE_COND_PEER_RX_BUSY; in rose_state3_machine() 145 rose->condition &= ~ROSE_COND_PEER_RX_BUSY; in rose_state3_machine() 151 rose->condition &= ~ROSE_COND_PEER_RX_BUSY; in rose_state3_machine() 154 rose->condition = 0x00; in rose_state3_machine() 173 rose->condition = 0x00; in rose_state3_machine() 185 rose->condition |= ROSE_COND_OWN_RX_BUSY; in rose_state3_machine() 192 rose->condition &= ~ROSE_COND_ACK_PENDING; in rose_state3_machine() [all …]
|
D | rose_out.c | 57 if (rose->condition & ROSE_COND_PEER_RX_BUSY) in rose_kick() 102 rose->condition &= ~ROSE_COND_ACK_PENDING; in rose_kick() 116 if (rose->condition & ROSE_COND_OWN_RX_BUSY) in rose_enquiry_response() 122 rose->condition &= ~ROSE_COND_ACK_PENDING; in rose_enquiry_response()
|
D | rose_timer.c | 151 (rose->condition & ROSE_COND_OWN_RX_BUSY)) { in rose_heartbeat_expiry() 152 rose->condition &= ~ROSE_COND_OWN_RX_BUSY; in rose_heartbeat_expiry() 153 rose->condition &= ~ROSE_COND_ACK_PENDING; in rose_heartbeat_expiry() 186 if (rose->condition & ROSE_COND_ACK_PENDING) { in rose_timer_expiry() 187 rose->condition &= ~ROSE_COND_ACK_PENDING; in rose_timer_expiry()
|
D | af_rose.c | 1030 make_rose->condition = 0x00; in rose_rx_call_request() 1359 rose->condition = 0x00; in rose_ioctl()
|
/linux-4.1.27/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 214 ret |= old->u.condition[i].right_saturation != new->u.condition[i].right_saturation in need_condition_modifier() 215 || old->u.condition[i].left_saturation != new->u.condition[i].left_saturation in need_condition_modifier() 216 || old->u.condition[i].right_coeff != new->u.condition[i].right_coeff in need_condition_modifier() 217 || old->u.condition[i].left_coeff != new->u.condition[i].left_coeff in need_condition_modifier() 218 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier() 219 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 503 effect->u.condition[0].right_saturation, in iforce_upload_condition() 504 effect->u.condition[0].left_saturation, in iforce_upload_condition() 505 effect->u.condition[0].right_coeff, in iforce_upload_condition() 506 effect->u.condition[0].left_coeff, in iforce_upload_condition() [all …]
|
/linux-4.1.27/arch/mips/include/asm/ |
D | bug.h | 21 static inline void __BUG_ON(unsigned long condition) in __BUG_ON() argument 23 if (__builtin_constant_p(condition)) { in __BUG_ON() 24 if (condition) in __BUG_ON() 30 : : "r" (condition), "i" (BRK_BUG)); in __BUG_ON()
|
/linux-4.1.27/net/netrom/ |
D | nr_in.c | 181 nrom->condition |= NR_COND_PEER_RX_BUSY; in nr_state3_machine() 184 nrom->condition &= ~NR_COND_PEER_RX_BUSY; in nr_state3_machine() 194 if (nrom->condition & NR_COND_PEER_RX_BUSY) { in nr_state3_machine() 211 nrom->condition |= NR_COND_PEER_RX_BUSY; in nr_state3_machine() 214 nrom->condition &= ~NR_COND_PEER_RX_BUSY; in nr_state3_machine() 222 if (nrom->condition & NR_COND_PEER_RX_BUSY) { in nr_state3_machine() 231 if (nrom->condition & NR_COND_OWN_RX_BUSY) in nr_state3_machine() 242 nrom->condition |= NR_COND_OWN_RX_BUSY; in nr_state3_machine() 261 if (!(nrom->condition & NR_COND_ACK_PENDING)) { in nr_state3_machine() 262 nrom->condition |= NR_COND_ACK_PENDING; in nr_state3_machine()
|
D | nr_out.c | 92 if (nr->condition & NR_COND_OWN_RX_BUSY) in nr_send_iframe() 114 if (nr->condition & NR_COND_OWN_RX_BUSY) in nr_send_nak_frame() 119 nr->condition &= ~NR_COND_ACK_PENDING; in nr_send_nak_frame() 134 if (nr->condition & NR_COND_PEER_RX_BUSY) in nr_kick() 182 nr->condition &= ~NR_COND_ACK_PENDING; in nr_kick() 227 nr->condition = 0x00; in nr_establish_data_link() 246 if (nr->condition & NR_COND_OWN_RX_BUSY) { in nr_enquiry_response() 256 nr->condition &= ~NR_COND_ACK_PENDING; in nr_enquiry_response()
|
D | nr_timer.c | 141 (nr->condition & NR_COND_OWN_RX_BUSY)) { in nr_heartbeat_expiry() 142 nr->condition &= ~NR_COND_OWN_RX_BUSY; in nr_heartbeat_expiry() 143 nr->condition &= ~NR_COND_ACK_PENDING; in nr_heartbeat_expiry() 161 if (nr->condition & NR_COND_ACK_PENDING) { in nr_t2timer_expiry() 162 nr->condition &= ~NR_COND_ACK_PENDING; in nr_t2timer_expiry() 173 nr_sk(sk)->condition &= ~NR_COND_PEER_RX_BUSY; in nr_t4timer_expiry()
|
D | af_netrom.c | 1004 nr_make->condition = 0x00; in nr_rx_frame()
|
/linux-4.1.27/tools/include/asm/ |
D | bug.h | 8 #define WARN(condition, format...) ({ \ argument 9 int __ret_warn_on = !!(condition); \ 15 #define WARN_ONCE(condition, format...) ({ \ argument 17 int __ret_warn_once = !!(condition); \
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_lib.h | 531 #define __l_wait_event(wq, condition, info, ret, l_add_wait) \ argument 539 if (condition) \ 560 if (condition) \ 585 if (condition) \ 614 #define l_wait_event(wq, condition, info) \ argument 619 __l_wait_event(wq, condition, __info, \ 624 #define l_wait_event_exclusive(wq, condition, info) \ argument 629 __l_wait_event(wq, condition, __info, \ 634 #define l_wait_event_exclusive_head(wq, condition, info) \ argument 639 __l_wait_event(wq, condition, __info, \ [all …]
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | delay.h | 56 #define spin_event_timeout(condition, timeout, delay) \ argument 58 typeof(condition) __ret; \ 61 while (!(__ret = (condition)) && (tb_ticks_since(__start) <= __loops)) \ 67 __ret = (condition); \
|
/linux-4.1.27/net/x25/ |
D | x25_in.c | 102 x25->condition = 0x00; in x25_state1_machine() 217 x25->condition = 0x00; in x25_state3_machine() 239 x25->condition = 0x00; in x25_state3_machine() 248 x25->condition |= X25_COND_PEER_RX_BUSY; in x25_state3_machine() 250 x25->condition &= ~X25_COND_PEER_RX_BUSY; in x25_state3_machine() 256 x25->condition &= ~X25_COND_PEER_RX_BUSY; in x25_state3_machine() 261 x25->condition = 0x00; in x25_state3_machine() 279 x25->condition = 0x00; in x25_state3_machine() 289 x25->condition |= X25_COND_OWN_RX_BUSY; in x25_state3_machine() 296 x25->condition &= ~X25_COND_ACK_PENDING; in x25_state3_machine() [all …]
|
D | x25_out.c | 161 if (x25->condition & X25_COND_PEER_RX_BUSY) in x25_kick() 208 x25->condition &= ~X25_COND_ACK_PENDING; in x25_kick() 222 if (x25->condition & X25_COND_OWN_RX_BUSY) in x25_enquiry_response() 228 x25->condition &= ~X25_COND_ACK_PENDING; in x25_enquiry_response()
|
D | x25_timer.c | 144 if (x25->condition & X25_COND_ACK_PENDING) { in x25_do_timer_expiry() 145 x25->condition &= ~X25_COND_ACK_PENDING; in x25_do_timer_expiry()
|
D | x25_subr.c | 382 (x25->condition & X25_COND_OWN_RX_BUSY)) { in x25_check_rbuf() 383 x25->condition &= ~X25_COND_OWN_RX_BUSY; in x25_check_rbuf() 384 x25->condition &= ~X25_COND_ACK_PENDING; in x25_check_rbuf()
|
/linux-4.1.27/net/lapb/ |
D | lapb_in.c | 64 lapb->condition = 0x00; in lapb_state0_machine() 84 lapb->condition = 0x00; in lapb_state0_machine() 162 lapb->condition = 0x00; in lapb_state1_machine() 273 lapb->condition = 0x00; in lapb_state3_machine() 291 lapb->condition = 0x00; in lapb_state3_machine() 329 lapb->condition |= LAPB_PEER_RX_BUSY_CONDITION; in lapb_state3_machine() 348 lapb->condition &= ~LAPB_PEER_RX_BUSY_CONDITION; in lapb_state3_machine() 367 lapb->condition &= ~LAPB_PEER_RX_BUSY_CONDITION; in lapb_state3_machine() 400 if (lapb->condition & LAPB_PEER_RX_BUSY_CONDITION) in lapb_state3_machine() 421 lapb->condition &= ~LAPB_REJECT_CONDITION; in lapb_state3_machine() [all …]
|
D | lapb_out.c | 80 if (!(lapb->condition & LAPB_PEER_RX_BUSY_CONDITION) && in lapb_kick() 112 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION; in lapb_kick() 161 lapb->condition = 0x00; in lapb_establish_data_link() 183 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION; in lapb_enquiry_response() 192 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION; in lapb_timeout_response()
|
D | lapb_timer.c | 82 if (lapb->condition & LAPB_ACK_PENDING_CONDITION) { in lapb_t2timer_expiry() 83 lapb->condition &= ~LAPB_ACK_PENDING_CONDITION; in lapb_t2timer_expiry()
|
/linux-4.1.27/scripts/coccinelle/misc/ |
D | bugon.cocci | 1 /// Use BUG_ON instead of a if condition followed by BUG. 4 //# condition on an expression and replaces the if condition and BUG() 60 msg="WARNING: Use BUG_ON instead of if condition followed by BUG.\nPlease make sure the condition h…
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | rf_cfg.c | 25 static bool check_condition(struct adapter *adapt, const u32 condition) in check_condition() argument 31 u32 cond = condition; in check_condition() 33 if (condition == 0xCDCDCDCD) in check_condition() 36 cond = condition & 0x000000FF; in check_condition() 40 cond = condition & 0x0000FF00; in check_condition() 45 cond = condition & 0x00FF0000; in check_condition()
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | entry.S | 86 bl arm_check_condition @ check the condition 87 cmp r0, #ARM_OPCODE_CONDTEST_PASS @ condition passed? 89 @ if condition code failed to match, next insn 110 b emulate @ check condition and emulate
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | gk20a.c | 128 gk20a_volt_set_id(struct nvkm_volt *volt, u8 id, int condition) in gk20a_volt_set_id() argument 136 prev_uv, target_uv, condition); in gk20a_volt_set_id() 137 if (!condition || in gk20a_volt_set_id() 138 (condition < 0 && target_uv < prev_uv) || in gk20a_volt_set_id() 139 (condition > 0 && target_uv > prev_uv)) { in gk20a_volt_set_id()
|
D | base.c | 86 nvkm_volt_set_id(struct nvkm_volt *volt, u8 id, int condition) in nvkm_volt_set_id() argument 91 if (!condition || prev < 0 || in nvkm_volt_set_id() 92 (condition < 0 && ret < prev) || in nvkm_volt_set_id() 93 (condition > 0 && ret > prev)) { in nvkm_volt_set_id()
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | bug.h | 58 #define WARN_ON(condition) \ argument 60 int __ret_warn_on = !!(condition); \
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | bug.h | 58 #define WARN_ON(condition) \ argument 60 int __ret_warn_on = !!(condition); \
|
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
D | kernel.h | 22 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
/linux-4.1.27/arch/x86/include/asm/ |
D | traps.h | 96 static inline int get_si_code(unsigned long condition) in get_si_code() argument 98 if (condition & DR_STEP) in get_si_code() 100 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 37 - st,irq{1,2}-ff-wu-1: raise IRQ 1/2 on FF_WU_1 condition 38 - st,irq{1,2}-ff-wu-2: raise IRQ 1/2 on FF_WU_2 condition 40 - st,irq{1,2}-click: raise IRQ 1/2 on click condition 47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for 50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xp.h | 45 #define DBUG_ON(condition) BUG_ON(condition) argument 47 #define DBUG_ON(condition) argument
|
/linux-4.1.27/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 96 block->condition)) { in sst_wait_interruptible() 134 block->condition, block->msg_id, block->drv_id); in sst_wait_timeout() 136 block->condition, in sst_wait_timeout() 140 block->condition); in sst_wait_timeout() 148 block->condition, block->msg_id, sst_drv_ctx->sst_state); in sst_wait_timeout()
|
D | sst_ipc.c | 46 msg->condition = false; in sst_create_block() 88 block->condition = true; in sst_wake_up_block()
|
D | sst.h | 169 bool condition; member
|
/linux-4.1.27/include/drm/ |
D | drm_os_linux.h | 43 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument 51 if (condition) \
|
/linux-4.1.27/lib/ |
D | test_user_copy.c | 28 #define test(condition, msg) \ argument 30 int cond = (condition); \
|
/linux-4.1.27/Documentation/hwmon/ |
D | ibmpowernv | 34 fanX_fault 0: No fail condition 39 inX_fault 0: No fail condition.
|
D | ltc4261 | 51 on all chip variants. To ensure that the alarm condition is reported to the user,
|
D | sysfs-interface | 593 boolean value. 1 means than an alarm condition exists, 0 means no alarm. 641 Input fault condition 643 1: fault condition
|
/linux-4.1.27/Documentation/powerpc/ |
D | ptrace.txt | 24 watchpoints and whether it supports a range of addresses and a condition. 69 uint32_t condition_mode; /* break/watchpoint condition flags */ 77 For instance, if the request is for a watchpoint with a condition, both the 119 p.condition_value = (uint64_t) condition;
|
D | eeh-pci-error-recovery.txt | 22 a CPU machine-check/check-stop condition, halting the CPU entirely. 69 condition, it will "isolate" the affected PCI card. Isolation
|
/linux-4.1.27/drivers/usb/core/ |
D | driver.c | 312 intf->condition = USB_INTERFACE_BINDING; in usb_probe_interface() 357 intf->condition = USB_INTERFACE_BOUND; in usb_probe_interface() 369 intf->condition = USB_INTERFACE_UNBOUND; in usb_probe_interface() 394 intf->condition = USB_INTERFACE_UNBINDING; in usb_unbind_interface() 458 intf->condition = USB_INTERFACE_UNBOUND; in usb_unbind_interface() 524 iface->condition = USB_INTERFACE_BOUND; in usb_driver_claim_interface() 586 if (iface->condition != USB_INTERFACE_BOUND) in usb_driver_release_interface() 588 iface->condition = USB_INTERFACE_UNBINDING; in usb_driver_release_interface() 1194 intf->condition == USB_INTERFACE_UNBOUND) in usb_suspend_interface() 1218 if (intf->condition == USB_INTERFACE_UNBINDING) in usb_resume_interface() [all …]
|
D | usb.c | 628 if (iface && (iface->condition == USB_INTERFACE_UNBINDING || in usb_lock_device_for_reset() 629 iface->condition == USB_INTERFACE_UNBOUND)) in usb_lock_device_for_reset() 644 if (iface && (iface->condition == USB_INTERFACE_UNBINDING || in usb_lock_device_for_reset() 645 iface->condition == USB_INTERFACE_UNBOUND)) in usb_lock_device_for_reset()
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 76 if (condition) do_this; 99 if (condition) 146 } while (condition); 166 if (condition) 172 if (condition) {
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-poweroff.txt | 11 condition. This will also cause an inactive->active edge condition, so
|
D | gpio-restart.txt | 12 triggering a level triggered reset condition. This will also cause an 13 inactive->active edge condition, triggering positive edge triggered
|
/linux-4.1.27/include/net/irda/ |
D | discovery.h | 80 LAP_REASON condition; /* More info about the discovery */ member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 44 Controls the FS utilization condition for the in-place-update 51 Controls the dirty page count condition for the in-place-update
|
D | ima_policy | 18 rule format: action [condition ...] 21 condition:= base | lsm [option]
|
D | sysfs-class-led-flash | 71 a short or open circuit condition on the indicator LED 78 the condition persists until this flag is no longer set
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-pidff.c | 391 effect->u.condition[i].center); in pidff_set_condition_report() 393 effect->u.condition[i].right_coeff); in pidff_set_condition_report() 395 effect->u.condition[i].left_coeff); in pidff_set_condition_report() 397 effect->u.condition[i].right_saturation); in pidff_set_condition_report() 399 effect->u.condition[i].left_saturation); in pidff_set_condition_report() 401 effect->u.condition[i].deadband); in pidff_set_condition_report() 417 struct ff_condition_effect *cond = &effect->u.condition[i]; in pidff_needs_set_condition() 418 struct ff_condition_effect *old_cond = &old->u.condition[i]; in pidff_needs_set_condition()
|
/linux-4.1.27/security/tomoyo/ |
D | Makefile | 1 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o …
|
/linux-4.1.27/drivers/input/ |
D | input-compat.h | 63 struct ff_condition_effect condition[2]; /* One for each axis */ member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | volt.h | 17 int (*set_id)(struct nvkm_volt *, u8 id, int condition);
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 527 atomic_t *condition) in cfs_hash_dec_and_lock() argument 530 return atomic_dec_and_lock(condition, &hs->hs_lock.spin); in cfs_hash_dec_and_lock() 617 atomic_t *condition) in cfs_hash_bd_dec_and_lock() argument 620 return atomic_dec_and_lock(condition, in cfs_hash_bd_dec_and_lock()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.h | 128 void *arg, lstcon_rpc_cond_func_t condition,
|
D | conrpc.c | 1083 void *arg, lstcon_rpc_cond_func_t condition, in lstcon_rpc_trans_ndlist() argument 1103 rc = condition == NULL ? 1 : in lstcon_rpc_trans_ndlist() 1104 condition(transop, ndl->ndl_node, arg); in lstcon_rpc_trans_ndlist()
|
/linux-4.1.27/arch/x86/boot/ |
D | boot.h | 33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | dma_fifo.c | 30 #define FAIL(fifo, condition, format...) ({ \ argument 31 fifo->corrupt = !!(condition); \
|
/linux-4.1.27/drivers/char/tpm/st33zp24/ |
D | st33zp24.c | 277 bool condition; in wait_for_stat() local 308 condition = wait_for_tpm_stat_cond(chip, mask, in wait_for_stat() 310 if (ret >= 0 && condition) { in wait_for_stat()
|
/linux-4.1.27/include/net/ |
D | lapb.h | 89 unsigned char condition; member
|
D | rose.h | 135 unsigned char state, condition, qbitincl, defer; member
|
D | netrom.h | 69 unsigned char state, condition, bpqext, window; member
|
D | x25.h | 152 unsigned char state, condition; member
|
D | ax25.h | 234 unsigned char condition, backoff; member
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 321 #define spufs_wait(wq, condition) \ argument 327 if (condition) \
|
/linux-4.1.27/arch/s390/net/ |
D | bpf_jit.S | 114 ltgr %r15,%r15 # Set condition code
|
/linux-4.1.27/include/sound/ |
D | core.h | 372 #define snd_BUG_ON(condition) ({ \ argument 373 int __ret_warn_on = !!(condition); \
|
/linux-4.1.27/arch/x86/mm/ |
D | kmmio.c | 310 static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs) in post_kmmio_handler() argument 327 ctx->probe->post_handler(ctx->probe, condition, regs); in post_kmmio_handler()
|
D | mmio-mod.c | 208 static void post(struct kmmio_probe *p, unsigned long condition, in post() argument
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
D | kernel_ex.S | 51 | set FPSR exception status dz bit, condition code 106 | set FPSR exception status operr bit, condition code
|
D | res_func.S | 604 | condition exists with a very large norm and a denorm. One 614 | The wrap-around condition occurs for add, sub, div, and cmp 626 | for this condition. The restore flag (RES_FLG) is left clear. 697 | One of the ops is denormalized. Test for wrap condition 758 | an overflow condition. 801 | One of the ops is denormalized. Test for wrap condition 976 | One of the ops is denormalized. Test for wrap condition 1157 | One of the ops is denormalized. Test for wrap condition 1195 | One of the ops is denormalized. Test for wrap condition 1218 | an underflow condition.
|
D | bugfix.S | 206 | bug condition. Otherwise, exit. 358 | go and fix the bug condition. Otherwise, exit.
|
D | x_operr.S | 211 | This operr condition is not of the special case. Set operr
|
D | get_op.S | 544 | packed cases, but we must set the FPSR condition codes properly.
|
D | skeleton.S | 15 | the FPSP was entered. In particular, whatever condition
|
D | fpsp.h | 95 .set FPSR_CC,USER_FPSR+0 | FPSR condition code
|
/linux-4.1.27/Documentation/frv/ |
D | atomic-ops.txt | 53 condition in ICC3 to remain with the Z flag set, thus causing step (5) to loop back to step (1). 58 (1) The condition CCCR.CC3 is cleared unconditionally by an exception, irrespective of whether or
|
D | kernel-ABI.txt | 172 the ICC2 condition code flags to note virtual disablement, such that if we 175 Setting condition flags as a side effect of an arithmetic or logical 210 A TIHI #2 instruction (trap #2 if condition HI - Z==0 && C==0) would
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | err_ev7.h | 157 u8 condition; /* condition reported */ member
|
/linux-4.1.27/Documentation/video4linux/ |
D | pxa_camera.txt | 71 - each arrow is the condition to transition to another state 72 - an arrow with a comment is a mandatory transition (no condition)
|
D | omap3isp.txt | 228 case. In order to avoid such condition, either disable/reconfigure/enable the
|
/linux-4.1.27/Documentation/networking/ |
D | spider_net.txt | 117 pointer will catch up to the head, notice the not-empty condition, 122 will be set in GHIINT1STS). When the RX ram full condition occurs, 124 This section describes the special handling for this condition. 131 deadlock condition, as the tail pointer will be pointing at this descr,
|
D | netdev-features.txt | 89 should not be altered unless some error condition happens that can't
|
D | phonet.txt | 182 intrinsic race condition whereby writability might be lost between the
|
D | packet_mmap.txt | 225 indeed, packet_set_ring checks that the following condition is true 248 A frame can be of any size with the only condition it can fit in a block. A block 499 It doesn't incur in a race condition to first check the status value and
|
D | README.ipw2100 | 63 modules, and accordingly, condition system-level regulatory approval
|
D | README.ipw2200 | 76 modules, and accordingly, condition system-level regulatory approval
|
/linux-4.1.27/drivers/media/i2c/m5mols/ |
D | m5mols.h | 313 int m5mols_wait_interrupt(struct v4l2_subdev *sd, u8 condition, u32 timeout);
|
/linux-4.1.27/Documentation/input/ |
D | bcm5974.txt | 37 different interfaces of the same usb device. This creates a race condition
|
D | alps.txt | 95 Note that the device never signals overflow condition.
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | ilsp.doc | 110 The library routines also return the correct condition code 123 mov.w %cc,_tmp # save off condition codes
|
D | fskeleton.S | 246 | discovers that the trap condition is true and it should branch to the operating
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal | 51 Although an interrupt condition for level_0 can be set,
|
D | intel_powerclamp.txt | 205 idle time is injected when such a condition is detected. Currently,
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | USB-Host.txt | 70 check the power condition on the port, such as an IRQ.
|
/linux-4.1.27/drivers/ssb/ |
D | sdio.c | 465 #define GOTO_ERROR_ON(condition, description) do { \ argument 466 if (unlikely(condition)) { \
|
D | pcmcia.c | 595 #define GOTO_ERROR_ON(condition, description) do { \ argument 596 if (unlikely(condition)) { \
|
/linux-4.1.27/fs/logfs/ |
D | logfs_abi.h | 15 #define BUILD_BUG_ON(condition) /**/ argument
|
D | logfs.h | 650 #define LOGFS_BUG_ON(condition, sb) \ argument 651 do { if (unlikely(condition)) LOGFS_BUG((sb)); } while (0)
|
/linux-4.1.27/arch/c6x/lib/ |
D | csum_64plus.S | 38 OR .L2X B0,A1,B0 ; non aligned condition 41 || MV .D1X B5,A1 ; words condition
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 1131 my $condition = substr($blk, $soff, $coff - $soff + 1); 1138 return ($statement, $condition, 1187 my ($statement, $condition, $level); 1192 ($statement, $condition, $linenr, $remain, $off, $level) = 1195 push(@chunks, [ $condition, $statement ]); 1196 if (!($remain > 0 && $condition =~ /^\s*(?:\n[+-])?\s*(?:if|else|do)\b/s)) { 1203 ($statement, $condition, $linenr, $remain, $off, $level) = 1206 last if (!($remain > 0 && $condition =~ /^(?:\s*\n[+-])*\s*(?:else|do)\b/s)); 1208 push(@chunks, [ $condition, $statement ]);
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max14577.txt | 32 In an overvoltage condition, INT asserts and charging
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | if_sdio.c | 315 static int if_sdio_wait_status(struct if_sdio_card *card, const u8 condition) in if_sdio_wait_status() argument 326 if ((status & condition) == condition) in if_sdio_wait_status()
|
/linux-4.1.27/Documentation/i2c/ |
D | i2c-protocol | 86 Force a stop condition (P) after the message. Some I2C related protocols
|
D | slave-interface | 109 A stop condition was received. This can happen anytime and the backend should
|
/linux-4.1.27/arch/m68k/math-emu/ |
D | fp_cond.S | 83 swap %d1 | test condition in %d1
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 182 o A CPU looping with interrupts disabled. This condition can 185 o A CPU looping with preemption disabled. This condition can 189 o A CPU looping with bottom halves disabled. This condition can
|
D | torture.txt | 240 This condition is important, since it can fool you into thinking 270 an RCU priority inversion condition. If you are testing RCU
|
D | trace.txt | 376 A "." character appears if the corresponding condition 475 condition does not hold.
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 202 echo "<condition> [GPIO# [gap]]]" > hscfg 206 <condition>: bit 0 = 1 -- broadcast data
|
D | util.c | 470 *(cmd_node->condition) = true; in mwifiex_complete_cmd()
|
D | sta_ioctl.c | 64 *(cmd_queued->condition), in mwifiex_wait_queue_complete()
|
/linux-4.1.27/fs/f2fs/ |
D | f2fs.h | 24 #define f2fs_bug_on(sbi, condition) BUG_ON(condition) argument 27 #define f2fs_bug_on(sbi, condition) \ argument 29 if (unlikely(condition)) { \
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 88 # Restore sign info if signed instruction. Set the condition # 501 # Set the condition codes as appropriate before performing an # 578 # now, grab the condition codes. only one that can be set is 'N'. 590 # use movm here to not disturb the condition codes.
|
/linux-4.1.27/Documentation/usb/ |
D | bulk-streams.txt | 38 The return value is an error condition (if one of the endpoints doesn't support
|
/linux-4.1.27/arch/sparc/kernel/ |
D | wof.S | 121 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.c | 284 const u32 condition) in _rtl88e_check_condition() argument 291 u32 cond = condition; in _rtl88e_check_condition() 293 if (condition == 0xCDCDCDCD) in _rtl88e_check_condition() 296 cond = condition & 0xFF; in _rtl88e_check_condition() 300 cond = condition & 0xFF00; in _rtl88e_check_condition() 305 cond = condition & 0xFF0000; in _rtl88e_check_condition()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.c | 156 const u32 condition) in _rtl8723be_check_condition() argument 163 u32 cond = condition; in _rtl8723be_check_condition() 165 if (condition == 0xCDCDCDCD) in _rtl8723be_check_condition() 168 cond = condition & 0xFF; in _rtl8723be_check_condition() 172 cond = condition & 0xFF00; in _rtl8723be_check_condition() 177 cond = condition & 0xFF0000; in _rtl8723be_check_condition()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_drv.h | 86 #define I915_STATE_WARN(condition, format...) ({ \ argument 87 int __ret_warn_on = !!(condition); \ 97 #define I915_STATE_WARN_ON(condition) ({ \ argument 98 int __ret_warn_on = !!(condition); \ 101 WARN(1, "WARN_ON(" #condition ")\n"); \ 103 DRM_ERROR("WARN_ON(" #condition ")\n"); \
|
D | i915_cmd_parser.c | 1006 u32 condition = cmd[offset] & in check_cmd() local 1009 if (condition == 0) in check_cmd()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ips | 105 0.99.04 - Fix race condition in the passthru mechanism
|
D | ChangeLog.1992-1997 | 339 * scsi.h: Define QUEUE_FULL condition. 552 is not stable under heavy load. Race condition and all that. 977 active, else return NULL if inactive. Fixes race condition. 1492 * wd7000.c: Make stab at fixing race condition. 1501 * aha1542.c: Fix race condition in aha1542_out. 1838 * wd7000.c: Allow another condition for power on that are normal 1886 (allocate_device): Fix race condition. Allow more space in dma pool 1897 * sd.c: Fix race condition for multiple disks. Use INIT_SCSI_REQUEST 1904 * sr.c: Fix race condition, a la sd.c. Increase the number of retries 1967 with SCint to fix race condition. Use recursion_depth to keep track [all …]
|
D | sym53c8xx_2.txt | 611 When the driver detects an unexpected error condition, it may display a 632 PCI bus fault condition detected 635 on some condition that makes an instruction illegal. 643 Indicates that the chip detected a severe error condition 649 …indicate the SCSI initiator that an error condition not reportable using the SCSI pro… 655 On a faulty SCSI BUS, any error condition among SGE (0x08), UDC (0x04) and
|
D | ChangeLog.ncr53c8xx | 127 - Remove the compilation condition about having to acquire the 139 - Remove the compilation condition about having to acquire the 408 - Nail another one on CHECK condition when requeuing the command 464 - generalization of the restart of CCB on special condition as
|
D | ChangeLog.arcmsr | 41 ** cast off sizeof(dma_addr_t) condition for 64bit pci_set_dma_mask
|
D | ChangeLog.sym53c8xx | 158 condition - to remove any reads of the sbdl 229 - Remove the compilation condition about having to acquire the 296 about a UNIT ATTENTION for a RESET condition by this target. 323 - Check against data OVERRUN/UNDERRUN condition at the end of a data
|
D | ncr53c8xx.txt | 1285 When the driver detects an unexpected error condition, it may display a 1306 PCI bus fault condition detected 1309 on some condition that makes an instruction illegal. 1317 Indicates that the chip detected a severe error condition 1323 …indicate the SCSI initiator that an error condition not reportable using the SCSI pro… 1329 On a faulty SCSI BUS, any error condition among SGE (0x08), UDC (0x04) and
|
D | ChangeLog.lpfc | 104 equivalents instead of dma_set_mask and also modify condition 105 clause to actually exit on error condition. 382 * Fix race condition in lpfc_do_dpc. If wake_up interrupt occurs 1365 * Removed code that retry 29,00 check condition 1572 * Clean up code in the error path, check condition. Remove
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 50 maximum buffer size to not run into this error condition, only extra
|
/linux-4.1.27/Documentation/power/ |
D | charger-manager.txt | 135 chargers. Recharge with voltage drop condition only (without delay 136 condition) is needed to be implemented with hardware interrupts from
|
D | power_supply_class.txt | 128 condition.
|
/linux-4.1.27/tools/power/cpupower/bench/ |
D | README-BENCH | 27 cpufreq-bench helps to test the condition of a given cpufreq governor.
|
/linux-4.1.27/net/iucv/ |
D | af_iucv.c | 52 #define __iucv_sock_wait(sk, condition, timeo, ret) \ argument 58 while (!(condition)) { \ 77 #define iucv_sock_wait(sk, condition, timeo) \ argument 80 if (!(condition)) \ 81 __iucv_sock_wait(sk, condition, timeo, __ret); \
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 54 * Fix a race condition in retrieving error information. 59 * Fix race condition in setting up interrupt handlers
|
D | ChangeLog.ide-tape.1995-2002 | 90 * Ver 1.2 Jan 1 96 Eliminated pipelined mode race condition. 160 * Ver 1.15 Mar 25 99 Fix SMP race condition by replacing hwgroup
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.c | 282 const u32 condition) in _check_condition() argument 289 u32 cond = condition; in _check_condition() 291 if (condition == 0xCDCDCDCD) in _check_condition() 294 cond = condition & 0xFF; in _check_condition() 298 cond = condition & 0xFF00; in _check_condition() 303 cond = condition & 0xFF0000; in _check_condition()
|
/linux-4.1.27/Documentation/ |
D | CodingStyle | 62 if (condition) do_this; 136 } while (condition); 158 if (condition) 163 if (condition) 171 if (condition) { 915 block references symbols that will not exist if the condition is not met.
|
D | stable_kernel_rules.txt | 22 - No "theoretical race condition" issues, unless an explanation of how the
|
D | crc32.txt | 174 a CRC to detect this condition, it's common to invert the CRC before
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 18 (checking a condition for a branch) and space penalty (adding a few
|
D | mmiotrace.txt | 116 Setting the page present in the page fault handler has a race condition on SMP
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | locking.txt | 91 /* 'if' condition is satisfied. */
|
D | timekeeping.txt | 423 an overheating condition, and typically, there is no way to detect that this 424 condition has happened.
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 206 pop $dccr ; condition codes 220 pop $dccr ; condition codes
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 22 into working condition. The reset phase requires coordination 240 in working condition. 400 condition, typically by masking the IRQ source during the duration of
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 80 this condition is verified, the scheduling deadline and the 175 (notice that this condition is only sufficient, and not necessary). 220 As already stated in Section 3, a necessary condition to be respected to
|
/linux-4.1.27/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 612 The default condition for any CIPSO implementation is that an 643 All datagrams leaving a CIPSO system MUST meet the following condition: 647 If this condition is not satisfied the datagram MUST be discarded. 650 the above condition.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 116 This API call may be used to detect an end of stream condition.
|
D | fw-encoder-api.txt | 552 During a pause condition, all frames are dropped instead of being encoded.
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 131 condition is satisfied, then the driver must call do_unregister_con_driver()
|
/linux-4.1.27/Documentation/arm/ |
D | kernel_mode_neon.txt | 74 executed in kernel mode. If such a condition is encountered, the kernel will
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 46 unconditionally (CFU), when not reachable (CFNR) or on busy condition
|
/linux-4.1.27/arch/ |
D | Kconfig | 63 instruction. When the condition flag is toggled to true, the 69 of the condition is slower, but those are always very rare.
|
/linux-4.1.27/include/uapi/linux/ |
D | input.h | 1161 struct ff_condition_effect condition[2]; /* One for each axis */ member
|
/linux-4.1.27/Documentation/filesystems/ |
D | hpfs.txt | 220 Fixed a race-condition when write_inode is called while deleting file 274 Fixed race-condition in buffer code - it is in all filesystems in Linux;
|
D | seq_file.txt | 101 "past end of file" condition and return NULL if need be.
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 104 also signifies if the CPU frequency is limited by a power budget condition.
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | phy.c | 665 const u32 condition) in _rtl8821ae_check_condition() argument 671 u32 cond = condition; in _rtl8821ae_check_condition() 673 if (condition == 0xCDCDCDCD) in _rtl8821ae_check_condition() 676 cond = condition & 0xFF; in _rtl8821ae_check_condition() 680 cond = condition & 0xFF00; in _rtl8821ae_check_condition() 685 cond = condition & 0xFF0000; in _rtl8821ae_check_condition()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 257 rfe ; Restore condition code stack in delay-slot.
|
/linux-4.1.27/Documentation/s390/ |
D | monreader.txt | 166 indicates the error condition:
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 33 will happen immediately when an error condition occurs. This comes
|
/linux-4.1.27/arch/alpha/kernel/ |
D | err_marvel.c | 62 env->condition); in marvel_print_680_frame()
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 139 /* Enter a start condition. This macro really ought to take a parameter, 954 /* Number of entries by which start-condition stack grows. */ 1750 * @note This function does not reset the start condition to @c INITIAL .
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | usb.c | 869 if (ar->intf->condition != USB_INTERFACE_BOUND) in carl9170_usb_restart()
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 217 condition: future kernels may improve vsyscall emulation and current
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 70 formats, the 4/6-ch playback supports only the same condition for all
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_usb.c | 1502 if (!hw || intf->condition != USB_INTERFACE_BOUND) in pre_reset() 1522 if (!hw || intf->condition != USB_INTERFACE_BOUND) in post_reset()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-xilinx.c | 1512 bool condition = (udc->usb_state != USB_STATE_SUSPENDED); in xudc_startup_handler() local 1514 dev_WARN_ONCE(udc->dev, condition, in xudc_startup_handler()
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 120 /* Enter a start condition. This macro really ought to take a parameter, 710 /* Number of entries by which start-condition stack grows. */ 1351 * @note This function does not reset the start condition to @c INITIAL .
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 122 /* Enter a start condition. This macro really ought to take a parameter, 806 /* Number of entries by which start-condition stack grows. */ 1618 * @note This function does not reset the start condition to @c INITIAL .
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | p54usb.c | 454 int ret, lock = (priv->intf->condition != USB_INTERFACE_BINDING); in p54u_device_reset()
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 223 different when retrying due to hitting the -EDEADLK wound condition) there's
|
/linux-4.1.27/Documentation/sysctl/ |
D | kernel.txt | 815 when a soft lockup condition is detected as to whether or not 840 detect a hard lockup condition.
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 190 Disable the port, disable any break condition that may be in
|
/linux-4.1.27/fs/befs/ |
D | ChangeLog | 132 * Added test for "impossible" condition of empty internal nodes in
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 860 __u8 condition[0]; member
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 117 This attribute is only applicable to menu blocks, if the condition is
|