Home
last modified time | relevance | path

Searched defs:why (Results 1 – 22 of 22) sorted by relevance

/linux-4.4.14/sound/oss/
Dhex2hex.c11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); } argument
/linux-4.4.14/fs/cachefiles/
Dnamei.c101 enum fscache_why_object_killed why) in cachefiles_mark_object_buried()
271 enum fscache_why_object_killed why) in cachefiles_bury_object()
/linux-4.4.14/arch/arm/kernel/
Dentry-header.S382 why .req r8 @ Linux syscall (!= 0) label
/linux-4.4.14/kernel/
Dexit.c949 pid_t pid, uid_t uid, int why, int status) in wait_noreap_copyout()
994 int why; in wait_task_zombie() local
1093 int why; in wait_task_zombie() local
1166 int retval, exit_code, *p_code, why; in wait_task_stopped() local
Dsignal.c805 unsigned int why; in prepare_signal() local
1676 bool for_ptracer, int why) in do_notify_parent_cldstop()
1777 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop()
1899 static void ptrace_do_notify(int signr, int exit_code, int why) in ptrace_do_notify()
2157 int why; in get_signal() local
/linux-4.4.14/arch/unicore32/kernel/
Dptrace.c115 asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) in syscall_trace()
Dentry.S138 why .req r22 @ Linux syscall (!= 0) label
/linux-4.4.14/include/linux/
Djbd2.h389 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument
390 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument
391 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument
393 #define __journal_expect(expr, why...) \ argument
404 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) argument
405 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) argument
406 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why) argument
/linux-4.4.14/fs/pstore/
Dplatform.c283 const char *why; in pstore_dump() local
/linux-4.4.14/fs/fscache/
Dobject.c1056 enum fscache_why_object_killed why) in fscache_object_mark_killed()
/linux-4.4.14/drivers/i2c/busses/
Di2c-pxa.c288 static void i2c_pxa_scream_blue_murder(struct pxa_i2c *i2c, const char *why) in i2c_pxa_scream_blue_murder()
314 #define i2c_pxa_scream_blue_murder(i2c, why) do { } while (0) argument
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd.c1678 ksocknal_close_peer_conns_locked(ksock_peer_t *peer, __u32 ipaddr, int why) in ksocknal_close_peer_conns_locked()
1699 ksocknal_close_conn_and_siblings(ksock_conn_t *conn, int why) in ksocknal_close_conn_and_siblings()
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Drpc.c1322 srpc_abort_rpc(srpc_client_rpc_t *rpc, int why) in srpc_abort_rpc()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_state.c1230 char *why, enum bm_flag flags) in drbd_bitmap_io_from_worker()
Ddrbd_bitmap.c129 void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags) in drbd_bm_lock()
Ddrbd_main.c3563 char *why, enum bm_flag flags) in drbd_queue_bitmap_io()
3599 char *why, enum bm_flag flags) in drbd_bitmap_io()
Ddrbd_int.h629 char *why; member
/linux-4.4.14/drivers/video/fbdev/
Dsm501fb.c171 unsigned int why, size_t size, u32 smem_len) in sm501_alloc_mem()
/linux-4.4.14/fs/ocfs2/
Dfile.c576 enum ocfs2_alloc_restarted why = RESTART_NONE; in __ocfs2_extend_allocation() local
Dxattr.c714 enum ocfs2_alloc_restarted why; in ocfs2_xattr_extend_allocation() local
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c908 int kiblnd_close_peer_conns_locked(kib_peer_t *peer, int why) in kiblnd_close_peer_conns_locked()
Do2iblnd_cb.c2415 __u64 incarnation, int why, kib_connparams_t *cp) in kiblnd_reconnect()